Imported Upstream version 1.40
[platform/upstream/connman.git] / gdbus / watch.c
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2012-11-30 Luiz Augusto von... gdbus: Add g_dbus_add_properties_watch function
2012-11-26 Szymon Jancgdbus: Remove not needed NULL pointer checks
2012-10-04 Luiz Augusto von... gdbus: Fix not freeing list node by using g_slist_delet...
2012-09-28 Lucas De Marchigdbus: Refactor filter_data_find()
2012-09-28 Lucas De Marchigdbus: Fix wrong signal handler match
2012-06-30 Lucas De Marchigdbus: Fix removal of filter after last filter_data
2012-04-05 Anderson Lizardogdbus: Use destroy callback for service watch
2011-01-02 Marcel Holtmanngdbus: Update copyright information
2010-12-09 Johan Hedberggdbus: fix accessing freed callback data
2010-12-08 Lucas De Marchigdbus: explicitly compare pointers to NULL
2010-09-08 Luiz Augusto von... Fix calling watch callbacks after it has been removed
2010-09-08 Luiz Augusto Von... Fix signal watch when a service name is given
2010-09-08 Luiz Augusto Von... Do not automatically remove watches for service names
2010-07-26 Zhenhua ZhangFree service data in service_reply
2010-02-17 Vinicius Costa GomesFix: a pending call was leaking in check_service
2010-01-08 Luiz Augusto Von... Fix regression when removing watches
2010-01-02 Marcel HoltmannUpdate copyright information of D-Bus helper library
2009-12-30 Luiz Augusto Von... Fix undefined symbols
2009-12-29 Luiz Augusto Von... Add initial implementation of g_dbus_add_signal_watch
2009-08-08 Johan HedbergUse NameHasOwner instead of ListNames for name checking
2009-08-07 Marcel HoltmannFix blocking service watch initial connect handling
2009-05-06 Luiz Augusto von... Fix crash when calling g_dbus_remove_watch from watch...
2009-04-04 Marcel HoltmannFix handling of watch functions
2009-01-01 Marcel HoltmannUpdate copyright information
2008-10-17 Marcel HoltmannAdd g_dbus_add_service_watch() implementation
2008-10-17 Marcel HoltmannChange declaration of GDBusWatchFunction
2008-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption