summaryrefslogtreecommitdiff
path: root/src/pulsecore/protocol-native.c
Commit message (Expand)AuthorAgeFilesLines
* client audio: Support memfd transportAhmed S. Darwish2016-04-271-2/+26
* sink-input, source-output: remove set_name()Tanu Kaskinen2016-04-251-2/+2
* protocol-native: Disable srbchannel for setups without SCM_CREDENTIALSAhmed S. Darwish2016-04-241-0/+5
* pstream: Support memfd blocks transportAhmed S. Darwish2016-04-021-2/+15
* pulsecore: Specially mark global mempoolsAhmed S. Darwish2016-04-021-1/+1
* pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish2016-04-021-1/+2
* srbchannel: Introduce per-client SHM filesAhmed S. Darwish2016-04-021-3/+25
* core: Add missing return on protocol errorPeter Meerwald2015-09-161-1/+3
* protocol-native: Fix source latency calculation in ADJUST_LATENCY modeArun Raghavan2015-05-121-9/+10
* protocol-native: Re-enable srbchannelDavid Henningsson2015-03-111-1/+1
* tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald2015-02-261-17/+17
* protocol-native: Disable srbchannel by defaultv5.99.3David Henningsson2015-01-211-2/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan2014-10-311-2/+2
* protocol-native: Fail if trying to push unaligned memblock into queueDavid Henningsson2014-10-241-0/+7
* Replace "authorization" with "authentication"David Henningsson2014-09-021-1/+1
* srbchannel: pa_srbchannel_new() may failPeter Meerwald2014-08-181-1/+5
* protocol-native: Enable srbchannelDavid Henningsson2014-06-271-0/+75
* iochannel/pstream/pdispatch: Add support for receiving file descriptorsDavid Henningsson2014-06-271-2/+2
* esound, native: Pass an absolute path to pa_authkey_load() when using a file ...Tanu Kaskinen2014-06-241-1/+6
* protocol-native: Early request bandaid for high latency sink/sourcePierre Ossman2014-05-231-10/+20
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-2/+2
* Revert "protocol-native: Don't enumerate unlinked sinks and sources"Arun Raghavan2014-02-171-7/+5
* protocol-native: Don't enumerate unlinked sinks and sourcesArun Raghavan2014-02-141-5/+7
* protocol-native: Fix a crashTanu Kaskinen2014-02-041-0/+1
* core: Fix asserting command in protocol-nativePeter Meerwald2013-12-201-1/+1
* core: Fix uninit pointer read in protocol-nativePeter Meerwald2013-12-201-0/+1
* Add pa_sample_rate_valid()Tanu Kaskinen2013-12-151-1/+1
* Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen2013-11-291-2/+8
* protocol-native: Remove written differently but functionally redundant check.Scott Reeves2013-11-291-1/+0
* protocol-native: Express XOR asserts more conciselyParin Porecha2013-11-201-20/+7
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-1/+1
* introspect: Expose card profile available flagLuiz Augusto von Dentz2013-07-151-0/+3
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-129/+129
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-3/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-2/+1
* native: Don't enable prebuffering when drainingTanu Kaskinen2013-06-111-1/+7
* device-port: Make it impossible to have dual-direction portsTanu Kaskinen2013-06-041-1/+1
* protocol-native: Lower default minreq in low-latency scenariosDavid Henningsson2013-03-251-2/+8
* protocol-native: Ensure tlength is not set higher than maxlengthDavid Henningsson2013-03-251-0/+2
* protocol-native: Fix some debug outputArun Raghavan2013-03-251-8/+8
* core, alsa: Better drain reportingDavid Henningsson2013-03-201-17/+43
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-8/+8
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-1/+1
* Log the reason for every suspend/resume.Tanu Kaskinen2012-12-191-0/+6
* introspect: Add functions to handle the latency offset.poljar (Damir Jelic)2012-06-301-0/+46
* Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen2012-06-291-19/+14
* Assume that the profiles hashmap of ports is always non-NULL.Tanu Kaskinen2012-06-291-7/+6
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-10/+8
* sink, source: Always create a hashmap for ports.Tanu Kaskinen2012-06-291-25/+20