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
/
bus.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.
armansito
2014-09-05
1
-4
/
+47
*
Track active references in ShillClientHelper (Take 3)
stevenjb@chromium.org
2013-10-07
1
-3
/
+3
*
dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner
hashimoto@chromium.org
2013-09-26
1
-87
/
+48
*
Allow Chromium's DBus service ownership to be stealable
cmasone@chromium.org
2013-07-31
1
-5
/
+9
*
Use a direct include of the message_loop header in dbus/, device/, extensions...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-1
/
+1
*
Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...
thestig@chromium.org
2013-06-13
1
-8
/
+8
*
Linux/CrOS: Listen for mtpd service owner change events and communicate with ...
thestig@chromium.org
2013-06-10
1
-1
/
+179
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-3
/
+3
*
DBus: Reverse error suppression logic from r198328.
thestig@chromium.org
2013-05-08
1
-1
/
+1
*
dbus: adding PostTaskToDBusThreadAndReply
haruki@chromium.org
2013-05-08
1
-0
/
+18
*
Add a method to check if a D-Bus service has an owner. Use it for mtpd.
thestig@chromium.org
2013-05-04
1
-0
/
+58
*
dbus: Use base::MessageLoop.
xhwang@chromium.org
2013-05-01
1
-12
/
+8
*
Support D-Bus Object Manager
keybuk@chromium.org
2013-03-25
1
-0
/
+40
*
DBus: Use TaskRunners instead of MessageLoopProxies.
thestig@chromium.org
2013-02-20
1
-29
/
+27
*
Supporting callback for Disconnected signal.
nona@chromium.org
2013-02-15
1
-2
/
+14
*
Remove unnecessary condition.
nona@chromium.org
2013-02-13
1
-5
/
+0
*
Call get_dispatch_status function to handle Disconnected signal.
nona@chromium.org
2013-02-08
1
-7
/
+51
*
DBus: Bus::AddMatch and RemoveMatch support repeated rules.
deymo@chromium.org
2013-01-31
1
-7
/
+19
*
D-Bus: ObjectProxy remove function for Bus object.
deymo@chromium.org
2013-01-29
1
-11
/
+41
*
Call dbus_bus_register at the beginning of connection.
nona@chromium.org
2012-11-02
1
-0
/
+13
*
dbus: Reuse is_set() function from ScopedDBusError API.
tfarina@chromium.org
2012-10-29
1
-2
/
+2
*
dbus: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-30
1
-3
/
+3
*
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
*
Extends dbus module to accept user specified addresses.
nona@chromium.org
2012-04-19
1
-5
/
+14
*
dbus: allow unregistering of exported objects
keybuk@chromium.org
2012-03-14
1
-0
/
+29
*
Convert uses of int ms to TimeDelta in dbus.
tedvessenes@gmail.com
2012-03-11
1
-7
/
+8
*
dbus: remove service name from ExportedObject
keybuk@chromium.org
2012-03-10
1
-7
/
+38
*
dbus: add ObjectPath type
keybuk@google.com
2012-02-14
1
-11
/
+13
*
Revert 121920 - dbus: add ObjectPath type
dpapad@chromium.org
2012-02-14
1
-13
/
+11
*
dbus: add ObjectPath type
keybuk@chromium.org
2012-02-14
1
-11
/
+13
*
Allow dbus clients to silence logging when a service is unavailable.
adamk@chromium.org
2012-02-10
1
-3
/
+10
*
CrOS: Remove a DCHECK causing test failures in DBus on Aura
jamescook@chromium.org
2011-11-24
1
-1
/
+4
*
Make ExportedObject and ObjectProxy own Bus as scoped_refptr.
satorux@chromium.org
2011-10-13
1
-0
/
+6
*
dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch().
satorux@chromium.org
2011-10-12
1
-1
/
+1
*
Eliminate a timed wait from ExportedObject::HandleMessage().
satorux@chromium.org
2011-10-07
1
-1
/
+0
*
Fix a bug in dbus::Bus::AddFilterFunction().
satorux@chromium.org
2011-10-06
1
-11
/
+19
*
Use MessageLoopProxy for the origin message loop as well.
satorux@chromium.org
2011-09-08
1
-10
/
+30
*
Add some histograms to the D-Bus library:
satorux@chromium.org
2011-09-06
1
-1
/
+0
*
Linux: use MessageLoopProxy instead of base::Thread in our DBus client library.
mdm@chromium.org
2011-09-06
1
-21
/
+11
*
Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()
satorux@chromium.org
2011-09-02
1
-10
/
+23
*
Fix typos in the D-Bus library.
satorux@chromium.org
2011-08-31
1
-3
/
+3
*
Minor cleanups and improvements for the D-Bus library.
satorux@chromium.org
2011-08-27
1
-9
/
+14
*
Reuse existing object proxies and exported objects, if these exist.
satorux@chromium.org
2011-08-23
1
-8
/
+24
*
Add support for sending and receiving D-Bus signals.
satorux@chromium.org
2011-08-23
1
-3
/
+88
*
Implement Bus and ObjectProxy classes for our D-Bus library.
satorux@chromium.org
2011-08-17
1
-0
/
+613