summaryrefslogtreecommitdiff
path: root/gdbus/mainloop.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-121-0/+1
* gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz2014-08-201-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
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gdbus: Fix crash when getting disconnected from the busJohan Hedberg2012-09-261-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-171-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
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing gdbus function declarationsMarcel Holtmann2008-12-061-0/+6
* Change file headers for D-Bus helper libraryMarcel Holtmann2008-12-061-1/+1
* Add function for checking if a service is presentMarcel Holtmann2008-11-261-0/+43
* Fix connection disconnect functionMarcel Holtmann2008-10-171-2/+2
* Don't consider mainloop integration of dbus-glibMarcel Holtmann2008-06-071-14/+0
* Remove GDBusDisconnectFunction typeMarcel Holtmann2008-05-291-1/+1
* Emulate libgdbus API for mainloop integrationMarcel Holtmann2008-05-081-38/+33
* Move D-Bus mainloop integration into libgdbusMarcel Holtmann2008-05-081-1/+279
* Add skeleton for libgdbus supportMarcel Holtmann2008-05-081-0/+40