summaryrefslogtreecommitdiff
path: root/src/pulsecore/dbus-util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix expression with side effect in pa_assertIgor V. Kovalenko2021-09-301-1/+1
* build-sys: Drop ancient check for dbus_watch_get_unix_fd()Arun Raghavan2018-07-231-8/+0
* Fix memory leaksJungsup Lee2018-03-231-1/+6
* build: Use #ifdef to check for #definesPeter Meerwald-Stadler2017-03-081-2/+2
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-041-5/+5
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-8/+8
* dbus: Give NULL as the error parameter to dbus_bus_remove_match().Tanu Kaskinen2012-01-281-13/+3
* dbus: New helper function: pa_dbus_get_error_message().Tanu Kaskinen2012-01-141-0/+14
* Remove extra ; s where they are not allowed in strict C99Maarten Bosmans2011-08-251-1/+1
* Revert "core: make use of dbus_message_iter_append_fixed_array"Colin Guthrie2011-01-031-1/+6
* core: make use of dbus_message_iter_append_fixed_arrayLuiz Augusto von Dentz2010-10-201-6/+1
* dbus: first restart timer, then dispatch itLennart Poettering2010-02-211-13/+16
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-168/+25
* Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-161-1/+1
|\
* | dbus-util: Add helpers for proplist handling.Tanu Kaskinen2009-08-091-0/+71
* | dbus-util: Fix broken proplist reading logic.Tanu Kaskinen2009-08-031-13/+31
* | Bug fixing and minor cleanups.Tanu Kaskinen2009-07-271-11/+62
* | Finish the Core dbus interface.Tanu Kaskinen2009-07-211-0/+333
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-291-23/+38
|\ \ | |/
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-22/+36
* | dbus-protocol: Connection handling for local connections.Tanu Kaskinen2009-06-161-0/+21
|/
* dbus: memory leak, free pending callsLennart Poettering2009-04-101-2/+4
* dbus: memory leak, free server id after useLennart Poettering2009-04-101-1/+4
* be a bit more verbose about the busses we are connected toLennart Poettering2009-04-061-0/+7
* make sure we keep a reference of the bus connection during the whole runtime ...Lennart Poettering2009-04-061-2/+3
* dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-0/+397