summaryrefslogtreecommitdiff
path: root/src/pulsecore/protocol-native.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-22client, protocol-native: Use macros for protocol version/flag accessArun Raghavan1-5/+5
2016-04-27core: Support memfd transport; bump protocol versionAhmed S. Darwish1-11/+38
2016-04-27client audio: Support memfd transportAhmed S. Darwish1-2/+26
2016-04-25sink-input, source-output: remove set_name()Tanu Kaskinen1-2/+2
2016-04-24protocol-native: Disable srbchannel for setups without SCM_CREDENTIALSAhmed S. Darwish1-0/+5
2016-04-02pstream: Support memfd blocks transportAhmed S. Darwish1-2/+15
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish1-1/+1
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish1-1/+2
2016-04-02srbchannel: Introduce per-client SHM filesAhmed S. Darwish1-3/+25
2015-09-16core: Add missing return on protocol errorPeter Meerwald1-1/+3
2015-05-12protocol-native: Fix source latency calculation in ADJUST_LATENCY modeArun Raghavan1-9/+10
2015-03-11protocol-native: Re-enable srbchannelDavid Henningsson1-1/+1
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-17/+17
2015-01-21protocol-native: Disable srbchannel by defaultv5.99.3David Henningsson1-2/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-10-31creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan1-2/+2
2014-10-24protocol-native: Fail if trying to push unaligned memblock into queueDavid Henningsson1-0/+7
2014-09-02Replace "authorization" with "authentication"David Henningsson1-1/+1
2014-08-18srbchannel: pa_srbchannel_new() may failPeter Meerwald1-1/+5
2014-06-27protocol-native: Enable srbchannelDavid Henningsson1-0/+75
2014-06-27iochannel/pstream/pdispatch: Add support for receiving file descriptorsDavid Henningsson1-2/+2
2014-06-24esound, native: Pass an absolute path to pa_authkey_load() when using a file ...Tanu Kaskinen1-1/+6
2014-05-23protocol-native: Early request bandaid for high latency sink/sourcePierre Ossman1-10/+20
2014-05-02sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen1-2/+2
2014-02-17Revert "protocol-native: Don't enumerate unlinked sinks and sources"Arun Raghavan1-7/+5
2014-02-14protocol-native: Don't enumerate unlinked sinks and sourcesArun Raghavan1-5/+7
2014-02-04protocol-native: Fix a crashTanu Kaskinen1-0/+1
2013-12-20core: Fix asserting command in protocol-nativePeter Meerwald1-1/+1
2013-12-20core: Fix uninit pointer read in protocol-nativePeter Meerwald1-0/+1
2013-12-15Add pa_sample_rate_valid()Tanu Kaskinen1-1/+1
2013-11-29Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen1-2/+8
2013-11-29protocol-native: Remove written differently but functionally redundant check.Scott Reeves1-1/+0
2013-11-20protocol-native: Express XOR asserts more conciselyParin Porecha1-20/+7
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-1/+1
2013-07-15introspect: Expose card profile available flagLuiz Augusto von Dentz1-0/+3
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-129/+129
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-3/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-06-11native: Don't enable prebuffering when drainingTanu Kaskinen1-1/+7
2013-06-04device-port: Make it impossible to have dual-direction portsTanu Kaskinen1-1/+1
2013-03-25protocol-native: Lower default minreq in low-latency scenariosDavid Henningsson1-2/+8
2013-03-25protocol-native: Ensure tlength is not set higher than maxlengthDavid Henningsson1-0/+2
2013-03-25protocol-native: Fix some debug outputArun Raghavan1-8/+8
2013-03-20core, alsa: Better drain reportingDavid Henningsson1-17/+43
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-8/+8
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-0/+6
2012-06-30introspect: Add functions to handle the latency offset.poljar (Damir Jelic)1-0/+46
2012-06-29Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen1-19/+14
2012-06-29Assume that the profiles hashmap of ports is always non-NULL.Tanu Kaskinen1-7/+6