Add packaging directory
[platform/upstream/neard.git] / gdbus /
2013-11-11 Bastien Noceragdbus: Fix trying to remove already removed sources
2013-10-14 Szymon Jancgdbus: Remove not needed check for NULL DBusPendingCall
2013-10-14 Szymon Jancgdbus: Check for NULL DBusPendingCall in g_dbus_send_me...
2013-09-12 Luiz Augusto von... gdbus/client: Use g_dbus_add_properties_watch to track...
2013-09-12 Luiz Augusto von... gdbus/client: Use g_dbus_add_signal_watch to track...
2013-09-12 Luiz Augusto von... gdbus/client: Use g_dbus_add_service_watch to track...
2013-09-12 Luiz Augusto von... gdbus/watch: Fix crash when disconnecting from D-Bus
2013-09-12 Luiz Augusto von... gdbus/watch: Fix aborting when removing D-Bus filter
2013-09-12 Luiz Augusto von... gdbus/watch: Fix crash when g_dbus_remove_watch is...
2013-09-11 Luiz Augusto von... gdbus: Fix emitting PropertiesChanged twice
2013-09-11 Luiz Augusto von... gdbus: Avoid calling dbus_connection_send*
2013-09-11 Luiz Augusto von... gdbus: Add g_dbus_send_message_with_reply
2013-09-11 Luiz Augusto von... gdbus: Fix sending ObjectManager/Properties signals...
2013-06-19 Henrique Dante de... gdbus: Remove proxies when client disconnects
2013-05-08 Anderson Lizardogdbus: Fix using NULL DBusPendingCall when disconnected...
2013-05-08 Anderson Lizardogdbus: Fix segfault when D-Bus daemon exits
2013-05-04 Luiz Augusto von... gdbus: Fix calling GetManagedObjects twice in a row
2013-04-09 Lucas De Marchigdbus: Use gcc builtin instead of g_atomic
2013-04-09 Luiz Augusto von... gdbus: Fix not calling property_changed callback
2013-02-23 Tomasz Bursztykagdbus: Always unreference the message in g_dbus_send_me...
2013-02-15 Denis Kenziorgdbus: Add g_dbus_proxy_set_removed_watch
2013-02-15 Vinicius Costa Gomesgdbus: Fix missing PropertiesChanged signal
2013-02-11 Marcel Holtmanngdbus: Don't call property changed callback during...
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
2013-01-02 Marcel Holtmanngdbus: Hold client reference during get name owner...
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-29 Marcel Holtmanngdbus: Update properties on D-Bus client re-connections
2012-12-29 Marcel Holtmanngdbus: Add function to manually refresh properties
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-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
next