gdbus: Fix not freeing list node by using g_slist_delete_link
[platform/upstream/neard.git] / gdbus /
2012-11-26 Luiz Augusto von... gdbus: Fix not freeing list node by using g_slist_delet...
2012-11-26 Lucas De Marchigdbus: Refactor filter_data_find()
2012-11-26 Lucas De Marchigdbus: Fix wrong signal handler match
2012-11-26 Johan Hedberggdbus: Fix crash when getting disconnected from the bus
2012-08-28 Jaganath Kanakkasserygdbus: Fix compilation error if macro "error" is defined
2012-06-30 Lucas De Marchigdbus: do not check signature twice
2012-06-30 Mikel Astizgdbus: Fix incorrectly discarded signals
2012-06-30 Lucas De Marchigdbus: Fix removal of filter after last filter_data
2012-06-18 Lucas De Marchigdbus: Add macro for methods marked as NOREPLY
2012-05-23 Lucas De Marchigdbus: add Method.NoReply annotation in introspection
2012-05-23 Lucas De Marchigdbus: add Deprecated annotation in introspection
2012-05-23 Lucas De Marchigdbus: remove signature and reply from tables
2012-05-23 Lucas De Marchigdbus: loop over args to check message signature
2012-05-23 Lucas De Marchigdbus: use GDBusArgInfo to generate introspection
2012-05-23 Lucas De Marchigdbus: add and use helpers for table declarations
2012-05-23 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-10-21 Marcel HoltmannInitial revision