summaryrefslogtreecommitdiffstats
path: root/gdbus/mainloop.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-20gdbus: Close private connection if setup failsLuiz Augusto von Dentz1-0/+1
2014-09-08gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz1-2/+8
2014-02-18gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz1-4/+1
2014-02-18gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo1-10/+4
2012-10-31gdbus: Fix crash when getting disconnected from the busJohan Hedberg1-4/+5
2012-04-16gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann1-4/+0
2011-03-09gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson1-3/+0
2011-01-01gdbus: Update copyright informationMarcel Holtmann1-1/+1
2010-10-13gdbus: fix not handling bus disconnectsLuiz Augusto von Dentz1-0/+4
2010-03-07Fix the case when the requested name is already in useVinicius Costa Gomes1-1/+5
2010-01-27Remove unneeded use of status variableMarcel Holtmann1-8/+2
2010-01-27Introduce g_dbus_setup_private() to gdbusForrest Zhao1-13/+52
2010-01-02Cleanup of D-Bus mainloop integrationMarcel Holtmann1-84/+107
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann1-1/+1
2009-12-29Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-11/+10
2009-12-16Fix D-Bus timeout handlingDaniel Orstadius1-1/+16
2009-10-29Fix message handling for autostart.Claudio Takahasi1-0/+3
2009-08-06Fix blocking service watch initial connect handlingMarcel Holtmann1-43/+0
2009-04-26Add D-Bus helper library for GLib integrationMarcel Holtmann1-0/+348