misc. fixes and cleanups by Albin Tonnerre
[framework/uifw/edbus.git] / src / lib / dbus /
2010-08-16 rasterooh edbus didn thave runtime version check! fix fix...
2010-07-09 devilhornsMove E_Dbus Header (and associated headers) to own...
2010-06-30 sachielGet size from the right variable, as spotted by k-s...
2010-06-24 cedric * e_dbus: remove warning due to change in Ecore API.
2010-06-01 discomfitoradd a define for fdo.properties interface, replace...
2010-06-01 discomfitoradd defines for fdo bus/path/interface
2010-05-31 discomfitoradd e_dbus_introspect; this call can be used on any...
2010-05-29 rasteredbus... version info
2010-05-22 carospace--
2010-05-22 caro * add a main page for the documentation of the project
2010-05-22 carofix few doxy warnings
2010-05-22 caro * fix autotools
2010-05-14 caroWindows stuff
2010-03-11 barbieri-Wextra cleanup.
2010-02-27 barbieri[PATCH 14/16] e_dbus: Don't crash when method return...
2010-02-26 barbieriTRUE/FALSE -> EINA_TRUE/EINA_FALSE
2010-01-30 englebassFind out which dbus version we use
2010-01-27 englebassswitch to eina_strbuf, remove ecore_data
2009-12-30 barbierifix uninitialized variable causing segfaults.
2009-11-06 caroformatting
2009-11-06 caroand fix compilation on Winodws (yes, DBus is ported...
2009-11-06 caroheaders inclusion is a real mess...
2009-10-10 carosimplify a bit init/shutdown functions
2009-10-07 cedric * e_dbus: Don't unreference unitialized data. Thanks...
2009-09-24 englebassConvert nm to eina
2009-09-23 barbieriimprovements after logging.
2009-09-21 cedric * e_dbus: Use eina_log.
2009-08-28 barbieriunref message when fail to set_notify or when not compl...
2009-07-29 rasterSNAPSHOT: svn-03
2009-06-08 barbieristart service by name requires one more parameter ...
2009-05-08 rasterallow acceptance from null clients
2009-04-29 barbieriadd some getters to e_dbus_object.
2009-04-17 rasterlutin... release soname patch. verbose svn soname used...
2009-04-15 rastersegv--!
2009-04-06 barbiericleanup list free, also fix a leak on connection->signa...
2009-04-06 barbieriThis patch adds signals to introspect following the...
2009-03-28 barbieriactually do cleanup, nasty nobody noticed it before.
2009-03-10 barbierie_dbus: work with older dbus as well.
2009-02-25 cedric * estickies,
2008-12-23 englebassFix clang reports.
2008-11-26 mcalamellidbus version match at compile time for dbus_watch_get_u...
2008-11-15 englebasse_nm_wireless_enabled_set()
2008-11-05 englebassDon't close connection while idler active.
2008-11-03 rasterdbus fix on shutdown - shulga nikita
2008-10-29 englebassimplement org.freedesktop.DBus.Properties.GetAll
2008-10-20 rasterbadness@ FIX! dont free handlers silently within the...
2008-10-20 rasterand remove memcheck.h - couldnt find it with valgrind...
2008-10-20 rasterput in magic check for dbus... there is a bug going...
2008-10-15 cedricSwitch from ecore_strings to eina_stringshare.
2008-10-14 mcalamelliAdd ecore_string_init/shutdown
2008-10-13 barbierie_dbus: dispatch signals per-connection.
2008-10-13 barbierie_dbus: signals are per-connection, fix signal match...
2008-10-13 cedricMake e_dbus depend on eina. No change in the code yet...
2008-10-11 barbierie_dbus: better error and reference handling.
2008-10-11 barbierie_dbus: update from deprecated method.
2008-10-10 barbierie_dbus: fix memory leak with signal handler data.
2008-09-24 rasterfix e_dbus use of idlers so it at least works.
2008-09-21 barbieriMove ecore_idler_del() from last e_dbus patch to proper...
2008-09-21 barbieriRemove idler when connection is closed.
2008-08-17 rastermove around - flatter.