summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-145-33/+153
* Revert "Linux: change protobuf default option to allow building"nyquist@chromium.org2012-11-121-1/+3
* Linux: change protobuf default option to allow buildingphajdan.jr@chromium.org2012-11-071-3/+1
* disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChangescottmg@chromium.org2012-11-061-1/+1
* dbus: Make it possible to build as shared_library.tfarina@chromium.org2012-11-0511-22/+83
* Call dbus_bus_register at the beginning of connection.nona@chromium.org2012-11-021-0/+13
* dbus: Everybody can include from src/base/.tfarina@chromium.org2012-10-311-2/+1
* dbus: Reuse is_set() function from ScopedDBusError API.tfarina@chromium.org2012-10-292-3/+3
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-296-17/+365
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* DBus: declare property specializationskeybuk@chromium.org2012-09-211-0/+60
* dbus: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-301-3/+3
* bluetooth: Create stub manager, adapter and device.keybuk@chromium.org2012-08-152-5/+20
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+1
* Expose functionality to tests.davemoore@chromium.org2012-07-253-14/+22
* Revert 148351 - Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-252-19/+13
* Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-252-13/+19
* Marking BusTest.UnregisterExportedObject as flakyjochen@chromium.org2012-07-181-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1114-14/+0
* Switch to TimeDelta interface for TestTimeouts in dbus code.tedvessenes@gmail.com2012-07-091-3/+1
* dbus: move logic from Property<> to PropertySetkeybuk@chromium.org2012-06-282-149/+147
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-191-0/+1
* Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.kkania@chromium.org2012-06-191-1/+0
* Add a CONNECT_REQUESTED state to Network ConnectionState.stevenjb@google.com2012-06-181-0/+1
* 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