summaryrefslogtreecommitdiffstats
path: root/dbus/object_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Add ObjectProxy::CallMethodAndBlockWithErrorDetails methodsavakulenko2014-09-171-7/+11
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-11/+3
* Reduce DBus ObjectUnknown ERROR to WARNINGstevenjb@chromium.org2014-08-081-5/+14
* dbus: Always return "not yet handled" for signalshashimoto@chromium.org2013-12-171-1/+3
* dbus: Add ObjectProxy::WaitForServiceToBeAvailable()hashimoto@chromium.org2013-10-021-14/+72
* dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t...hashimoto@chromium.org2013-09-271-19/+18
* dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResulthashimoto@chromium.org2013-09-261-65/+48
* dbus: Replace PostTaskTo*Thread methods with Get*TaskRunnerhashimoto@chromium.org2013-09-261-27/+29
* dbus: Suppress NameHasNoOwner errors when connecting to signalssatorux@chromium.org2013-08-161-1/+5
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-1/+1
* DBus: Reverse error suppression logic from r198328.thestig@chromium.org2013-05-081-1/+1
* Add a method to check if a D-Bus service has an owner. Use it for mtpd.thestig@chromium.org2013-05-041-52/+30
* D-Bus: allow multiple signal handlers for a signalkeybuk@chromium.org2013-04-241-5/+10
* 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-4/+4
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-271-2/+2
* Revert 169164 - Allow multiple object proxies to handle NameOwnerChangedlambroslambrou@google.com2012-11-221-2/+2
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-211-2/+2
* Add DBusStatistics and DBusLogSource to log and show dbus statsstevenjb@chromium.org2012-11-141-2/+12
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-141-3/+20
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-291-17/+144
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-191-0/+1
* Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.kkania@chromium.org2012-06-191-1/+0
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-181-0/+1
* dbus: Fix a subtle butterfly-effect bug in handling incoming messagessatorux@chromium.org2012-06-021-1/+34
* dbus: Include method names in error messages for method call failuressatorux@chromium.org2012-05-311-5/+17
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-6/+19
* Add dbus::ObjectProxy::CallMethodWithErrorCallbackhashimoto@chromium.org2012-04-201-11/+38
* dbus: don't fail when reconnecting object signalskeybuk@chromium.org2012-03-211-6/+0
* dbus: verify object path of incoming signalskeybuk@chromium.org2012-03-011-7/+11
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-1/+2
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-2/+1
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-1/+2
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-101-7/+21
* dbus: Fix a bug where we were emitting spurious error messages.satorux@chromium.org2011-11-231-10/+20
* dbus: Add ObjectProxy::EmptyResponseCallback().satorux@chromium.org2011-11-111-3/+12
* dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage().satorux@chromium.org2011-10-141-2/+1
* Fix a bug in dbus::Bus::AddFilterFunction().satorux@chromium.org2011-10-061-4/+10
* Eliminate hacks needed to work around a limitation of base::Bind()satorux@chromium.org2011-10-041-16/+6
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-6/+8
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-061-14/+52
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-1/+1
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-31/+24
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-1/+176
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+197