technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / gdbus /
2012-06-30 Lucas De Marchigdbus: Fix removal of filter after last filter_data
2012-05-31 Lucas De Marchigdbus: Add macro for methods marked as NOREPLY
2012-05-22 Mikel Astizgdbus: Fix incorrectly discarded signals
2012-05-18 Lucas De Marchigdbus: do not check signature twice
2012-05-18 Lucas De Marchigdbus: add Method.NoReply annotation in introspection
2012-05-18 Lucas De Marchigdbus: add Deprecated annotation in introspection
2012-05-18 Lucas De Marchigdbus: remove signature and reply from tables
2012-05-18 Lucas De Marchigdbus: loop over args to check message signature
2012-05-18 Lucas De Marchigdbus: use GDBusArgInfo to generate introspection
2012-05-18 Lucas De Marchigdbus: add and use helpers for table declarations
2012-05-18 Lucas De Marchigdbus: add argument info to methods and signals
2012-05-18 Marcel Holtmanngdbus: Constify introspection method table
2012-05-18 Lucas De Marchigdbus: do not call memset for terminating NUL
2012-05-18 Lucas De Marchigdbus: return if method signature is malformed
2012-04-16 Marcel Holtmanngdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD...
2012-04-05 Anderson Lizardogdbus: Use destroy callback for service watch
2012-04-05 Syam Sidhardhangdbus: Fix white space coding style issue
2011-05-27 Szymon Jancgdbus: Remove unused result variable from g_dbus_pendin...
2011-03-09 Grant Ericksongdbus: Unconditionally remove D-Bus timeouts
2011-01-19 Daniel Wagnergdbus: Remove root node 'name' attribute in introspection
2011-01-19 Daniel Wagnergdbus: invaldate_parent_data: walk the whole path down
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-10-13 Luiz Augusto von... gdbus: fix not handling bus disconnects
2010-09-09 Marcel HoltmannAdd support for builtin GDBus security using PolicyKit
2010-09-09 Marcel HoltmannAdd support for GDBus security action and flags
2010-09-09 Marcel HoltmannUse simpler error callbacks for GDBus security hooks
2010-09-09 Marcel HoltmannAdd support for GDBus security handlers
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-08-19 Marcel HoltmannAdd printf format attribute for error creation helper
2010-07-26 Zhenhua ZhangFree service data in service_reply
2010-04-29 Johan HedbergFix parent path introspection data invalidation for...
2010-04-29 Johan HedbergFix memory leak in g_dbus_register_interface
2010-03-07 Marcel HoltmannMake interface callback tables const
2010-03-07 Vinicius Costa GomesFix the case when the requested name is already in use
2010-02-17 Vinicius Costa GomesFix: a pending call was leaking in check_service
2010-01-27 Marcel HoltmannRemove unneeded use of status variable
2010-01-27 Forrest ZhaoIntroduce g_dbus_setup_private() to gdbus
2010-01-08 Luiz Augusto Von... Fix regression when removing watches
2010-01-03 Marcel HoltmannCleanup of D-Bus mainloop integration
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... Port gdbus to use g_dbus_add_signal_watch
2009-12-29 Luiz Augusto Von... Add initial implementation of g_dbus_add_signal_watch
2009-12-17 Daniel OrstadiusFix D-Bus timeout handling
2009-10-29 Claudio TakahasiFix message handling for autostart.
2009-09-24 RISKÓ Gergelygdbus: handle introspection generally in generic_message.
2009-09-14 RISKÓ GergelyAdd introspection interface to the output of introspect...
2009-08-23 Marcel HoltmannConvert to fully non-recursive build system
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-11 Denis KenziorMake the parent path invalidateable
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-02-28 Marcel HoltmannCheck that interface name is provided
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-24 Marcel HoltmannCheck if path is valid before unregistering it
2008-12-23 Marcel HoltmannFix issue with signed/unsigned comparison
2008-12-20 Marcel HoltmannUse tabs for indentation
2008-12-06 Marcel HoltmannFix error message creation
2008-11-26 Marcel HoltmannDon't expect reply when sending D-Bus messages
2008-11-23 Marcel HoltmannAdd function for checking if a service is present
2008-10-17 Marcel HoltmannAdd g_dbus_add_service_watch() implementation
2008-10-17 Marcel HoltmannFix connection disconnect function
2008-10-17 Marcel HoltmannChange declaration of GDBusWatchFunction
2008-08-13 Marcel HoltmannDon't use static library for the included libgdbus
2008-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption