summaryrefslogtreecommitdiffstats
path: root/dbus/object_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Track active references in ShillClientHelper (Take 3)stevenjb@chromium.org2013-10-071-0/+2
* Revert 227100 "Track active references in ShillClientHelper (Tak..."stevenjb@chromium.org2013-10-041-2/+0
* Track active references in ShillClientHelper (Take 2)stevenjb@chromium.org2013-10-041-0/+2
* dbus: Add ObjectProxy::WaitForServiceToBeAvailable()hashimoto@chromium.org2013-10-021-0/+21
* dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t...hashimoto@chromium.org2013-09-271-2/+11
* dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResulthashimoto@chromium.org2013-09-261-11/+3
* Revert 224179 "Track active references in ShillClientHelper"kkania@chromium.org2013-09-191-2/+0
* Track active references in ShillClientHelperstevenjb@chromium.org2013-09-191-0/+2
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* D-Bus: allow multiple signal handlers for a signalkeybuk@chromium.org2013-04-241-3/+4
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* 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