index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
protocol-dbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
Rename functions with "tostring" in the name to one with "to_string" to confo...
Deepak Srivastava
1
-2
/
+2
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-04-17
Use pa_hashmap_remove_and_free() where appropriate
Tanu Kaskinen
1
-2
/
+1
2013-09-17
hashmap: Add the ability to free keys
Arun Raghavan
1
-50
/
+51
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-10
/
+10
2013-02-16
idxset: Add pa_idxset_remove_all()
Tanu Kaskinen
1
-9
/
+2
2013-02-16
hashmap: Add pa_hashmap_remove_all()
Tanu Kaskinen
1
-4
/
+2
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-15
/
+3
2013-02-16
hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-22
/
+9
2013-02-06
dbus: Fix cleanup when removing signal listeners
Tanu Kaskinen
1
-1
/
+1
2012-03-28
dbus: Add assertions to get rid of warnings from Coverity.
Tanu Kaskinen
1
-2
/
+2
2012-03-25
dbus: Check method call signatures.
Tanu Kaskinen
1
-2
/
+7
2012-03-06
dbus: Use correct free function.
Tanu Kaskinen
1
-1
/
+1
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-08-12
Plug some memory leaks and an invalid read
Maarten Bosmans
1
-1
/
+1
2011-04-23
protocol-dbus: Fix some memory management bugs.
Tanu Kaskinen
1
-6
/
+6
2011-03-25
dbus: Do not refcnt the core.
Colin Guthrie
1
-3
/
+1
2010-05-10
dbus: Fix slightly messed up assertions.
Tanu Kaskinen
1
-2
/
+3
2010-05-10
dbus: Use a struct as the hashmap items for listening_signals.
Tanu Kaskinen
1
-44
/
+69
2010-05-10
dbus: Fix segfault when receiving a property access call that isn't permitted.
Tanu Kaskinen
1
-2
/
+2
2009-12-03
dbus: Add a missing break statement in handle_message_cb().
Tanu Kaskinen
1
-0
/
+1
2009-12-03
dbus: Handle the cases when a non-existing interface is detected in an incomi...
Tanu Kaskinen
1
-0
/
+8
2009-11-21
Rename all the signal parameters and variables to something more explicit.
Diego Elio 'Flameeyes' Pettenò
1
-16
/
+16
2009-08-31
dbus-protocol: Implement argument type checking for normal methods.
Tanu Kaskinen
1
-2
/
+42
2009-08-30
dbus: Do message argument type checking early, centrally.
Tanu Kaskinen
1
-116
/
+220
2009-08-24
dbus-protocol: Print a debug line whenever interfaces are unregistered.
Tanu Kaskinen
1
-0
/
+2
2009-08-15
dbus-protocol: Use pa_hashmap_remove() instead of _get().
Tanu Kaskinen
1
-1
/
+1
2009-08-10
dbus-protocol: Fix signal sending for the case when the client doesn't listen
Tanu Kaskinen
1
-1
/
+10
2009-08-09
dbus-protocol: Take advantage of the helpers in dbus-util.
Tanu Kaskinen
1
-16
/
+7
2009-08-09
dbus-protocol: Split some overly long lines.
Tanu Kaskinen
1
-7
/
+9
2009-08-09
dbus: Take advantage of the PA_HASHMAP_FOREACH macro.
Tanu Kaskinen
1
-19
/
+11
2009-08-04
dbus-protocol: Remove erroneous protocol object unref.
Tanu Kaskinen
1
-1
/
+0
2009-08-04
dbus-protocol: Make debug logging saner.
Tanu Kaskinen
1
-6
/
+5
2009-08-04
dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.
Tanu Kaskinen
1
-1
/
+3
2009-08-02
dbus-protocol: Add debugging output (temporary change).
Tanu Kaskinen
1
-2
/
+11
2009-07-31
dbus-protocol: Implement extension registration.
Tanu Kaskinen
1
-18
/
+73
2009-07-21
Finish the Core dbus interface.
Tanu Kaskinen
1
-0
/
+930