summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* Supporting callback for Disconnected signal.nona@chromium.org2013-02-153-4/+47
* Remove unnecessary condition.nona@chromium.org2013-02-131-5/+0
* Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too.thestig@chromium.org2013-02-122-71/+76
* Call get_dispatch_status function to handle Disconnected signal.nona@chromium.org2013-02-082-7/+64
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-079-103/+107
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-1/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-0/+1
* DBus: Bus::AddMatch and RemoveMatch support repeated rules.deymo@chromium.org2013-01-314-12/+68
* D-Bus: ObjectProxy remove function for Bus object.deymo@chromium.org2013-01-293-16/+142
* DBus: Fixes a flaky test case.deymo@chromium.org2013-01-241-3/+11
* Make DBusStatistics only run on the main thread and add additional CHECKs to ...stevenjb@chromium.org2013-01-092-1/+17
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* dbus: Add comments about object ownershipsatorux@chromium.org2012-11-291-14/+21
* Disable SignalSenderVerificationTest.TestMultipleObjectskeybuk@chromium.org2012-11-271-1/+2
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-272-7/+75
* Revert 169164 - Allow multiple object proxies to handle NameOwnerChangedlambroslambrou@google.com2012-11-222-78/+7
* Allow multiple object proxies to handle NameOwnerChangedkeybuk@chromium.org2012-11-212-7/+78
* Linux: fix header includes for system protobuf.phajdan.jr@chromium.org2012-11-211-0/+5
* Add DBusStatistics and DBusLogSource to log and show dbus statsstevenjb@chromium.org2012-11-145-2/+543
* 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