| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce DBus ObjectUnknown ERROR to WARNING | stevenjb@chromium.org | 2014-08-08 | 1 | -1/+2 |
* | Track active references in ShillClientHelper (Take 3) | stevenjb@chromium.org | 2013-10-07 | 1 | -0/+2 |
* | Revert 227100 "Track active references in ShillClientHelper (Tak..." | stevenjb@chromium.org | 2013-10-04 | 1 | -2/+0 |
* | Track active references in ShillClientHelper (Take 2) | stevenjb@chromium.org | 2013-10-04 | 1 | -0/+2 |
* | dbus: Add ObjectProxy::WaitForServiceToBeAvailable() | hashimoto@chromium.org | 2013-10-02 | 1 | -0/+21 |
* | dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t... | hashimoto@chromium.org | 2013-09-27 | 1 | -2/+11 |
* | dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult | hashimoto@chromium.org | 2013-09-26 | 1 | -11/+3 |
* | Revert 224179 "Track active references in ShillClientHelper" | kkania@chromium.org | 2013-09-19 | 1 | -2/+0 |
* | Track active references in ShillClientHelper | stevenjb@chromium.org | 2013-09-19 | 1 | -0/+2 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | D-Bus: allow multiple signal handlers for a signal | keybuk@chromium.org | 2013-04-24 | 1 | -3/+4 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own... | yuki@chromium.org | 2013-02-07 | 1 | -3/+2 |
* | Make SignalSenderVerificationTest more robust | haruki@chromium.org | 2012-11-14 | 1 | -1/+9 |
* | dbus: Make it possible to build as shared_library. | tfarina@chromium.org | 2012-11-05 | 1 | -1/+3 |
* | Add sender verification of D-Bus signals. | haruki@chromium.org | 2012-10-29 | 1 | -0/+21 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | dbus: Include method names in error messages for method call failures | satorux@chromium.org | 2012-05-31 | 1 | -2/+6 |
* | Add dbus::ObjectProxy::CallMethodWithErrorCallback | hashimoto@chromium.org | 2012-04-20 | 1 | -0/+34 |
* | chromeos: Fix memory leak in blocking Cryptohome method call | hashimoto@chromium.org | 2012-03-29 | 1 | -0/+1 |
* | dbus: don't fail when reconnecting object signals | keybuk@chromium.org | 2012-03-21 | 1 | -2/+5 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 1 | -2/+3 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 1 | -3/+2 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 1 | -2/+3 |
* | Allow dbus clients to silence logging when a service is unavailable. | adamk@chromium.org | 2012-02-10 | 1 | -4/+20 |
* | dbus: Fix a bug where we were emitting spurious error messages. | satorux@chromium.org | 2011-11-23 | 1 | -2/+2 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 1 | -3/+2 |
* | dbus: Add ObjectProxy::EmptyResponseCallback(). | satorux@chromium.org | 2011-11-11 | 1 | -1/+7 |
* | Make ExportedObject and ObjectProxy own Bus as scoped_refptr. | satorux@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Eliminate hacks needed to work around a limitation of base::Bind() | satorux@chromium.org | 2011-10-04 | 1 | -2/+2 |
* | Add some histograms to the D-Bus library: | satorux@chromium.org | 2011-09-06 | 1 | -4/+12 |
* | Add mock classes for Bus, ObjectProxy, and ExportedObject. | satorux@chromium.org | 2011-08-25 | 1 | -1/+5 |
* | Fix design shortcomings in Message classes. | satorux@chromium.org | 2011-08-24 | 1 | -5/+4 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -0/+70 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 1 | -0/+116 |