| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 198987 "DBus: Reverse error suppression logic from r198328." | thestig@chromium.org | 2013-05-08 | 2 | -2/+2 |
* | 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 |
* | Revert "Linux: change protobuf default option to allow building" | nyquist@chromium.org | 2012-11-12 | 1 | -1/+3 |
* | Linux: change protobuf default option to allow building | phajdan.jr@chromium.org | 2012-11-07 | 1 | -3/+1 |
* | disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChange | scottmg@chromium.org | 2012-11-06 | 1 | -1/+1 |
* | dbus: Make it possible to build as shared_library. | tfarina@chromium.org | 2012-11-05 | 11 | -22/+83 |
* | Call dbus_bus_register at the beginning of connection. | nona@chromium.org | 2012-11-02 | 1 | -0/+13 |
* | dbus: Everybody can include from src/base/. | tfarina@chromium.org | 2012-10-31 | 1 | -2/+1 |
* | dbus: Reuse is_set() function from ScopedDBusError API. | tfarina@chromium.org | 2012-10-29 | 2 | -3/+3 |
* | Add sender verification of D-Bus signals. | haruki@chromium.org | 2012-10-29 | 6 | -17/+365 |
* | Remove all the "set noparent" directives | dpranke@chromium.org | 2012-10-19 | 1 | -1/+0 |
* | DBus: declare property specializations | keybuk@chromium.org | 2012-09-21 | 1 | -0/+60 |
* | dbus: Fix clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-08-30 | 1 | -3/+3 |
* | bluetooth: Create stub manager, adapter and device. | keybuk@chromium.org | 2012-08-15 | 2 | -5/+20 |