Migration with svn revision 66792
[framework/uifw/edbus.git] / src / lib / dbus / e_dbus.c
2012-01-16 Jaehwan KimMigration with svn revision 66792
2011-12-06 cedrice_dbus: less warning due to headers change.
2011-11-29 Jaehwan KimMigration with svn revision @65617
2011-11-27 discomfitorbetter fix for duplicate fdh, also delete watches when...
2011-11-27 discomfitorfix case where dbus fd could have two handlers added
2011-11-06 sanjeevRevert "Fix review comments from enlightenment-devel...
2011-11-04 sanjeevFix review comments from enlightenment-devel. Thanks...
2011-06-23 Jaehwan Kimsvn update: 60291 (latest:60291)
2011-04-27 rasterfix bug where idlers might not be able to run.
2011-04-08 rasterdoxy->h
2011-03-09 Myungjae Leesvn update: 57317 (latest:57317)
2011-03-08 WooHyun Jung[Rollback]
2011-03-07 Myungjae Leesvn update: 57317 (latest:57317)
2011-01-27 englebassRemove the fd handler we are going to delete
2011-01-26 discomfitoryet another sacrificial commit for the enjoyment of...
2011-01-26 discomfitoruse ERR instead of fprintf and unregister log dom in...
2011-01-26 discomfitoralso shut down ecore before eina_log
2011-01-26 discomfitormove ecore stuff to after eina_log
2011-01-25 discomfitorpropery call eina_init/ecore_init and eina_shutdown...
2010-09-07 Jeahwan KimMerge with EFL svn repo
2010-09-07 Jeahwan Kimsvn update: 51382 (latest:51480)
2010-08-16 rasterooh edbus didn thave runtime version check! fix fix...
2010-06-24 cedric * e_dbus: remove warning due to change in Ecore API.
2010-05-18 Youmin Hasvn update: 48851 (latest:48959)
2010-03-11 barbieri-Wextra cleanup.
2010-02-26 barbieriTRUE/FALSE -> EINA_TRUE/EINA_FALSE
2010-01-30 englebassFind out which dbus version we use
2009-11-06 caroheaders inclusion is a real mess...
2009-10-10 carosimplify a bit init/shutdown functions
2009-09-23 barbieriimprovements after logging.
2009-09-21 cedric * e_dbus: Use eina_log.
2009-04-06 barbiericleanup list free, also fix a leak on connection->signa...
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-05 englebassDon't close connection while idler active.
2008-11-03 rasterdbus fix on shutdown - shulga nikita
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-11 barbierie_dbus: update from deprecated method.
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.