summaryrefslogtreecommitdiffstats
path: root/dbus/message.h
Commit message (Expand)AuthorAgeFilesLines
* Undo a rename of dbus::Message::GetSignature.benchan2014-08-251-1/+1
* Add a GetSignature() method to dbus::MessageReader.benchan2014-08-251-1/+6
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-241-7/+10
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-17/+17
* dbus: Make it possible to build as shared_library.tfarina@chromium.org2012-11-051-8/+9
* Expose functionality to tests.davemoore@chromium.org2012-07-251-4/+6
* Revert 148351 - Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-251-1/+4
* Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-251-4/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* dbus: Truncate strings in dbus::Message::ToString() if too longsatorux@chromium.org2012-06-071-1/+2
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-6/+6
* dbus: add support for passing file descriptorssleffler@chromium.org2012-03-301-0/+12
* dbus: fix base class of ErrorResponsekeybuk@chromium.org2012-03-111-2/+3
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-8/+9
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-9/+8
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-8/+9
* Adding support for sending/receiving proto bufs to dbus library.rharrison@chromium.org2012-02-091-0/+25
* chrome: dbus: add default MessageReader constructorkeybuk@chromium.org2012-02-071-5/+7
* Linux: add two new DBus client library utility functions, to be used by KWallet.mdm@chromium.org2011-09-191-1/+14
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-1/+1
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-1/+1
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-23/+46
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+23
* Add AppendArrayOfObjectPaths, which was missing.satorux@chromium.org2011-08-221-0/+5
* Add utility functions to Message classes.satorux@chromium.org2011-08-101-10/+54
* Implement classes used for manipulating D-Bus messages.satorux@chromium.org2011-07-301-0/+333