summaryrefslogtreecommitdiff
path: root/src/modules/dbus
AgeCommit message (Expand)AuthorFilesLines
2011-09-22dbus: Don't crash if the module does not loadDavid Henningsson1-3/+5
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans2-2/+2
2011-08-18dbus: Use pa_device_type_t rather than an internal equivalentColin Guthrie1-61/+56
2011-08-15Avoid read from freed memoryMaarten Bosmans1-2/+4
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans1-0/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie1-1/+1
2011-04-29dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen1-3/+9
2011-04-29dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen1-13/+8
2011-03-29sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen1-5/+5
2011-03-25dbus: Do not refcnt the core.Colin Guthrie2-4/+2
2011-03-11dbus: Always accept mono volumes when setting device or stream volume.Tanu Kaskinen2-10/+8
2011-03-11dbusiface-stream: Fix crash when there's no resampling used.Tanu Kaskinen1-0/+5
2011-02-22Allow read-only or non-existing sink input volume.Tanu Kaskinen1-43/+77
2011-02-22dbusiface-stream: Send the Device property in the GetAll handler.Tanu Kaskinen1-0/+1
2011-01-31build: Don't include empty Makefile.am in subdirsMaarten Bosmans1-20/+0
2010-12-05build-sys: Fix a warning during distcheckArun Raghavan1-0/+20
2010-10-19dbus: Fix log message after volume changes.Colin Guthrie1-1/+1
2010-10-19volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2-3/+3
2010-10-15volume: Use a macro to check if a volume is validArun Raghavan4-5/+5
2010-08-10dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen1-120/+130
2010-05-10dbus: Stop polling every 10 seconds to check whether all clients are still al...Tanu Kaskinen1-22/+28
2010-05-10dbus: Initialize properly the type field of new server structs.Tanu Kaskinen1-0/+1
2010-05-10dbus: Make it possible to allow remote connections from outside localhost.Tanu Kaskinen1-2/+8
2009-11-30Merge remote branch 'tanuk/master'Colin Guthrie1-0/+2
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò8-268/+268
2009-10-09dbusiface-client: Fix the destructor (stop leaking stuff).Tanu Kaskinen1-0/+2
2009-08-31dbus-protocol: Implement argument type checking for normal methods.Tanu Kaskinen1-1/+1
2009-08-31dbus: Change IsMuted property names to Mute.Tanu Kaskinen2-39/+39
2009-08-31dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.Tanu Kaskinen1-0/+20
2009-08-30dbus: Do message argument type checking early, centrally.Tanu Kaskinen6-255/+141
2009-08-26dbus: Finish the Client D-Bus interface.Tanu Kaskinen2-18/+176
2009-08-26dbusiface-stream: Only send stream event signals from the right D-Bus objects.Tanu Kaskinen1-0/+6
2009-08-26dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen4-72/+143
2009-08-26dbus: Save one level of identation by returning early.Tanu Kaskinen2-40/+41
2009-08-24dbusiface-module: Implement the Module D-Bus interface.Tanu Kaskinen3-7/+279
2009-08-19dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface.Tanu Kaskinen1-3/+3
2009-08-19dbusiface-sample: Implement the Sample D-Bus interface.Tanu Kaskinen2-2/+468
2009-08-19dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen1-2/+2
2009-08-19dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen1-8/+8
2009-08-19dbusiface-core: Split some overly long lines.Tanu Kaskinen1-42/+118
2009-08-17dbusiface-stream: Finish the Stream D-Bus interface.Tanu Kaskinen1-80/+498
2009-08-17dbusiface-device: Save one level of identation by returning early.Tanu Kaskinen1-96/+99
2009-08-17dbusiface-device: Fix argument reading in handle_suspend().Tanu Kaskinen1-1/+7
2009-08-17dbusiface-device: Use a single if-else section instead of ternary operator ov...Tanu Kaskinen1-34/+43
2009-08-17dbusiface-device: Split some overly long lines.Tanu Kaskinen1-7/+14
2009-08-17dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen2-0/+34
2009-08-17dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen2-0/+8
2009-08-16dbusiface-stream: Implement about a half of the Stream D-Bus interface.Tanu Kaskinen2-0/+386
2009-08-16dbusiface-device: Free the copied proplist.Tanu Kaskinen1-0/+1