| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove logging::LogAtLevel and rewrite its sole caller. | jbroman | 2016-01-22 | 1 | -7/+9 |
* | Global conversion of Pass()→std::move() on OS==linux | dcheng | 2015-12-28 | 1 | -3/+4 |
* | Switch to standard integer types in dbus/. | avi | 2015-12-22 | 1 | -0/+2 |
* | dbus: Cancel pending calls when destroying ObjectProxy | hashimoto | 2015-03-30 | 1 | -5/+15 |
* | Stop deleting ObjectProxy::OnPendingCallIsCompleteData manually | hashimoto | 2015-03-30 | 1 | -2/+1 |
* | dbus: Missing signals race | dtapuska | 2015-01-23 | 1 | -11/+14 |
* | Remove dbus::ObjectProxy::filter_added_ | hashimoto | 2014-12-04 | 1 | -15/+4 |
* | Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods | avakulenko | 2014-09-17 | 1 | -7/+11 |
* | dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. | armansito | 2014-09-05 | 1 | -11/+3 |
* | Reduce DBus ObjectUnknown ERROR to WARNING | stevenjb@chromium.org | 2014-08-08 | 1 | -5/+14 |
* | dbus: Always return "not yet handled" for signals | hashimoto@chromium.org | 2013-12-17 | 1 | -1/+3 |
* | dbus: Add ObjectProxy::WaitForServiceToBeAvailable() | hashimoto@chromium.org | 2013-10-02 | 1 | -14/+72 |
* | dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t... | hashimoto@chromium.org | 2013-09-27 | 1 | -19/+18 |
* | dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult | hashimoto@chromium.org | 2013-09-26 | 1 | -65/+48 |
* | dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner | hashimoto@chromium.org | 2013-09-26 | 1 | -27/+29 |
* | dbus: Suppress NameHasNoOwner errors when connecting to signals | satorux@chromium.org | 2013-08-16 | 1 | -1/+5 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of strings headers in crypto/, dbus/, device/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | DBus: Reverse error suppression logic from r198328. | thestig@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Add a method to check if a D-Bus service has an owner. Use it for mtpd. | thestig@chromium.org | 2013-05-04 | 1 | -52/+30 |
* | D-Bus: allow multiple signal handlers for a signal | keybuk@chromium.org | 2013-04-24 | 1 | -5/+10 |
* | 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 | -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 |