index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
DBus: Bus::AddMatch and RemoveMatch support repeated rules.
deymo@chromium.org
2013-01-31
4
-12
/
+68
*
D-Bus: ObjectProxy remove function for Bus object.
deymo@chromium.org
2013-01-29
3
-16
/
+142
*
DBus: Fixes a flaky test case.
deymo@chromium.org
2013-01-24
1
-3
/
+11
*
Make DBusStatistics only run on the main thread and add additional CHECKs to ...
stevenjb@chromium.org
2013-01-09
2
-1
/
+17
*
GTTF: No more FLAKY_ .
phajdan.jr@chromium.org
2012-12-21
1
-1
/
+1
*
dbus: Add comments about object ownership
satorux@chromium.org
2012-11-29
1
-14
/
+21
*
Disable SignalSenderVerificationTest.TestMultipleObjects
keybuk@chromium.org
2012-11-27
1
-1
/
+2
*
Allow multiple object proxies to handle NameOwnerChanged
keybuk@chromium.org
2012-11-27
2
-7
/
+75
*
Revert 169164 - Allow multiple object proxies to handle NameOwnerChanged
lambroslambrou@google.com
2012-11-22
2
-78
/
+7
*
Allow multiple object proxies to handle NameOwnerChanged
keybuk@chromium.org
2012-11-21
2
-7
/
+78
*
Linux: fix header includes for system protobuf.
phajdan.jr@chromium.org
2012-11-21
1
-0
/
+5
*
Add DBusStatistics and DBusLogSource to log and show dbus stats
stevenjb@chromium.org
2012-11-14
5
-2
/
+543
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Make SignalSenderVerificationTest more robust
haruki@chromium.org
2012-11-14
5
-33
/
+153
*
Revert "Linux: change protobuf default option to allow building"
nyquist@chromium.org
2012-11-12
1
-1
/
+3
*
Linux: change protobuf default option to allow building
phajdan.jr@chromium.org
2012-11-07
1
-3
/
+1
*
disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChange
scottmg@chromium.org
2012-11-06
1
-1
/
+1
*
dbus: Make it possible to build as shared_library.
tfarina@chromium.org
2012-11-05
11
-22
/
+83
*
Call dbus_bus_register at the beginning of connection.
nona@chromium.org
2012-11-02
1
-0
/
+13
*
dbus: Everybody can include from src/base/.
tfarina@chromium.org
2012-10-31
1
-2
/
+1
*
dbus: Reuse is_set() function from ScopedDBusError API.
tfarina@chromium.org
2012-10-29
2
-3
/
+3
*
Add sender verification of D-Bus signals.
haruki@chromium.org
2012-10-29
6
-17
/
+365
*
Remove all the "set noparent" directives
dpranke@chromium.org
2012-10-19
1
-1
/
+0
*
DBus: declare property specializations
keybuk@chromium.org
2012-09-21
1
-0
/
+60
*
dbus: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-30
1
-3
/
+3
*
bluetooth: Create stub manager, adapter and device.
keybuk@chromium.org
2012-08-15
2
-5
/
+20
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-1
/
+1
*
Expose functionality to tests.
davemoore@chromium.org
2012-07-25
3
-14
/
+22
*
Revert 148351 - Make dbus file descriptor check dynamic
davemoore@chromium.org
2012-07-25
2
-19
/
+13
*
Make dbus file descriptor check dynamic
davemoore@chromium.org
2012-07-25
2
-13
/
+19
*
Marking BusTest.UnregisterExportedObject as flaky
jochen@chromium.org
2012-07-18
1
-1
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
14
-14
/
+0
*
Switch to TimeDelta interface for TestTimeouts in dbus code.
tedvessenes@gmail.com
2012-07-09
1
-3
/
+1
*
dbus: move logic from Property<> to PropertySet
keybuk@chromium.org
2012-06-28
2
-149
/
+147
*
Add a CONNECT_REQUESTED state to Network ConnectionState.
stevenjb@google.com
2012-06-19
1
-0
/
+1
*
Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.
kkania@chromium.org
2012-06-19
1
-1
/
+0
*
Add a CONNECT_REQUESTED state to Network ConnectionState.
stevenjb@google.com
2012-06-18
1
-0
/
+1
*
dbus: Add test_server.cc used for manual testing.
satorux@chromium.org
2012-06-07
2
-0
/
+46
*
dbus: Truncate strings in dbus::Message::ToString() if too long
satorux@chromium.org
2012-06-07
3
-2
/
+28
*
Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath
hashimoto@chromium.org
2012-06-05
7
-0
/
+109
*
dbus: Fix a subtle butterfly-effect bug in handling incoming messages
satorux@chromium.org
2012-06-02
2
-1
/
+69
*
dbus: Fix a crash in dbus_unittests that happens on Ubuntu 11.10
satorux@chromium.org
2012-06-01
1
-1
/
+1
*
dbus: Fix a bunch of memory leaks in dbus_unittests
satorux@chromium.org
2012-05-31
2
-27
/
+49
*
dbus: Include method names in error messages for method call failures
satorux@chromium.org
2012-05-31
2
-7
/
+23
*
Change setters of dbus::Message to return false instead of aborting on errors
hashimoto@chromium.org
2012-05-23
7
-47
/
+148
*
RefCounted types should not have public destructors, Linux fixes
rsleevi@chromium.org
2012-05-18
3
-3
/
+9
*
dbus: revamp fd passing support for i/o restrictions
sleffler@chromium.org
2012-05-10
4
-20
/
+51
*
DBus: Remove 'return' from void methods.
jhawkins@chromium.org
2012-04-27
1
-5
/
+5
*
Add more allow-wait suppressions on cros.
jam@chromium.org
2012-04-26
1
-0
/
+3
*
Add MockObjectProxy::CallMethodWithErrorCallback
hashimoto@chromium.org
2012-04-24
1
-0
/
+4
[next]