summaryrefslogtreecommitdiffstats
path: root/common/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Track name listeners also via connectionMarcel Holtmann2007-06-221-42/+81
* Fix handling of name_listeners without a senderMarcel Holtmann2007-06-221-2/+18
* More work on private D-Bus serverMarcel Holtmann2007-06-191-12/+133
* Rename register_service() function to avoid conflictsMarcel Holtmann2007-03-271-1/+1
* Add register_service() helper functionMarcel Holtmann2007-03-271-0/+30
* Provide additional D-Bus setup helper functionMarcel Holtmann2007-03-271-5/+10
* More changes do use glib memory allocationJohan Hedberg2007-02-261-43/+15
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-7/+3
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-241-0/+29
* More accurate error reporting for GetConnectionUnixProcessIDJohan Hedberg2007-01-211-6/+13
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-2/+2
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-1/+2
* Remove not needed generic message handlingMarcel Holtmann2007-01-191-26/+0
* Add generic method table handlingMarcel Holtmann2007-01-181-1/+28
* Add missing dbus_connection_unref() calls in failure casesMarcel Holtmann2007-01-171-0/+2
* TypoMarcel Holtmann2007-01-171-1/+1
* In case of D-Bus GLib bindings don't define unneeded structuresMarcel Holtmann2007-01-171-0/+2
* Use dbus_connection_setup_with_g_main() function when availableMarcel Holtmann2007-01-171-0/+10
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-151-0/+45
* TypoMarcel Holtmann2007-01-131-1/+1
* Update copyright informationMarcel Holtmann2007-01-131-2/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-15/+14
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* Add D-Bus name setup to common functionMarcel Holtmann2006-11-131-5/+20
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+563