| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own... | yuki@chromium.org | 2013-02-07 | 1 | -4/+4 |
* | Allow multiple object proxies to handle NameOwnerChanged | keybuk@chromium.org | 2012-11-27 | 1 | -2/+2 |
* | Revert 169164 - Allow multiple object proxies to handle NameOwnerChanged | lambroslambrou@google.com | 2012-11-22 | 1 | -2/+2 |
* | Allow multiple object proxies to handle NameOwnerChanged | keybuk@chromium.org | 2012-11-21 | 1 | -2/+2 |
* | Add DBusStatistics and DBusLogSource to log and show dbus stats | stevenjb@chromium.org | 2012-11-14 | 1 | -2/+12 |
* | Make SignalSenderVerificationTest more robust | haruki@chromium.org | 2012-11-14 | 1 | -3/+20 |
* | Add sender verification of D-Bus signals. | haruki@chromium.org | 2012-10-29 | 1 | -17/+144 |
* | Add a CONNECT_REQUESTED state to Network ConnectionState. | stevenjb@google.com | 2012-06-19 | 1 | -0/+1 |
* | Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState. | kkania@chromium.org | 2012-06-19 | 1 | -1/+0 |
* | Add a CONNECT_REQUESTED state to Network ConnectionState. | stevenjb@google.com | 2012-06-18 | 1 | -0/+1 |
* | dbus: Fix a subtle butterfly-effect bug in handling incoming messages | satorux@chromium.org | 2012-06-02 | 1 | -1/+34 |
* | dbus: Include method names in error messages for method call failures | satorux@chromium.org | 2012-05-31 | 1 | -5/+17 |
* | Change setters of dbus::Message to return false instead of aborting on errors | hashimoto@chromium.org | 2012-05-23 | 1 | -6/+19 |
* | Add dbus::ObjectProxy::CallMethodWithErrorCallback | hashimoto@chromium.org | 2012-04-20 | 1 | -11/+38 |
* | dbus: don't fail when reconnecting object signals | keybuk@chromium.org | 2012-03-21 | 1 | -6/+0 |
* | dbus: verify object path of incoming signals | keybuk@chromium.org | 2012-03-01 | 1 | -7/+11 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 1 | -1/+2 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 1 | -2/+1 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 1 | -1/+2 |
* | Allow dbus clients to silence logging when a service is unavailable. | adamk@chromium.org | 2012-02-10 | 1 | -7/+21 |
* | dbus: Fix a bug where we were emitting spurious error messages. | satorux@chromium.org | 2011-11-23 | 1 | -10/+20 |
* | dbus: Add ObjectProxy::EmptyResponseCallback(). | satorux@chromium.org | 2011-11-11 | 1 | -3/+12 |
* | dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). | satorux@chromium.org | 2011-10-14 | 1 | -2/+1 |
* | Fix a bug in dbus::Bus::AddFilterFunction(). | satorux@chromium.org | 2011-10-06 | 1 | -4/+10 |
* | Eliminate hacks needed to work around a limitation of base::Bind() | satorux@chromium.org | 2011-10-04 | 1 | -16/+6 |
* | Stop restricting the sender object path for incoming signals. | satorux@chromium.org | 2011-09-14 | 1 | -6/+8 |
* | Add some histograms to the D-Bus library: | satorux@chromium.org | 2011-09-06 | 1 | -14/+52 |
* | Fix typos in the D-Bus library. | satorux@chromium.org | 2011-08-31 | 1 | -1/+1 |
* | Fix design shortcomings in Message classes. | satorux@chromium.org | 2011-08-24 | 1 | -31/+24 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -1/+176 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 1 | -0/+197 |