index
:
pulseaudio.git
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
rtpoll
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
protocol-dbus.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
dbus: Add a missing break statement in handle_message_cb().
Tanu Kaskinen
2009-12-03
1
-0
/
+1
|
*
dbus: Handle the cases when a non-existing interface is detected in an ↵
Tanu Kaskinen
2009-12-03
1
-0
/
+8
|
|
|
|
incoming message.
*
Rename all the signal parameters and variables to something more explicit.
Diego Elio 'Flameeyes' Pettenò
2009-11-21
1
-16
/
+16
|
|
|
|
|
Without this change, on FreeBSD you'll be bothered by tons of warnings about overshadowing signal(2).
*
dbus-protocol: Implement argument type checking for normal methods.
Tanu Kaskinen
2009-08-31
1
-2
/
+42
|
*
dbus: Do message argument type checking early, centrally.
Tanu Kaskinen
2009-08-30
1
-116
/
+220
|
*
dbus-protocol: Print a debug line whenever interfaces are unregistered.
Tanu Kaskinen
2009-08-24
1
-0
/
+2
|
*
dbus-protocol: Use pa_hashmap_remove() instead of _get().
Tanu Kaskinen
2009-08-15
1
-1
/
+1
|
*
dbus-protocol: Fix signal sending for the case when the client doesn't listen
Tanu Kaskinen
2009-08-10
1
-1
/
+10
|
|
|
|
for all signals.
*
dbus-protocol: Take advantage of the helpers in dbus-util.
Tanu Kaskinen
2009-08-09
1
-16
/
+7
|
*
dbus-protocol: Split some overly long lines.
Tanu Kaskinen
2009-08-09
1
-7
/
+9
|
*
dbus: Take advantage of the PA_HASHMAP_FOREACH macro.
Tanu Kaskinen
2009-08-09
1
-19
/
+11
|
*
dbus-protocol: Remove erroneous protocol object unref.
Tanu Kaskinen
2009-08-04
1
-1
/
+0
|
*
dbus-protocol: Make debug logging saner.
Tanu Kaskinen
2009-08-04
1
-6
/
+5
|
*
dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.
Tanu Kaskinen
2009-08-04
1
-1
/
+3
|
*
dbus-protocol: Add debugging output (temporary change).
Tanu Kaskinen
2009-08-02
1
-2
/
+11
|
*
dbus-protocol: Implement extension registration.
Tanu Kaskinen
2009-07-31
1
-18
/
+73
|
*
Finish the Core dbus interface.
Tanu Kaskinen
2009-07-21
1
-0
/
+930