summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-13Make sure to set the pid in auth_cbMatthias Clasen1-1/+5
2017-02-13Make flatpak module loadMatthias Clasen1-1/+1
2017-02-13Add flatpak access controlMatthias Clasen3-2/+749
2017-02-13core: ensure maincontext for current clientWim Taymans1-1/+5
2017-02-13core: add current_clientWim Taymans10-0/+42
2017-02-13protocol-native: add async access checksWim Taymans1-4/+87
2017-02-13Add access checksWim Taymans14-22/+325
2017-02-13Don't access pa_core structures directlyWim Taymans11-149/+380
2017-02-13pulsecore: Move pa_core structure into its own headerArun Raghavan110-76/+211
2017-02-13module-access: use the auth hook and pidWim Taymans1-0/+30
2017-02-13module-access: add async handler for recordWim Taymans1-4/+61
2017-02-13module-access: add example access moduleWim Taymans2-0/+481
2017-02-13access: Add access control hooksWim Taymans4-0/+114
2017-02-13creds: add pid to pa_creds and use store it in pa_clientWim Taymans7-11/+26
2017-02-13subscribe: fix typoWim Taymans1-1/+1
2017-02-13tagstruct: don't forget to copy the lengthWim Taymans1-0/+1
2017-02-13tagstruct: add copy methodWim Taymans2-0/+15
2017-01-12zeroconf-publish: fix unitialized DBusErrorTanu Kaskinen1-1/+3
2017-01-03memblockq-test: fix incorrect assumption of pa_memblockq_pop_missing() behaviourTanu Kaskinen1-20/+75
2017-01-03memblockq: remove pa_memblockq_missing()Tanu Kaskinen3-37/+2
2016-12-29Revert "memblockq: remove internal "missing" state variable"Tanu Kaskinen1-27/+24
2016-12-20pacat: Write to stream only in frame-sized chunksAhmed S. Darwish1-45/+53
2016-12-20build-sys: add LICENSE.WEBKIT to EXTRA_DISTTanu Kaskinen1-0/+1
2016-12-20refactor stream attaching/detachingTanu Kaskinen6-63/+112
2016-12-20sink, source: remove some assumptions about stream "attached" stateTanu Kaskinen2-20/+25
2016-12-20sink, source: add missing stream "attached" flag handlingTanu Kaskinen2-4/+20
2016-12-20sink, source: unify stream "attached" flag checkingTanu Kaskinen2-9/+9
2016-12-20sink-input, source-output: set sink/source to NULL before the "unlink post" hookTanu Kaskinen2-10/+10
2016-12-20suspend-on-idle: use earlier (safer) hooks for stream unlink notificationsTanu Kaskinen5-22/+39
2016-12-20bluetooth-policy: do A2DP profile restoring a bit laterTanu Kaskinen1-3/+3
2016-12-20don't assume that pa_asyncq_new() always succeedsTanu Kaskinen27-32/+205
2016-12-20rtp: don't use memblocks for non-audio dataTanu Kaskinen2-22/+46
2016-12-12module: postpone lt_dlclose() until a safe timeTanu Kaskinen1-1/+15
2016-12-09remove module-xenpv-sinkTanu Kaskinen4-1057/+0
2016-11-28bluetooth: fix race condition in BlueZ5 device disconnectionJuha Kuikka1-1/+2
2016-11-24stream: Frame-align divided audio segmentsAhmed S. Darwish1-1/+6
2016-11-24pacat: Synchronize STDIN and "write stream ready" eventsAhmed S. Darwish1-4/+5
2016-11-19protocol-native: Don't signal memfd support for 9.0 clientsAhmed S. Darwish1-2/+8
2016-11-17iochannel: Strictly specify PF_UNIX ancillary data boundariesAhmed S. Darwish1-1/+3
2016-11-04raop: add compatibility with openssl 1.1.0Tanu Kaskinen1-2/+20
2016-10-26raop: Correct spelling of KTHAnton Lundin2-3/+3
2016-09-23bluetooth: Add support for automatic switch between hsp and a2dp profiles als...Pali Rohár1-27/+33
2016-09-21zeroconf-discover: fix a memory leakPhilip Withnall1-2/+3
2016-09-20xen: Fixed possible memory leak.Deepak Srivastava1-2/+2
2016-09-18bluetooth: bluez5: Add profile name to sinks and sourcesPali Rohár1-2/+2
2016-09-10core-util: log error if we hit file descriptors limitMarcin Lewandowski1-0/+20
2016-09-10launch: Remove the already implicit After=pulseaudio.socketJan Alexander Steffens (heftig)1-13/+11
2016-09-09daemon-conf: enable memfd by defaultTanu Kaskinen2-1/+2
2016-09-05zeroconf-publish: unref D-Bus connectionTanu Kaskinen1-0/+3
2016-09-05zeroconf-publish: fix uninitialized variableTanu Kaskinen1-1/+1