summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-094-12/+27
* dbus: Always return "not yet handled" for signalshashimoto@chromium.org2013-12-171-1/+3
* Run dbus_unittests serially.phajdan.jr@chromium.org2013-12-062-1/+31
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Track active references in ShillClientHelper (Take 3)stevenjb@chromium.org2013-10-072-3/+5
* Revert 227100 "Track active references in ShillClientHelper (Tak..."stevenjb@chromium.org2013-10-041-2/+0
* Track active references in ShillClientHelper (Take 2)stevenjb@chromium.org2013-10-041-0/+2
* dbus: Add ObjectProxy::WaitForServiceToBeAvailable()hashimoto@chromium.org2013-10-024-14/+170
* dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus t...hashimoto@chromium.org2013-09-273-27/+32
* dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResulthashimoto@chromium.org2013-09-262-76/+51
* dbus: Replace PostTaskTo*Thread methods with Get*TaskRunnerhashimoto@chromium.org2013-09-266-178/+115
* Revert 224179 "Track active references in ShillClientHelper"kkania@chromium.org2013-09-191-2/+0
* Track active references in ShillClientHelperstevenjb@chromium.org2013-09-191-0/+2
* dbus: Suppress NameHasNoOwner errors when connecting to signalssatorux@chromium.org2013-08-161-1/+5
* 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