summaryrefslogtreecommitdiffstats
path: root/dbus/end_to_end_sync_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers in dbus/.dcheng2014-12-291-2/+2
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-32/+36
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-0/+32
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-3/+5
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-5/+3
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-3/+5
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-2/+1
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-1/+1
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-2/+2
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-17/+13
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-5/+10
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+104