summaryrefslogtreecommitdiffstats
path: root/gdbus/watch.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-24gdbus: Fix not calling disconnect functionSzymon Janc1-3/+4
2014-09-15gdbus: Fix match rule for NameOwnerChangedAlban Crequy1-1/+2
2014-09-08gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz1-1/+0
2014-09-08gdbus: Fix use after freeAndrei Emeltchenko1-3/+8
2013-09-12gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz1-0/+2
2013-09-12gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz1-17/+8
2013-09-12gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz1-2/+6
2012-11-30gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz1-0/+28
2012-11-26gdbus: Remove not needed NULL pointer checksSzymon Janc1-2/+2
2012-10-31gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-10-31gdbus: Refactor filter_data_find()Lucas De Marchi1-38/+5
2012-10-31gdbus: Fix wrong signal handler matchLucas De Marchi1-21/+94
2012-06-30gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
2012-04-05gdbus: Use destroy callback for service watchAnderson Lizardo1-1/+1
2011-01-01gdbus: Update copyright informationMarcel Holtmann1-1/+1
2010-12-10gdbus: fix accessing freed callback dataJohan Hedberg1-5/+5
2010-12-08gdbus: explicitly compare pointers to NULLLucas De Marchi1-11/+10
2010-09-08Fix calling watch callbacks after it has been removedLuiz Augusto von Dentz1-30/+49
2010-09-08Fix signal watch when a service name is givenLuiz Augusto Von Dentz1-33/+128
2010-09-08Do not automatically remove watches for service namesLuiz Augusto Von Dentz1-6/+7
2010-07-26Free service data in service_replyZhenhua Zhang1-1/+1
2010-02-17Fix: a pending call was leaking in check_serviceVinicius Costa Gomes1-0/+2
2010-01-08Fix regression when removing watchesLuiz Augusto Von Dentz1-5/+9
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann1-1/+1
2009-12-29Fix undefined symbolsLuiz Augusto Von Dentz1-2/+2
2009-12-29Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz1-200/+317
2009-08-08Use NameHasOwner instead of ListNames for name checkingJohan Hedberg1-15/+9
2009-08-06Fix blocking service watch initial connect handlingMarcel Holtmann1-1/+96
2009-05-06Fix crash when calling g_dbus_remove_watch from watch callbackLuiz Augusto von Dentz1-10/+41
2009-04-26Add D-Bus helper library for GLib integrationMarcel Holtmann1-0/+391