dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / gdbus / watch.c
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