DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / gdbus / object.c
2022-02-23 Niraj Kumar GoitMerge tag 'upstream/1.40' into tizen. 79/271279/4 submit/tizen/20220224.061208
2021-01-27 Seonah Moonmerge tag upstream/1.38 84/252384/1 accepted/tizen/unified/20210129.002142 submit/tizen/20210127.105449
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-06-14 Niraj Kumar Goit[SPIN] gdbus: revert pending DBus call. 61/74461/1
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-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
2013-02-23 Tomasz Bursztykagdbus: Always unreference the message in g_dbus_send_me...
2013-02-14 Vinicius Costa Gomesgdbus: Fix missing PropertiesChanged signal
2013-02-01 Johan Hedberggdbus: Fix unpublished interface signal emission
2013-01-21 Marcel Holtmanngdbus: Check for valid path before handling properties
2013-01-06 Anderson Lizardogdbus: Fix memory leak on properties_set()
2013-01-05 Marcel Holtmanngdbus: Check signature of property value before calling...
2013-01-04 Lucas De Marchigdbus: Don't include just added interfaces in GetManage...
2013-01-04 Lucas De Marchigdbus: Simplify generated introspection
2012-12-30 Luiz Augusto von... gdbus: Call check_signals when sending signals with...
2012-12-30 Luiz Augusto von... gdbus: Check if the interface being registered is valid
2012-12-30 Luiz Augusto von... gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTAL
2012-12-30 Luiz Augusto von... gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL
2012-12-30 Luiz Augusto von... gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
2012-12-30 Marcel Holtmanngdbus: Include changed properties only once per signal
2012-12-19 Marcel Holtmanngdbus: Add helper for sending async error replies
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 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-08-28 Jaganath Kanakkasserygdbus: Fix compilation error if macro "error" is defined
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 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-05 Syam Sidhardhangdbus: Fix white space coding style issue
2011-05-27 Szymon Jancgdbus: Remove unused result variable from g_dbus_pendin...
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-08 Lucas De Marchigdbus: explicitly compare pointers to NULL
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-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-01-02 Marcel HoltmannUpdate copyright information of D-Bus helper library
2009-09-24 RISKÓ Gergelygdbus: handle introspection generally in generic_message.
2009-09-14 RISKÓ GergelyAdd introspection interface to the output of introspect...
2009-05-11 Denis KenziorMake the parent path invalidateable
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-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption