summaryrefslogtreecommitdiff
path: root/src/pulsecore/dbus-util.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)1-5/+5
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-8/+8
2012-01-28dbus: Give NULL as the error parameter to dbus_bus_remove_match().Tanu Kaskinen1-13/+3
2012-01-14dbus: New helper function: pa_dbus_get_error_message().Tanu Kaskinen1-0/+14
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans1-1/+1
2011-01-03Revert "core: make use of dbus_message_iter_append_fixed_array"Colin Guthrie1-1/+6
2010-10-20core: make use of dbus_message_iter_append_fixed_arrayLuiz Augusto von Dentz1-6/+1
2010-02-21dbus: first restart timer, then dispatch itLennart Poettering1-13/+16
2009-08-30dbus: Do message argument type checking early, centrally.Tanu Kaskinen1-168/+25
2009-08-16Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen1-1/+1
2009-08-09dbus-util: Add helpers for proplist handling.Tanu Kaskinen1-0/+71
2009-08-03dbus-util: Fix broken proplist reading logic.Tanu Kaskinen1-13/+31
2009-07-27Bug fixing and minor cleanups.Tanu Kaskinen1-11/+62
2009-07-21Finish the Core dbus interface.Tanu Kaskinen1-0/+333
2009-06-29Merge branch 'master' into dbus-workTanu Kaskinen1-23/+38
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-22/+36
2009-06-16dbus-protocol: Connection handling for local connections.Tanu Kaskinen1-0/+21
2009-04-10dbus: memory leak, free pending callsLennart Poettering1-2/+4
2009-04-10dbus: memory leak, free server id after useLennart Poettering1-1/+4
2009-04-06be a bit more verbose about the busses we are connected toLennart Poettering1-0/+7
2009-04-06make sure we keep a reference of the bus connection during the whole runtime ...Lennart Poettering1-2/+3
2009-03-30dbus: split dbus-util into dbus-sharedMarc-André Lureau1-0/+397