summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus: Add test_server.cc used for manual testing.satorux@chromium.org2012-06-072-0/+46
* dbus: Truncate strings in dbus::Message::ToString() if too longsatorux@chromium.org2012-06-073-2/+28
* Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPathhashimoto@chromium.org2012-06-057-0/+109
* dbus: Fix a subtle butterfly-effect bug in handling incoming messagessatorux@chromium.org2012-06-022-1/+69
* dbus: Fix a crash in dbus_unittests that happens on Ubuntu 11.10satorux@chromium.org2012-06-011-1/+1
* dbus: Fix a bunch of memory leaks in dbus_unittestssatorux@chromium.org2012-05-312-27/+49
* dbus: Include method names in error messages for method call failuressatorux@chromium.org2012-05-312-7/+23
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-237-47/+148
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-183-3/+9
* dbus: revamp fd passing support for i/o restrictionssleffler@chromium.org2012-05-104-20/+51
* DBus: Remove 'return' from void methods.jhawkins@chromium.org2012-04-271-5/+5
* Add more allow-wait suppressions on cros.jam@chromium.org2012-04-261-0/+3
* Add MockObjectProxy::CallMethodWithErrorCallbackhashimoto@chromium.org2012-04-241-0/+4
* Add dbus::ObjectProxy::CallMethodWithErrorCallbackhashimoto@chromium.org2012-04-203-11/+227
* Extends dbus module to accept user specified addresses.nona@chromium.org2012-04-192-7/+38
* dbus: add support for passing file descriptorssleffler@chromium.org2012-03-307-0/+171
* chromeos: Fix memory leak in blocking Cryptohome method callhashimoto@chromium.org2012-03-291-0/+1
* Checked the return values of function calls.khorimoto@chromium.org2012-03-281-4/+8
* Correcting the copy right message for this filerharrison@chromium.org2012-03-271-1/+1
* Add dbus::AppendBasicTypeValueDatahashimoto@chromium.org2012-03-243-24/+151
* READABILITY for Keybukkeybuk@chromium.org2012-03-223-34/+36
* dbus: clear array values before reading from variantkeybuk@google.com2012-03-214-11/+108
* dbus: don't fail when reconnecting object signalskeybuk@chromium.org2012-03-213-8/+61
* Add a new 'run_all_unittests' target in baseakalin@chromium.org2012-03-211-1/+1
* Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dotshashimoto@chromium.org2012-03-202-2/+46
* Add dbus::PopDataAsValuehashimoto@chromium.org2012-03-164-0/+534
* dbus: allow unregistering of exported objectskeybuk@chromium.org2012-03-143-0/+73
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-115-11/+12
* dbus: fix base class of ErrorResponsekeybuk@chromium.org2012-03-112-3/+4
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-1010-37/+96
* dbus: verify object path of incoming signalskeybuk@chromium.org2012-03-012-12/+49
* dbus: Add keybuk to dbus OWNERS files.satorux@chromium.org2012-02-251-0/+1
* dbus: slight cleanup to Property codekeybuk@chromium.org2012-02-172-18/+11
* dbus: Property<>.value() should be constkeybuk@chromium.org2012-02-171-1/+1
* dbus: ProperySet destructor must be virtualkeybuk@chromium.org2012-02-171-1/+1
* dbus: add Property handling for clientskeybuk@chromium.org2012-02-156-3/+1253
* dbus: add ObjectPath typekeybuk@google.com2012-02-1422-112/+205
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-1422-205/+112
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-1422-112/+205
* dbus: Add dbus/OWNERS.satorux@chromium.org2012-02-141-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-0/+2
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-108-23/+106
* Adding support for sending/receiving proto bufs to dbus library.rharrison@chromium.org2012-02-096-1/+103
* chrome: dbus: add default MessageReader constructorkeybuk@chromium.org2012-02-073-24/+28
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* Fix flaky tests in EndToEndAsyncTest in dbus_unittests.satorux@chromium.org2011-12-131-4/+5
* Mark EndToEndAsyncTest.TestSignal as flakywillchan@chromium.org2011-12-131-1/+2
* Mark dbus EndToEndAsyncTest.TestSignalFromRoot flakyarthurhsu@chromium.org2011-12-081-1/+2