summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
...
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-0513-53/+453
* Plug some of the leaks in dbus_unittests.earthdok2014-09-035-56/+103
* Disable slow SignalSenderVerificationTest.TestSignalRejectedPaweł Hajdan, Jr2014-08-251-1/+2
* Undo a rename of dbus::Message::GetSignature.benchan2014-08-252-3/+3
* Add a GetSignature() method to dbus::MessageReader.benchan2014-08-253-3/+55
* Reduce DBus ObjectUnknown ERROR to WARNINGstevenjb@chromium.org2014-08-082-6/+16
* don't pretend to support dbus on windows in dbus_export.hmostynb@opera.com2014-08-071-10/+3
* dbus: don't add attributes in extern template class specializationmostynb@opera.com2014-07-301-14/+14
* [DBus] Explicitly instantiate dbusProperty varianttzik@chromium.org2014-07-252-0/+29
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-4/+4
* Clean up Chrome OS WARNING spamstevenjb@chromium.org2014-07-171-2/+3
* Revert of [DBus] Explicitly instantiate dbus::Property variants (https://code...tzik@chromium.org2014-06-271-15/+1
* [DBus] Explicitly instantiate dbus::Property variantstzik@chromium.org2014-06-271-1/+15
* More work on content/browser GN build.brettw@chromium.org2014-06-121-1/+1
* Remove PlatformFile from dbus/file_descriptorrvargas@chromium.org2014-06-071-4/+6
* Add GN build file for dbus.tfarina@chromium.org2014-06-031-0/+127
* dbus/values_util.h: Add functions to append collection type values to message.armansito@chromium.org2014-05-223-2/+313
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* dbus: Add template specialization for Property<vector<uint8> >.armansito@chromium.org2014-03-154-1/+81
* dbus: Handle NameOwnerChanged in ObjectManagerkeybuk@chromium.org2014-03-075-0/+133
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-243-14/+20
* 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