index
:
~colin/pulseaudio.git-bakup
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
dbus
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-22
dbus: Don't crash if the module does not load
David Henningsson
1
-3
/
+5
2011-08-25
Remove extra ; s where they are not allowed in strict C99
Maarten Bosmans
2
-2
/
+2
2011-08-18
dbus: Use pa_device_type_t rather than an internal equivalent
Colin Guthrie
1
-61
/
+56
2011-08-15
Avoid read from freed memory
Maarten Bosmans
1
-2
/
+4
2011-08-12
Plug some memory leaks and an invalid read
Maarten Bosmans
1
-0
/
+2
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-1
/
+0
2011-06-22
capture: Implement per-stream volume control for capture streams.
Colin Guthrie
1
-1
/
+1
2011-04-29
dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.
Tanu Kaskinen
1
-3
/
+9
2011-04-29
dbus: Fix connection idxset freeing when unloading the module.
Tanu Kaskinen
1
-13
/
+8
2011-03-29
sink-input: Add volume_writable to pa_sink_input.
Tanu Kaskinen
1
-5
/
+5
2011-03-25
dbus: Do not refcnt the core.
Colin Guthrie
2
-4
/
+2
2011-03-11
dbus: Always accept mono volumes when setting device or stream volume.
Tanu Kaskinen
2
-10
/
+8
2011-03-11
dbusiface-stream: Fix crash when there's no resampling used.
Tanu Kaskinen
1
-0
/
+5
2011-02-22
Allow read-only or non-existing sink input volume.
Tanu Kaskinen
1
-43
/
+77
2011-02-22
dbusiface-stream: Send the Device property in the GetAll handler.
Tanu Kaskinen
1
-0
/
+1
2011-01-31
build: Don't include empty Makefile.am in subdirs
Maarten Bosmans
1
-20
/
+0
2010-12-05
build-sys: Fix a warning during distcheck
Arun Raghavan
1
-0
/
+20
2010-10-19
dbus: Fix log message after volume changes.
Colin Guthrie
1
-1
/
+1
2010-10-19
volume: Fix incorrect usage of PA_VOLUME_IS_VALID
Arun Raghavan
2
-3
/
+3
2010-10-15
volume: Use a macro to check if a volume is valid
Arun Raghavan
4
-5
/
+5
2010-08-10
dbusiface-core: Track sinks and sources using synchronous hooks instead of as...
Tanu Kaskinen
1
-120
/
+130
2010-05-10
dbus: Stop polling every 10 seconds to check whether all clients are still al...
Tanu Kaskinen
1
-22
/
+28
2010-05-10
dbus: Initialize properly the type field of new server structs.
Tanu Kaskinen
1
-0
/
+1
2010-05-10
dbus: Make it possible to allow remote connections from outside localhost.
Tanu Kaskinen
1
-2
/
+8
2009-11-30
Merge remote branch 'tanuk/master'
Colin Guthrie
1
-0
/
+2
2009-11-21
Rename all the signal parameters and variables to something more explicit.
Diego Elio 'Flameeyes' Pettenò
8
-268
/
+268
2009-10-09
dbusiface-client: Fix the destructor (stop leaking stuff).
Tanu Kaskinen
1
-0
/
+2
2009-08-31
dbus-protocol: Implement argument type checking for normal methods.
Tanu Kaskinen
1
-1
/
+1
2009-08-31
dbus: Change IsMuted property names to Mute.
Tanu Kaskinen
2
-39
/
+39
2009-08-31
dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.
Tanu Kaskinen
1
-0
/
+20
2009-08-30
dbus: Do message argument type checking early, centrally.
Tanu Kaskinen
6
-255
/
+141
2009-08-26
dbus: Finish the Client D-Bus interface.
Tanu Kaskinen
2
-18
/
+176
2009-08-26
dbusiface-stream: Only send stream event signals from the right D-Bus objects.
Tanu Kaskinen
1
-0
/
+6
2009-08-26
dbus: Make sure that subscription callbacks don't try to access removed objects.
Tanu Kaskinen
4
-72
/
+143
2009-08-26
dbus: Save one level of identation by returning early.
Tanu Kaskinen
2
-40
/
+41
2009-08-24
dbusiface-module: Implement the Module D-Bus interface.
Tanu Kaskinen
3
-7
/
+279
2009-08-19
dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface.
Tanu Kaskinen
1
-3
/
+3
2009-08-19
dbusiface-sample: Implement the Sample D-Bus interface.
Tanu Kaskinen
2
-2
/
+468
2009-08-19
dbusiface-core: Assert that _add/remove_interface calls succeed.
Tanu Kaskinen
1
-2
/
+2
2009-08-19
dbusiface-core: Use the PA_IDXSET_FOREACH macro.
Tanu Kaskinen
1
-8
/
+8
2009-08-19
dbusiface-core: Split some overly long lines.
Tanu Kaskinen
1
-42
/
+118
2009-08-17
dbusiface-stream: Finish the Stream D-Bus interface.
Tanu Kaskinen
1
-80
/
+498
2009-08-17
dbusiface-device: Save one level of identation by returning early.
Tanu Kaskinen
1
-96
/
+99
2009-08-17
dbusiface-device: Fix argument reading in handle_suspend().
Tanu Kaskinen
1
-1
/
+7
2009-08-17
dbusiface-device: Use a single if-else section instead of ternary operator ov...
Tanu Kaskinen
1
-34
/
+43
2009-08-17
dbusiface-device: Split some overly long lines.
Tanu Kaskinen
1
-7
/
+14
2009-08-17
dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().
Tanu Kaskinen
2
-0
/
+34
2009-08-17
dbusiface-core: New function: pa_dbusiface_core_get_client_path().
Tanu Kaskinen
2
-0
/
+8
2009-08-16
dbusiface-stream: Implement about a half of the Stream D-Bus interface.
Tanu Kaskinen
2
-0
/
+386
2009-08-16
dbusiface-device: Free the copied proplist.
Tanu Kaskinen
1
-0
/
+1
[next]