| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | dbus: Add template specialization for Property<vector<uint8> >. | armansito@chromium.org | 2014-03-15 | 4 | -1/+81 |
* | dbus: Handle NameOwnerChanged in ObjectManager | keybuk@chromium.org | 2014-03-07 | 5 | -0/+133 |
* | chromeos: Make dbus::MessageReader memory ownership explicit | derat@chromium.org | 2014-02-24 | 3 | -14/+20 |
* | dbus: Add comments about the right way to expose methods | satorux@chromium.org | 2014-01-09 | 4 | -12/+27 |
* | dbus: Always return "not yet handled" for signals | hashimoto@chromium.org | 2013-12-17 | 1 | -1/+3 |
* | Run dbus_unittests serially. | phajdan.jr@chromium.org | 2013-12-06 | 2 | -1/+31 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Track active references in ShillClientHelper (Take 3) | stevenjb@chromium.org | 2013-10-07 | 2 | -3/+5 |
* | 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 | 4 | -14/+170 |
* | dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t... | hashimoto@chromium.org | 2013-09-27 | 3 | -27/+32 |
* | dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult | hashimoto@chromium.org | 2013-09-26 | 2 | -76/+51 |
* | dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner | hashimoto@chromium.org | 2013-09-26 | 6 | -178/+115 |
* | 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 |
* | dbus: Suppress NameHasNoOwner errors when connecting to signals | satorux@chromium.org | 2013-08-16 | 1 | -1/+5 |
* | Allow Chromium's DBus service ownership to be stealable | cmasone@chromium.org | 2013-07-31 | 7 | -11/+115 |
* | c++11 ud suffix fixes for cros dbus files | thakis@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 9 | -10/+10 |
* | Make "Ignoring DBusStatistics::AddStat" a DVLOG instead of DLOG(WARNING) | posciak@chromium.org | 2013-07-11 | 1 | -2/+2 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 5 | -5/+5 |
* | Use a direct include of strings headers, delete some strings forwarding headers. | avi@chromium.org | 2013-06-20 | 1 | -1/+1 |
* | Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w... | thestig@chromium.org | 2013-06-13 | 14 | -590/+610 |
* | Use a direct include of strings headers in crypto/, dbus/, device/. | avi@chromium.org | 2013-06-11 | 4 | -5/+5 |
* | Linux/CrOS: Listen for mtpd service owner change events and communicate with ... | thestig@chromium.org | 2013-06-10 | 3 | -3/+354 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 2 | -12/+10 |
* | DBus: Reverse error suppression logic from r198328. | thestig@chromium.org | 2013-05-08 | 2 | -2/+2 |
* | dbus: adding PostTaskToDBusThreadAndReply | haruki@chromium.org | 2013-05-08 | 2 | -0/+25 |
* | Add a method to check if a D-Bus service has an owner. Use it for mtpd. | thestig@chromium.org | 2013-05-04 | 3 | -52/+118 |
* | Warn on missing OVERRIDE/virtual everywhere, not just in header files. | rsleevi@chromium.org | 2013-05-02 | 1 | -4/+4 |
* | dbus: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-01 | 10 | -30/+26 |
* | Revert r196352 "dbus: Add FakeBus" | oshima@chromium.org | 2013-04-25 | 3 | -44/+2 |
* | dbus: Add FakeBus | haruki@chromium.org | 2013-04-25 | 3 | -2/+44 |
* | D-Bus: notify properties changed from fakes | keybuk@chromium.org | 2013-04-24 | 1 | -2/+8 |
* | D-Bus: allow multiple signal handlers for a signal | keybuk@chromium.org | 2013-04-24 | 3 | -27/+33 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 2 | -2/+2 |
* | Adding PrintTo of ObjectPath. | pneubeck@chromium.org | 2013-04-12 | 2 | -0/+10 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -10/+10 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 5 | -10/+10 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 5 | -10/+10 |
* | Support D-Bus Object Manager | keybuk@chromium.org | 2013-03-25 | 12 | -54/+1310 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -14/+15 |
* | Connect SparseHistogram with the rest of stats system | kaiwang@chromium.org | 2013-03-01 | 1 | -1/+1 |
* | DBus: Use TaskRunners instead of MessageLoopProxies. | thestig@chromium.org | 2013-02-20 | 11 | -78/+74 |
* | Supporting callback for Disconnected signal. | nona@chromium.org | 2013-02-15 | 3 | -4/+47 |
* | Remove unnecessary condition. | nona@chromium.org | 2013-02-13 | 1 | -5/+0 |