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: add support for passing file descriptors
sleffler@chromium.org
2012-03-30
7
-0
/
+171
*
chromeos: Fix memory leak in blocking Cryptohome method call
hashimoto@chromium.org
2012-03-29
1
-0
/
+1
*
Checked the return values of function calls.
khorimoto@chromium.org
2012-03-28
1
-4
/
+8
*
Correcting the copy right message for this file
rharrison@chromium.org
2012-03-27
1
-1
/
+1
*
Add dbus::AppendBasicTypeValueData
hashimoto@chromium.org
2012-03-24
3
-24
/
+151
*
READABILITY for Keybuk
keybuk@chromium.org
2012-03-22
3
-34
/
+36
*
dbus: clear array values before reading from variant
keybuk@google.com
2012-03-21
4
-11
/
+108
*
dbus: don't fail when reconnecting object signals
keybuk@chromium.org
2012-03-21
3
-8
/
+61
*
Add a new 'run_all_unittests' target in base
akalin@chromium.org
2012-03-21
1
-1
/
+1
*
Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots
hashimoto@chromium.org
2012-03-20
2
-2
/
+46
*
Add dbus::PopDataAsValue
hashimoto@chromium.org
2012-03-16
4
-0
/
+534
*
dbus: allow unregistering of exported objects
keybuk@chromium.org
2012-03-14
3
-0
/
+73
*
Convert uses of int ms to TimeDelta in dbus.
tedvessenes@gmail.com
2012-03-11
5
-11
/
+12
*
dbus: fix base class of ErrorResponse
keybuk@chromium.org
2012-03-11
2
-3
/
+4
*
dbus: remove service name from ExportedObject
keybuk@chromium.org
2012-03-10
10
-37
/
+96
*
dbus: verify object path of incoming signals
keybuk@chromium.org
2012-03-01
2
-12
/
+49
*
dbus: Add keybuk to dbus OWNERS files.
satorux@chromium.org
2012-02-25
1
-0
/
+1
*
dbus: slight cleanup to Property code
keybuk@chromium.org
2012-02-17
2
-18
/
+11
*
dbus: Property<>.value() should be const
keybuk@chromium.org
2012-02-17
1
-1
/
+1
*
dbus: ProperySet destructor must be virtual
keybuk@chromium.org
2012-02-17
1
-1
/
+1
*
dbus: add Property handling for clients
keybuk@chromium.org
2012-02-15
6
-3
/
+1253
*
dbus: add ObjectPath type
keybuk@google.com
2012-02-14
22
-112
/
+205
*
Revert 121920 - dbus: add ObjectPath type
dpapad@chromium.org
2012-02-14
22
-205
/
+112
*
dbus: add ObjectPath type
keybuk@chromium.org
2012-02-14
22
-112
/
+205
*
dbus: Add dbus/OWNERS.
satorux@chromium.org
2012-02-14
1
-0
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-13
1
-0
/
+2
*
Allow dbus clients to silence logging when a service is unavailable.
adamk@chromium.org
2012-02-10
8
-23
/
+106
*
Adding support for sending/receiving proto bufs to dbus library.
rharrison@chromium.org
2012-02-09
6
-1
/
+103
*
chrome: dbus: add default MessageReader constructor
keybuk@chromium.org
2012-02-07
3
-24
/
+28
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-2
/
+2
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-2
/
+2
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-2
/
+2
*
Fix flaky tests in EndToEndAsyncTest in dbus_unittests.
satorux@chromium.org
2011-12-13
1
-4
/
+5
*
Mark EndToEndAsyncTest.TestSignal as flaky
willchan@chromium.org
2011-12-13
1
-1
/
+2
*
Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky
arthurhsu@chromium.org
2011-12-08
1
-1
/
+2
*
chrome: dbus: support asynchronous method replies
vlaviano@chromium.org
2011-11-30
6
-32
/
+117
*
CrOS: Remove a DCHECK causing test failures in DBus on Aura
jamescook@chromium.org
2011-11-24
1
-1
/
+4
*
Revert 111479 - chrome: dbus: support asynchronous method replies
thestig@chromium.org
2011-11-24
6
-117
/
+32
*
chrome: dbus: support asynchronous method replies
vlaviano@chromium.org
2011-11-24
6
-32
/
+117
*
dbus: Fix a bug where we were emitting spurious error messages.
satorux@chromium.org
2011-11-23
3
-13
/
+42
*
Add OVERRIDE to base/, dbus/.
avi@chromium.org
2011-11-23
1
-1
/
+1
*
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...
thestig@chromium.org
2011-11-15
2
-8
/
+5
*
dbus: Add ObjectProxy::EmptyResponseCallback().
satorux@chromium.org
2011-11-11
3
-4
/
+42
*
dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes()
satorux@chromium.org
2011-11-11
2
-1
/
+22
*
Thread::Stop() must be called before any subclass's destructor completes.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Make sure the dependency on base is exported to components that depend on dbus.
sadrul@chromium.org
2011-10-30
1
-0
/
+3
*
dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage().
satorux@chromium.org
2011-10-14
1
-2
/
+1
*
Make ExportedObject and ObjectProxy own Bus as scoped_refptr.
satorux@chromium.org
2011-10-13
4
-2
/
+12
*
dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch().
satorux@chromium.org
2011-10-12
2
-2
/
+3
*
Eliminate a timed wait from ExportedObject::HandleMessage().
satorux@chromium.org
2011-10-07
4
-44
/
+57
[next]