DA: Add DHCP state notify function
[platform/upstream/connman.git] / gdbus / watch.c
2022-02-23 Niraj Kumar GoitMerge tag 'upstream/1.40' into tizen. 79/271279/4 submit/tizen/20220224.061208
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2021-01-27 Seonah Moonmerge tag upstream/1.38 84/252384/1 accepted/tizen/unified/20210129.002142 submit/tizen/20210127.105449
2020-06-10 hyunuk takMerge "Add to check ins status on client" into tizen submit/tizen/20200610.045555
2020-05-25 cheoleun moonMerge "Block all extra scans caused by ConnMan" into...
2020-05-19 YuFix wrong length for format string 42/233742/1 accepted/tizen/unified/20200519.035055 submit/tizen/20200519.021428
2020-05-18 Jiung YuMerge "Add logic to detect buffer overflow for snprintf... submit/tizen/20200518.041610
2020-05-18 YuAdd logic to detect buffer overflow for snprintf 24/233524/3
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2015-12-24 taesub kimMerge "Fixed various memory leak issues" into tizen
2015-12-15 Saurav BabuFixed various memory leak issues 46/54346/1
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
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