summaryrefslogtreecommitdiff
path: root/src/pulsecore/protocol-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01treewide: Use DBus defines instead of direct string literalsMarijn Suijten1-1/+1
2018-03-23Fix memory leaksJungsup Lee1-2/+6
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-2/+2
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-2/+1
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-50/+51
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-10/+10
2013-02-16idxset: Add pa_idxset_remove_all()Tanu Kaskinen1-9/+2
2013-02-16hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen1-4/+2
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-15/+3
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-22/+9
2013-02-06dbus: Fix cleanup when removing signal listenersTanu Kaskinen1-1/+1
2012-03-28dbus: Add assertions to get rid of warnings from Coverity.Tanu Kaskinen1-2/+2
2012-03-25dbus: Check method call signatures.Tanu Kaskinen1-2/+7
2012-03-06dbus: Use correct free function.Tanu Kaskinen1-1/+1
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans1-1/+1
2011-04-23protocol-dbus: Fix some memory management bugs.Tanu Kaskinen1-6/+6
2011-03-25dbus: Do not refcnt the core.Colin Guthrie1-3/+1
2010-05-10dbus: Fix slightly messed up assertions.Tanu Kaskinen1-2/+3
2010-05-10dbus: Use a struct as the hashmap items for listening_signals.Tanu Kaskinen1-44/+69
2010-05-10dbus: Fix segfault when receiving a property access call that isn't permitted.Tanu Kaskinen1-2/+2
2009-12-03dbus: Add a missing break statement in handle_message_cb().Tanu Kaskinen1-0/+1
2009-12-03dbus: Handle the cases when a non-existing interface is detected in an incomi...Tanu Kaskinen1-0/+8
2009-11-21Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò1-16/+16
2009-08-31dbus-protocol: Implement argument type checking for normal methods.Tanu Kaskinen1-2/+42
2009-08-30dbus: Do message argument type checking early, centrally.Tanu Kaskinen1-116/+220
2009-08-24dbus-protocol: Print a debug line whenever interfaces are unregistered.Tanu Kaskinen1-0/+2
2009-08-15dbus-protocol: Use pa_hashmap_remove() instead of _get().Tanu Kaskinen1-1/+1
2009-08-10dbus-protocol: Fix signal sending for the case when the client doesn't listenTanu Kaskinen1-1/+10
2009-08-09dbus-protocol: Take advantage of the helpers in dbus-util.Tanu Kaskinen1-16/+7
2009-08-09dbus-protocol: Split some overly long lines.Tanu Kaskinen1-7/+9
2009-08-09dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen1-19/+11
2009-08-04dbus-protocol: Remove erroneous protocol object unref.Tanu Kaskinen1-1/+0
2009-08-04dbus-protocol: Make debug logging saner.Tanu Kaskinen1-6/+5
2009-08-04dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.Tanu Kaskinen1-1/+3
2009-08-02dbus-protocol: Add debugging output (temporary change).Tanu Kaskinen1-2/+11
2009-07-31dbus-protocol: Implement extension registration.Tanu Kaskinen1-18/+73
2009-07-21Finish the Core dbus interface.Tanu Kaskinen1-0/+930