summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Expand)AuthorFilesLines
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-3/+3
2015-02-12context: pa_context_connect() with PA_CONTEXT_NOFAIL should return 0 when wai...Peter Meerwald1-0/+5
2015-01-14update FSF addresses to FSF web pageOndrej Holecek67-204/+68
2014-12-19Revert "launch: Disable autospawn by default when systemd daemon support is e...David Henningsson2-5/+1
2014-12-15introspect: Minor documentation fixArun Raghavan1-1/+1
2014-11-03launch: Disable autospawn by default when systemd daemon support is enabled.Colin Guthrie2-1/+5
2014-10-31creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan1-2/+2
2014-10-28mainloop: Fix typoPeter Meerwald1-2/+2
2014-10-28Cleanup !! for boolPeter Meerwald1-2/+2
2014-10-24stream: Fail on client submitting non-frame-aligned memblocksDavid Henningsson1-0/+2
2014-10-17pulse: Initalise pa_threaded_mainloop with zeroesArun Raghavan1-6/+1
2014-10-16util: Try finding out application name using dladdr if availableFelipe Sateler1-0/+23
2014-09-10Client API: Add pa_stream_write_ext_free() function.Lukasz Marek2-3/+26
2014-09-02Replace "authorization" with "authentication"David Henningsson2-2/+2
2014-09-02Make all debug/info level messages untranslatableDavid Henningsson1-1/+1
2014-08-24device-manager: Don't allow setting an empty description in the client APITanu Kaskinen1-0/+1
2014-08-22format: Don't use deprecated json-c is_error() macroPeter Meerwald1-8/+8
2014-08-22format: Use json_object_object_get_ex() instead of deprecated json_object_obj...Peter Meerwald1-10/+8
2014-08-22format: Don't _put() objects obtained with json_object_object_get() or json_o...Peter Meerwald1-9/+0
2014-08-18context: Handle client-side failure of pa_srbchannel_new_from_template()Peter Meerwald1-0/+4
2014-08-18context: Stop and return if srbchannel memblock looks fishyPeter Meerwald1-3/+7
2014-08-12util: Fix pa_get_binary_name() on Debian/kFreeBSDPeter Meerwald1-2/+2
2014-07-28simple: Take locally buffered data into account in pa_simple_get_latency()Tanu Kaskinen1-3/+18
2014-07-12device-manager: Add a comment about non-extensible structTanu Kaskinen1-0/+3
2014-07-04creds: Unbreak build without HAVE_CREDSDavid Henningsson1-0/+7
2014-06-27Protocol, client: Add commands to enable srbchannelDavid Henningsson2-1/+110
2014-06-27iochannel/pstream/pdispatch: Add support for receiving file descriptorsDavid Henningsson1-2/+2
2014-06-27client-conf: add missing directory to pulse/client-conf.x11.h includeEvan Nemerson1-1/+1
2014-06-24esound, native: Pass an absolute path to pa_authkey_load() when using a file ...Tanu Kaskinen1-3/+7
2014-06-24authkey: Rename pa_authkey_load_auto() to pa_authkey_load()Tanu Kaskinen1-6/+6
2014-06-24client-conf: Move x11 and env loading to pa_client_conf_load()Tanu Kaskinen3-53/+55
2014-06-24client-conf: Don't report failure from pa_client_conf_load()Tanu Kaskinen2-18/+9
2014-06-06mainloop: avoid race-y double wakeup statusPierre Ossman1-7/+2
2014-05-27channelmap: Add 2.1 surroundDavid Henningsson1-0/+6
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-4/+1
2014-03-28client-conf: Don't create multiple cookie filesTanu Kaskinen4-88/+104
2014-03-28client-conf: Remove redundant function parametersTanu Kaskinen5-26/+14
2014-03-28util: Check that the home dir is an absolute pathTanu Kaskinen1-10/+22
2014-03-27introspect: Use pa_direction_valid() to validate port directionTanu Kaskinen1-3/+3
2014-03-27direction: Add a couple of direction helper functionsTanu Kaskinen3-2/+86
2014-03-15mainloop-api: Improve pa_mainloop_api_once() documentationTanu Kaskinen1-3/+5
2014-03-14volume: Increase PA_SW_VOLUME_SNPRINT_DB_MAXTanu Kaskinen1-1/+1
2014-03-08doc: Use \since doxygen command correctly in mainloop-api.hPeter Meerwald1-3/+3
2014-03-08doc: Use correct parameter name wait_for_accept in documentation of pa_thread...Peter Meerwald1-2/+2
2014-03-07Fix a few "it's -> its" typosAlexander E. Patrakov1-1/+1
2014-03-06doc: Fix pa_stream_set_latency_update_callback() documentationPeter Meerwald1-1/+1
2014-03-06doc: Fix a couple of 'to to' typosPeter Meerwald1-1/+1
2014-02-23doc: Assorted spelling and grammar fixes for doxygen outputPeter Meerwald4-7/+7
2014-01-23introspect, thread-mainloop: Fix Doxygen "since" tagsTanu Kaskinen2-4/+4
2014-01-08format: Add some error loggingTanu Kaskinen1-5/+26