summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Remove logging::LogAtLevel and rewrite its sole caller.jbroman2016-01-221-7/+9
* dbus: Run dbus_unittests parallellyhashimoto2016-01-053-16/+2
* dbus: Use randomly generated string as a TestService's service namehashimoto2016-01-058-32/+49
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-284-20/+22
* Switch to standard integer types in dbus/.avi2015-12-2225-281/+320
* Run dbus_unittests serially.thestig2015-12-211-1/+1
* Remove the NoAtExitBaseTestSuite anti-pattern.jam2015-12-111-20/+4
* Remove old C++03 move emulation code.dcheng2015-12-012-10/+7
* Fix documentation for ObjectProxy::ConnectToSignal()quiche2015-10-231-2/+6
* dbus: add support for synchronous PropertySet::Getnywang2015-09-282-4/+46
* libchrome: add support for synchronous PropertySet::Set to dbusnywang2015-09-232-0/+24
* IntToString() signedness fixes for //dbusricea2015-09-181-11/+10
* Export various dbus::Property template specializations.dcheng2015-09-181-87/+154
* Revert of Export various dbus::Property template specializations. (patchset #...spang2015-09-141-143/+87
* Export various dbus::Property template specializations.Daniel Cheng2015-09-131-87/+143
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Explicitly set test_proto.proto's syntax.thakis2015-08-271-1/+3
* dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectMan...satorux2015-08-171-6/+13
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-6/+4
* dbus: Add missing destructors to Property and PropertyBase.derat2015-07-162-2/+8
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-4/+6
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-6/+4
* dbus: expose bus connection unique namezqiu2015-07-083-0/+30
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-5/+6
* Don't attempt to validate invalid DBus-passed file descriptors.reillyg2015-06-251-0/+5
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-177-15/+15
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Make dbus::FileDescriptor a Pass()-movable type.reillyg2015-06-112-2/+31
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-162-6/+4
* Implement invalidation of Dbus propertiesjpawlowski2015-05-115-9/+142
* Add hashimoto@ to dbus/OWNERSsatorux2015-05-111-0/+1
* Re-land Move ScopedFileDescriptor to dbus/file_descriptor.hcmasone2015-04-272-0/+19
* Revert of Move ScopedFileDescriptor to dbus/file_descriptor.h (patchset #1 id...spang2015-04-272-19/+0
* Move ScopedFileDescriptor to dbus/file_descriptor.hcmasone2015-04-272-0/+19
* dbus/values_util_unittest.cc: use sqrt from cmathHans Wennborg2015-04-241-1/+2
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-1/+0
* Update {virtual,override} to follow C++11 style in dbus.nick2015-04-231-4/+4
* dbus: Use INT64_C macro from stdint.h.tfarina2015-04-201-2/+4
* Send DBus signals synchronously if called from the DBusTaskRunnerchirantan2015-04-092-7/+17
* Fix memory leak in dbus::ObjectManager::RemoveInterfaceavakulenko2015-04-021-0/+1
* dbus: Cancel pending calls when destroying ObjectProxyhashimoto2015-03-303-5/+44
* Stop deleting ObjectProxy::OnPendingCallIsCompleteData manuallyhashimoto2015-03-302-2/+8
* Add more targets to GN check.brettw2015-02-201-1/+3
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-1/+0
* Add more targets to "gn check"brettw2015-02-191-0/+1
* Sort GN files under dbussatorux2015-02-131-2/+2
* chromeos::dbus lint errors.dtapuska2015-02-091-1/+4
* Enhance the DBus interface for peerddtapuska2015-02-093-3/+230