| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too. | thestig@chromium.org | 2013-02-12 | 2 | -71/+76 |
* | Call get_dispatch_status function to handle Disconnected signal. | nona@chromium.org | 2013-02-08 | 2 | -7/+64 |
* | Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own... | yuki@chromium.org | 2013-02-07 | 9 | -103/+107 |
* | Revert "GTTF: Add missing virtual destructors." | phajdan.jr@chromium.org | 2013-02-06 | 1 | -1/+0 |
* | GTTF: Add missing virtual destructors. | phajdan.jr@chromium.org | 2013-02-05 | 1 | -0/+1 |
* | DBus: Bus::AddMatch and RemoveMatch support repeated rules. | deymo@chromium.org | 2013-01-31 | 4 | -12/+68 |
* | D-Bus: ObjectProxy remove function for Bus object. | deymo@chromium.org | 2013-01-29 | 3 | -16/+142 |
* | DBus: Fixes a flaky test case. | deymo@chromium.org | 2013-01-24 | 1 | -3/+11 |
* | Make DBusStatistics only run on the main thread and add additional CHECKs to ... | stevenjb@chromium.org | 2013-01-09 | 2 | -1/+17 |
* | GTTF: No more FLAKY_ . | phajdan.jr@chromium.org | 2012-12-21 | 1 | -1/+1 |
* | dbus: Add comments about object ownership | satorux@chromium.org | 2012-11-29 | 1 | -14/+21 |
* | Disable SignalSenderVerificationTest.TestMultipleObjects | keybuk@chromium.org | 2012-11-27 | 1 | -1/+2 |
* | Allow multiple object proxies to handle NameOwnerChanged | keybuk@chromium.org | 2012-11-27 | 2 | -7/+75 |
* | Revert 169164 - Allow multiple object proxies to handle NameOwnerChanged | lambroslambrou@google.com | 2012-11-22 | 2 | -78/+7 |
* | Allow multiple object proxies to handle NameOwnerChanged | keybuk@chromium.org | 2012-11-21 | 2 | -7/+78 |
* | Linux: fix header includes for system protobuf. | phajdan.jr@chromium.org | 2012-11-21 | 1 | -0/+5 |
* | Add DBusStatistics and DBusLogSource to log and show dbus stats | stevenjb@chromium.org | 2012-11-14 | 5 | -2/+543 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Make SignalSenderVerificationTest more robust | haruki@chromium.org | 2012-11-14 | 5 | -33/+153 |