gdbus: Add support for proxy property change notifications
[platform/upstream/connman.git] / gdbus /
2012-12-29 Marcel Holtmanngdbus: Add support for proxy property change notifications
2012-12-29 Marcel Holtmanngdbus: Fix handling of client connect/disconnect signals
2012-12-29 Marcel Holtmanngdbus: Protect standalone proxy creation with client...
2012-12-28 Marcel Holtmanngdbus: Use object manager only if callback functions...
2012-12-28 Marcel Holtmanngdbus: Use client service name and not hardcoded org...
2012-12-28 Marcel Holtmanngdbus: Add support for creating D-Bus proxies without...
2012-12-22 Marcel Holtmanngdbus: Avoid using g_ptr_array_new_full convenience...
2012-12-19 Marcel Holtmanngdbus: Increase the method call timeout to 5 minutes
2012-12-19 Marcel Holtmanngdbus: Add helper for sending async error replies
2012-12-19 Marcel Holtmanngdbus: Fix race condition with creating duplicate clien...
2012-12-19 Marcel Holtmanngdbus: Fix issue with unref of client while parsing...
2012-12-19 Marcel Holtmanngdbus: Fix issue with unref of client in connect handler
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client method calls
2012-12-19 Marcel Holtmanngdbus: Add callback support for handling property changes
2012-12-19 Marcel Holtmanngdbus: Handle property changed signals and update property
2012-12-19 Marcel Holtmanngdbus: Set property changed filter match rule for each...
2012-12-19 Marcel Holtmanngdbus: Use a GPtrArray for the match rules
2012-12-19 Marcel Holtmanngdbus: Add support for setting D-Bus client basic prope...
2012-12-19 Marcel Holtmanngdbus: Deep copy of variants also requires a signature
2012-12-19 Marcel Holtmanngdbus: Add support for complex D-Bus client properties
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client properties
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client proxies
2012-12-19 Marcel Holtmanngdbus: Add helper functions for simple D-Bus clients
2012-11-30 Luiz Augusto von... gdbus: Add g_dbus_add_properties_watch function
2012-11-29 Lucas De Marchigdbus: Don't automatically attach ObjectManager
2012-11-29 Lucas De Marchigdbus: Don't register DBus.Properties with no properties
2012-11-26 Szymon Jancgdbus: Remove not needed NULL pointer checks
2012-11-26 Syam Sidhardhangdbus: Replace leading spaces with tabs
2012-11-26 Syam Sidhardhangdbus: Fix compilation error due to missing #defines
2012-11-26 Lucas De Marchigdbus: Remove connection from pending_property functions
2012-11-26 Johan Hedberggdbus: Fix invalid memory access during interface removal
2012-11-26 Johan Hedberggdbus: Add g_dbus_get_properties function
2012-11-26 Johan Hedberggdbus: Add support for invalidated properties
2012-11-26 Johan Hedberggdbus: Fix processing pending properties in remove_inte...
2012-11-26 Lucas De Marchigdbus: Fix up Properties.Set() code path
2012-11-26 Lucas De Marchigdbus: Fix invalid memory access while unregistering
2012-11-26 Lucas De Marchigdbus: Implement PropertiesChanged signal
2012-11-26 Luiz Augusto von... gdbus: Simplify code for appending properties
2012-11-26 Luiz Augusto von... gdbus: Integrates ObjectManager with Properties interface
2012-11-26 Luiz Augusto von... gdbus: Only export ObjectManager interface on root...
2012-11-26 Luiz Augusto von... gdbus: Group interface changes to reduce the amount...
2012-11-26 Luiz Augusto von... gdbus: Add support for org.freedesktop.DBus.ObjectManag...
2012-11-26 Lucas De Marchigdbus: Add properties into Introspectable interface
2012-11-26 Lucas De Marchigdbus: Implement DBus.Properties.Set method
2012-11-26 Lucas De Marchigdbus: Implement DBus.Properties.GetAll method
2012-11-26 Lucas De Marchigdbus: Implement DBus.Properties.Get method
2012-11-26 Lucas De Marchigdbus: Add skeleton of DBus.Properties interface
2012-11-26 Lucas De Marchigdbus: Use macros to add annotations
2012-11-26 Lucas De Marchigdbus: Move typedefs up
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-09-28 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: 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
next