summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/dbus-util.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "core: make use of dbus_message_iter_append_fixed_array"Colin Guthrie2011-01-031-1/+6
| | | | | This causes problems as outlined in ticket #887. This reverts commit f564c7d76371380980faa10ee3c756c3130c60bf.
* core: make use of dbus_message_iter_append_fixed_arrayLuiz Augusto von Dentz2010-10-201-6/+1
| | | | | dbus_message_iter_append_fixed_array does appends a block of fixed-length values to an array.
* dbus: first restart timer, then dispatch itLennart Poettering2010-02-211-13/+16
| | | | | | | This makes sure that we don't access the timer after it might have been destroyed already from the dbus timeout callback. https://bugzilla.redhat.com/attachment.cgi?id=389952
* 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
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c
* | 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
|\| | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-22/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
* | 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
| | | | if we manage to acquire the bus name
* dbus: split dbus-util into dbus-sharedMarc-André Lureau2009-03-301-0/+397
modules: fix dbus-util include pulse: get dbus at context connection