summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-317-11/+115
* c++11 ud suffix fixes for cros dbus filesthakis@chromium.org2013-07-311-1/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-179-10/+10
* Make "Ignoring DBusStatistics::AddStat" a DVLOG instead of DLOG(WARNING)posciak@chromium.org2013-07-111-2/+2
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-285-5/+5
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-1314-590/+610
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-114-5/+5
* Linux/CrOS: Listen for mtpd service owner change events and communicate with ...thestig@chromium.org2013-06-103-3/+354
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-022-12/+10
* DBus: Reverse error suppression logic from r198328.thestig@chromium.org2013-05-082-2/+2
* dbus: adding PostTaskToDBusThreadAndReplyharuki@chromium.org2013-05-082-0/+25
* Add a method to check if a D-Bus service has an owner. Use it for mtpd.thestig@chromium.org2013-05-043-52/+118
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-4/+4
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-0110-30/+26
* Revert r196352 "dbus: Add FakeBus"oshima@chromium.org2013-04-253-44/+2
* dbus: Add FakeBusharuki@chromium.org2013-04-253-2/+44
* D-Bus: notify properties changed from fakeskeybuk@chromium.org2013-04-241-2/+8
* D-Bus: allow multiple signal handlers for a signalkeybuk@chromium.org2013-04-243-27/+33
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-172-2/+2
* Adding PrintTo of ObjectPath.pneubeck@chromium.org2013-04-122-0/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-10/+10
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-10/+10
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-10/+10
* Support D-Bus Object Managerkeybuk@chromium.org2013-03-2512-54/+1310
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-14/+15
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-1/+1
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-2011-78/+74
* Supporting callback for Disconnected signal.nona@chromium.org2013-02-153-4/+47
* Remove unnecessary condition.nona@chromium.org2013-02-131-5/+0
* Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too.thestig@chromium.org2013-02-122-71/+76
* Call get_dispatch_status function to handle Disconnected signal.nona@chromium.org2013-02-082-7/+64
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-079-103/+107
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-1/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+1
* DBus: Bus::AddMatch and RemoveMatch support repeated rules.deymo@chromium.org2013-01-314-12/+68
* D-Bus: ObjectProxy remove function for Bus object.deymo@chromium.org2013-01-293-16/+142
* DBus: Fixes a flaky test case.deymo@chromium.org2013-01-241-3/+11
* Make DBusStatistics only run on the main thread and add additional CHECKs to ...stevenjb@chromium.org2013-01-092-1/+17
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* dbus: Add comments about object ownershipsatorux@chromium.org2012-11-291-14/+21
* Disable SignalSenderVerificationTest.TestMultipleObjectskeybuk@chromium.org2012-11-271-1/+2
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-272-7/+75
* Revert 169164 - Allow multiple object proxies to handle NameOwnerChangedlambroslambrou@google.com2012-11-222-78/+7
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-212-7/+78
* Linux: fix header includes for system protobuf.phajdan.jr@chromium.org2012-11-211-0/+5
* Add DBusStatistics and DBusLogSource to log and show dbus statsstevenjb@chromium.org2012-11-145-2/+543
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-145-33/+153