Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / wpa_supplicant / dbus / dbus_new.c
2010-05-23 Jouni MalinenSkip D-Bus signals if the dbus_path is not yet set
2010-01-16 Witold Sowadbus: Change WPA/RSNIE byte array props to dicts
2010-01-09 Witold Sowadbus: Change BSS, Network and some errors interface...
2010-01-06 Jouni Malinendbus: Do not try to unregister not-yet-registered netwo...
2010-01-06 Witold Sowadbus: Add BSS property change notifications
2010-01-06 Jouni Malinendbus: Fix prop_changed_flags allocation to count proper...
2010-01-04 Witold Sowadbus: Aggregate PropertiesChanged signals
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-04 Marcel Holtmanndbus: Replace StateChanged with PropertiesChanged signal
2010-01-04 Marcel Holtmanndbus: Use simple strings for debug level
2010-01-02 Jouni Malinendbus: Use free_dbus_object_desc() consistently to free...
2010-01-02 Jouni Malinendbus: Remove duplication of object methods/signals...
2010-01-02 Jouni Malinendbus: Use stack for temporary object path
2010-01-02 Jouni Malinendbus: Cleaned up signal message construction functions
2010-01-01 Jouni Malinendbus: Remove perror() calls
2010-01-01 Jouni Malinendbus: Clean up dbus_path/dbus_new_path use
2010-01-01 Jouni Malinendbus: Get rid of unnecessary string duplication in...
2010-01-01 Jouni Malinendbus: Remove wpas_dbus_callbacks abstraction
2010-01-01 Witold Sowadbus: Divide DebugParams property to three separate...
2010-01-01 Witold Sowadbus: Rename InterfaceCreated to InterfaceAdded
2010-01-01 Witold Sowadbus: Add second properties arg to *Added signals
2010-01-01 Witold Sowadbus: Replace BSS 'Properties' property with separate...
2010-01-01 Witold Sowadbus: Define priv argument for object rather than for...
2009-12-31 Jouni Malinendbus: Do not deinitialize new D-Bus API if it is not...
2009-12-30 Jouni Malinendbus: Share common initialization code for both old...
2009-12-29 Jouni Malinendbus: Fix D-Bus network and BSS object registration...
2009-12-27 Jouni Malinendbus: Use the new BSS table with the new D-Bus API
2009-12-26 Jouni Malinendbus: Fix build without os_free available as a pointer
2009-12-26 Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26 Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-20 Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...