summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-12module-flatpak: keep track of pending async checksflatpackWim Taymans1-4/+80
2017-05-12module-flatpak: add free_object functionWim Taymans1-6/+9
2017-05-12Add flatpak access controlWim Taymans2-1/+708
2017-05-12protocol-native: keep track of pending access checksWim Taymans1-23/+32
2017-05-12access: add a free functionWim Taymans1-0/+2
2017-05-12protocol-native: add async access checksWim Taymans1-4/+92
2017-05-12Configure current-clientWim Taymans7-0/+27
2017-05-12core: only allow 1 access hookWim Taymans1-1/+3
2017-05-12core: ensure maincontext for current clientWim Taymans1-0/+4
2017-05-12Add access checksWim Taymans14-21/+317
2017-05-12Add current_client in core-structWim Taymans3-0/+15
2017-05-12access: Add access control hooksWim Taymans5-0/+122
2017-05-12Don't access pa_core structures directlyWim Taymans11-155/+400
2017-05-12pulsecore: Move pa_core structure into its own headerWim Taymans110-85/+218
2017-05-12Add CLIENT_AUTH hookWim Taymans2-0/+3
2017-05-12Add pa_creds to pa_clientWim Taymans2-10/+16
2017-05-12Add pid to pa_credsWim Taymans5-1/+7
2017-05-12subscribe: fix typoWim Taymans1-1/+1
2017-05-12tagstruct: don't forget to copy the lengthWim Taymans1-0/+1
2017-05-12tagstruct: add copy methodWim Taymans2-0/+15
2017-05-11i18n: update the Croatian translationmuzena1-278/+312
2017-05-04bluez5-device: Correctly handle suspend/resume cyle for audio gateway role of...Georg Chini2-19/+86
2017-05-04bluetooth: ofono: Fix failing to parse valid NewConnectionLuiz Augusto von Dentz1-5/+2
2017-05-04bluetooth: ofono: Close fd if cannot be acceptedLuiz Augusto von Dentz1-0/+2
2017-05-04bluetooth: Auto recover if profile is 'off'Luiz Augusto von Dentz1-1/+7
2017-05-04bluetooth: Don't default to native backendLuiz Augusto von Dentz1-1/+1
2017-05-04bluetooth: ofono: Detect if Connect has been calledLuiz Augusto von Dentz1-3/+16
2017-05-04bluetooth: ofono: Fix asserting when connecting as AGLuiz Augusto von Dentz1-1/+5
2017-05-04bluetooth: ofono: Don't attempt to connect if fd is readyLuiz Augusto von Dentz1-1/+1
2017-05-02jack-sink: fix latency calculationTanu Kaskinen1-3/+3
2017-05-02core, device-port: check availability when choosing the default deviceTanu Kaskinen2-0/+24
2017-05-02improve default sink/source handlingTanu Kaskinen15-239/+370
2017-05-02alsa: don't assume that hw:x is an analog outputTanu Kaskinen2-2/+10
2017-04-29volume: Fix overflow in percent calculation of pa_*volume_snprint*()Georg Chini1-3/+3
2017-04-29volume: Print a warning when volume is clipped in pa_sw_volume_multiply/divide()Georg Chini1-2/+14
2017-04-29source/sink: Fix wrong calculation of thread_info.current_hw_volumeGeorg Chini2-4/+4
2017-04-25i18n: update the Brazilian Portuguese translationRafael Fontenelle1-898/+963
2017-04-24virtual sources and sinks: Fix possible segfaultGeorg Chini6-6/+12
2017-04-24echo-cancel: Fix segfault during profile switchGeorg Chini1-2/+4
2017-04-24i18n: Update the Korean translationKimJeongYeon1-258/+158
2017-04-24i18n: add Croatian translationmuzena2-0/+3182
2017-04-21bluez5-util: Fix segfault during shutdown of daemonGeorg Chini1-5/+5
2017-04-20echo-cancel: Change the DEVICE_MASTER_DEVICE property when changing deviceCorentin Noël1-4/+6
2017-04-19sink: Add missing 'hifi' form factor to prioritiesChristian Kellner1-0/+2
2017-04-19sink: Add portable form factor priority (450)Christian Kellner1-0/+2
2017-04-17source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini38-139/+137
2017-04-17source/sink: Don't let pa_{sink, source}_get_latency_within_thread() return -...Georg Chini2-4/+2
2017-04-16ladspa-sink, virtual-surround-sink: fix master sink argument handlingTanu Kaskinen2-12/+26
2017-04-14sample.c: Allow module-loopback to exceed PA_RATE_MAXGeorg Chini1-1/+4
2017-04-14loopback: Implement underrun protectionGeorg Chini1-58/+128