| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix documentation for ObjectProxy::ConnectToSignal() | quiche | 2015-10-23 | 1 | -2/+6 |
* | dbus: add support for synchronous PropertySet::Get | nywang | 2015-09-28 | 2 | -4/+46 |
* | libchrome: add support for synchronous PropertySet::Set to dbus | nywang | 2015-09-23 | 2 | -0/+24 |
* | IntToString() signedness fixes for //dbus | ricea | 2015-09-18 | 1 | -11/+10 |
* | Export various dbus::Property template specializations. | dcheng | 2015-09-18 | 1 | -87/+154 |
* | Revert of Export various dbus::Property template specializations. (patchset #... | spang | 2015-09-14 | 1 | -143/+87 |
* | Export various dbus::Property template specializations. | Daniel Cheng | 2015-09-13 | 1 | -87/+143 |
* | Annotate GN executables and shared_libraries with sanitizer deps. | brettw | 2015-08-31 | 1 | -0/+1 |
* | Explicitly set test_proto.proto's syntax. | thakis | 2015-08-27 | 1 | -1/+3 |
* | dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectMan... | satorux | 2015-08-17 | 1 | -6/+13 |
* | Remove some legacy versions of StartsWith and EndsWith. | brettw | 2015-07-16 | 1 | -6/+4 |
* | dbus: Add missing destructors to Property and PropertyBase. | derat | 2015-07-16 | 2 | -2/+8 |
* | Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #... | yosin | 2015-07-16 | 1 | -4/+6 |
* | Remove some legacy versions of StartsWith and EndsWith. | brettw | 2015-07-16 | 1 | -6/+4 |
* | dbus: expose bus connection unique name | zqiu | 2015-07-08 | 3 | -0/+30 |
* | Replace StringPrintf("%d", ...) with IntToString() | ricea | 2015-07-01 | 1 | -5/+6 |
* | Don't attempt to validate invalid DBus-passed file descriptors. | reillyg | 2015-06-25 | 1 | -0/+5 |
* | Remove unnecessary message_loop_proxy.h includes | skyostil | 2015-06-17 | 1 | -1/+0 |
* | Migrate callers of message_loop_proxy() to task_runner() | skyostil | 2015-06-17 | 7 | -15/+15 |
* | Move EndsWith to base namespace. | brettw | 2015-06-12 | 1 | -1/+1 |
* | Move StartsWith[ASCII] to base namespace. | brettw | 2015-06-12 | 1 | -1/+1 |
* | Make dbus::FileDescriptor a Pass()-movable type. | reillyg | 2015-06-11 | 2 | -2/+31 |
* | Convert JsonWriter::Write to taking a const ref for the in-param | estade | 2015-05-16 | 2 | -6/+4 |
* | Implement invalidation of Dbus properties | jpawlowski | 2015-05-11 | 5 | -9/+142 |
* | Add hashimoto@ to dbus/OWNERS | satorux | 2015-05-11 | 1 | -0/+1 |
* | Re-land Move ScopedFileDescriptor to dbus/file_descriptor.h | cmasone | 2015-04-27 | 2 | -0/+19 |
* | Revert of Move ScopedFileDescriptor to dbus/file_descriptor.h (patchset #1 id... | spang | 2015-04-27 | 2 | -19/+0 |
* | Move ScopedFileDescriptor to dbus/file_descriptor.h | cmasone | 2015-04-27 | 2 | -0/+19 |
* | dbus/values_util_unittest.cc: use sqrt from cmath | Hans Wennborg | 2015-04-24 | 1 | -1/+2 |
* | Removed obsolete float_util.h as VS2013 supports standards well enough. | mateuszs | 2015-04-24 | 1 | -1/+0 |
* | Update {virtual,override} to follow C++11 style in dbus. | nick | 2015-04-23 | 1 | -4/+4 |
* | dbus: Use INT64_C macro from stdint.h. | tfarina | 2015-04-20 | 1 | -2/+4 |
* | Send DBus signals synchronously if called from the DBusTaskRunner | chirantan | 2015-04-09 | 2 | -7/+17 |
* | Fix memory leak in dbus::ObjectManager::RemoveInterface | avakulenko | 2015-04-02 | 1 | -0/+1 |
* | dbus: Cancel pending calls when destroying ObjectProxy | hashimoto | 2015-03-30 | 3 | -5/+44 |
* | Stop deleting ObjectProxy::OnPendingCallIsCompleteData manually | hashimoto | 2015-03-30 | 2 | -2/+8 |
* | Add more targets to GN check. | brettw | 2015-02-20 | 1 | -1/+3 |
* | Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod... | rdevlin.cronin | 2015-02-20 | 1 | -1/+0 |
* | Add more targets to "gn check" | brettw | 2015-02-19 | 1 | -0/+1 |
* | Sort GN files under dbus | satorux | 2015-02-13 | 1 | -2/+2 |
* | chromeos::dbus lint errors. | dtapuska | 2015-02-09 | 1 | -1/+4 |
* | Enhance the DBus interface for peerd | dtapuska | 2015-02-09 | 3 | -3/+230 |
* | dbus: Missing signals race | dtapuska | 2015-01-23 | 1 | -11/+14 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+1 |
* | Add content unittests to the GN build. | brettw | 2015-01-13 | 1 | -1/+3 |
* | Standardize usage of virtual/override/final specifiers in dbus/. | dcheng | 2014-12-29 | 10 | -40/+29 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -1/+1 |
* | Fix some override usage in dbus/ | dmichael | 2014-12-19 | 1 | -3/+3 |
* | Exit chrome when dbus-daemon crashes | hashimoto | 2014-12-09 | 3 | -51/+4 |
* | Remove dbus::ObjectProxy::filter_added_ | hashimoto | 2014-12-04 | 6 | -73/+18 |