summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* Fix parent path introspection data invalidation for multiple levelsJohan Hedberg2010-04-301-1/+3
* Fix memory leak in g_dbus_register_interfaceJohan Hedberg2010-04-301-1/+3
* Make interface callback tables constMarcel Holtmann2010-03-072-16/+16
* Fix the case when the requested name is already in useVinicius Costa Gomes2010-03-071-1/+5
* Fix: a pending call was leaking in check_serviceVinicius Costa Gomes2010-02-171-0/+2
* Remove unneeded use of status variableMarcel Holtmann2010-01-271-8/+2
* Introduce g_dbus_setup_private() to gdbusForrest Zhao2010-01-272-13/+55
* Fix regression when removing watchesLuiz Augusto Von Dentz2010-01-081-5/+9
* Cleanup of D-Bus mainloop integrationMarcel Holtmann2010-01-021-84/+107
* Update copyright information of D-Bus helper libraryMarcel Holtmann2010-01-014-4/+4
* Fix undefined symbolsLuiz Augusto Von Dentz2009-12-291-2/+2
* Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-291-11/+10
* Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-292-202/+321
* Fix D-Bus timeout handlingDaniel Orstadius2009-12-171-1/+16
* Fix message handling for autostart.Claudio Takahasi2009-10-291-0/+3
* gdbus: handle introspection generally in generic_message.RISKÓ Gergely2009-09-241-43/+59
* Add introspection interface to the output of introspection callsRISKÓ Gergely2009-09-141-1/+7
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-8/+0
* Use NameHasOwner instead of ListNames for name checkingJohan Hedberg2009-08-081-15/+9
* Fix blocking service watch initial connect handlingMarcel Holtmann2009-08-063-46/+96
* Make the parent path invalidateableDenis Kenzior2009-05-111-1/+5
* Fix crash when calling g_dbus_remove_watch from inside the watch callback.Luiz Augusto von Dentz2009-05-061-10/+41
* Fix g_dbus_remove_all_watches to remove all watches for the given connection.Luiz Augusto von Dentz2009-04-031-7/+4
* Fix gdbus watch function not handling multiple dbus connections.Luiz Augusto von Dentz2009-04-031-12/+33
* Revert "Fix null dereference in gdbus/watch.c"Johan Hedberg2009-04-031-1/+1
* Fix null dereference in gdbus/watch.cGustavo F. Padovan2009-04-011-1/+1
* Check that interface name is providedMarcel Holtmann2009-02-281-1/+3
* Update copyright informationMarcel Holtmann2009-01-014-4/+4
* Check if path is valid before unregistering itRaymond Liu2008-12-241-0/+3
* Fix issue with signed/unsigned comparisonMarcel Holtmann2008-12-231-1/+2
* Use tabs for indentationMarcel Holtmann2008-12-201-4/+4
* Add missing gdbus function declarationsMarcel Holtmann2008-12-063-0/+22
* Change file headers for D-Bus helper libraryMarcel Holtmann2008-12-064-4/+4
* Don't expect reply when sending D-Bus messagesMarcel Holtmann2008-11-261-0/+3
* Add function for checking if a service is presentMarcel Holtmann2008-11-262-0/+45
* Add g_dbus_add_service_watch() implementationMarcel Holtmann2008-10-172-22/+45
* Fix connection disconnect functionMarcel Holtmann2008-10-171-2/+2
* Change declaration of GDBusWatchFunctionMarcel Holtmann2008-10-172-3/+4
* Implement support g_dbus_create_error_valistJohan Hedberg2008-09-111-1/+5
* Remove g_dbus_unregister_all_interfaces functionMarcel Holtmann2008-07-312-21/+0
* Revert wrong listner id counter offsetMarcel Holtmann2008-06-081-1/+1
* Avoid a watch id of 0Marcel Holtmann2008-06-081-1/+4
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-072-128/+2
* Don't abstract functions that are only used onceMarcel Holtmann2008-06-072-28/+0
* Remove another unused functionMarcel Holtmann2008-06-072-12/+0
* Make helper function static and localMarcel Holtmann2008-06-072-3/+1
* Remove unused definesMarcel Holtmann2008-06-071-3/+0
* Don't consider mainloop integration of dbus-glibMarcel Holtmann2008-06-071-14/+0
* Remove another obsolete functionMarcel Holtmann2008-06-072-17/+0
* Add proper signal sending helpersMarcel Holtmann2008-06-072-9/+34