summaryrefslogtreecommitdiffstats
path: root/dbus/object_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-3/+2
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-141-1/+9
* dbus: Make it possible to build as shared_library.tfarina@chromium.org2012-11-051-1/+3
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-291-0/+21
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* dbus: Include method names in error messages for method call failuressatorux@chromium.org2012-05-311-2/+6
* Add dbus::ObjectProxy::CallMethodWithErrorCallbackhashimoto@chromium.org2012-04-201-0/+34
* chromeos: Fix memory leak in blocking Cryptohome method callhashimoto@chromium.org2012-03-291-0/+1
* dbus: don't fail when reconnecting object signalskeybuk@chromium.org2012-03-211-2/+5
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-2/+3
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-3/+2
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-2/+3
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-101-4/+20
* dbus: Fix a bug where we were emitting spurious error messages.satorux@chromium.org2011-11-231-2/+2
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-3/+2
* dbus: Add ObjectProxy::EmptyResponseCallback().satorux@chromium.org2011-11-111-1/+7
* Make ExportedObject and ObjectProxy own Bus as scoped_refptr.satorux@chromium.org2011-10-131-1/+1
* Eliminate hacks needed to work around a limitation of base::Bind()satorux@chromium.org2011-10-041-2/+2
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-061-4/+12
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-251-1/+5
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-5/+4
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+70
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+116