summaryrefslogtreecommitdiff
path: root/gdbus/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-201-0/+1
* gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz2014-09-081-2/+8
* gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz2014-02-181-4/+1
* gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo2014-02-181-10/+4
* gdbus: Fix crash when getting disconnected from the busJohan Hedberg2012-10-311-4/+5
* gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann2012-04-161-4/+0
* gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson2011-03-091-3/+0
* gdbus: Update copyright informationMarcel Holtmann2011-01-011-1/+1
* gdbus: fix not handling bus disconnectsLuiz Augusto von Dentz2010-10-131-0/+4
* Fix the case when the requested name is already in useVinicius Costa Gomes2010-03-071-1/+5
* Remove unneeded use of status variableMarcel Holtmann2010-01-271-8/+2
* Introduce g_dbus_setup_private() to gdbusForrest Zhao2010-01-271-13/+52
* Cleanup of D-Bus mainloop integrationMarcel Holtmann2010-01-021-84/+107
* Update copyright information of D-Bus helper libraryMarcel Holtmann2010-01-011-1/+1
* Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-291-11/+10
* Fix D-Bus timeout handlingDaniel Orstadius2009-12-161-1/+16
* Fix message handling for autostart.Claudio Takahasi2009-10-291-0/+3
* Fix blocking service watch initial connect handlingMarcel Holtmann2009-08-061-43/+0
* Add D-Bus helper library for GLib integrationMarcel Holtmann2009-04-261-0/+348