summaryrefslogtreecommitdiff
path: root/gdbus/watch.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* gdbus: Fix Memory LeakSaurav Babu2015-12-041-25/+25
* gdbus: Fix not calling disconnect functionSzymon Janc2015-02-241-3/+4
* gdbus: Fix match rule for NameOwnerChangedAlban Crequy2014-09-151-1/+2
* gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz2014-08-201-1/+0
* gdbus: Fix use after freeAndrei Emeltchenko2014-08-111-3/+8
* gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz2013-09-121-0/+2
* gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz2013-09-121-17/+8
* gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz2013-09-121-2/+6
* 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: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2012-11-301-0/+28
* gdbus: Remove not needed NULL pointer checksSzymon Janc2012-11-211-2/+2
* gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz2012-10-031-1/+1
* gdbus: Refactor filter_data_find()Lucas De Marchi2012-09-271-38/+5
* gdbus: Fix wrong signal handler matchLucas De Marchi2012-09-271-21/+94
* gdbus: Fix removal of filter after last filter_dataLucas De Marchi2012-06-281-9/+8
* gdbus: Use destroy callback for service watchAnderson Lizardo2012-04-041-1/+1
* gdbus: Update copyright informationMarcel Holtmann2011-01-011-1/+1
* gdbus: fix accessing freed callback dataJohan Hedberg2010-12-091-5/+5
* gdbus: explicitly compare pointers to NULLLucas De Marchi2010-12-081-11/+10
* Fix calling watch callbacks after it has been removedLuiz Augusto von Dentz2010-09-071-30/+49
* Fix signal watch when a service name is givenLuiz Augusto Von Dentz2010-09-071-33/+128
* Do not automatically remove watches for service namesLuiz Augusto Von Dentz2010-09-071-6/+7
* gdbus: Fix memory leak of service_dataZhenhua Zhang2010-07-261-1/+1
* Fix: a pending call was leaking in check_serviceVinicius Costa Gomes2010-02-171-0/+2
* Fix regression when removing watchesLuiz Augusto Von Dentz2010-01-081-5/+9
* Update copyright information of D-Bus helper libraryMarcel Holtmann2010-01-011-1/+1
* Fix undefined symbolsLuiz Augusto Von Dentz2009-12-291-2/+2
* Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-291-200/+317
* Use NameHasOwner instead of ListNames for name checkingJohan Hedberg2009-08-081-15/+9
* Fix blocking service watch initial connect handlingMarcel Holtmann2009-08-061-1/+96
* 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
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing gdbus function declarationsMarcel Holtmann2008-12-061-0/+7
* Change file headers for D-Bus helper libraryMarcel Holtmann2008-12-061-1/+1
* Add g_dbus_add_service_watch() implementationMarcel Holtmann2008-10-171-20/+40
* Change declaration of GDBusWatchFunctionMarcel Holtmann2008-10-171-2/+2
* Revert wrong listner id counter offsetMarcel Holtmann2008-06-081-1/+1
* Avoid a watch id of 0Marcel Holtmann2008-06-081-1/+4
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-50/+13
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-0/+380