summaryrefslogtreecommitdiffstats
path: root/dbus/message_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in dbus/.avi2015-12-221-45/+46
* dbus: Use INT64_C macro from stdint.h.tfarina2015-04-201-2/+4
* Add a GetSignature() method to dbus::MessageReader.benchan2014-08-251-0/+37
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-241-2/+2
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-104/+106
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Expose functionality to tests.davemoore@chromium.org2012-07-251-1/+1
* dbus: Truncate strings in dbus::Message::ToString() if too longsatorux@chromium.org2012-06-071-0/+15
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-6/+36
* dbus: revamp fd passing support for i/o restrictionssleffler@chromium.org2012-05-101-0/+9
* dbus: add support for passing file descriptorssleffler@chromium.org2012-03-301-0/+34
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-19/+20
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-20/+19
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-19/+20
* Adding support for sending/receiving proto bufs to dbus library.rharrison@chromium.org2012-02-091-0/+17
* chrome: dbus: add default MessageReader constructorkeybuk@chromium.org2012-02-071-16/+16
* dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes()satorux@chromium.org2011-11-111-0/+15
* Linux: add two new DBus client library utility functions, to be used by KWallet.mdm@chromium.org2011-09-191-6/+27
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-100/+79
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+29
* Add AppendArrayOfObjectPaths, which was missing.satorux@chromium.org2011-08-221-0/+20
* Fix typos in the message test.satorux@chromium.org2011-08-161-3/+3
* Add utility functions to Message classes.satorux@chromium.org2011-08-101-2/+88
* Fix linux build breakrsleevi@chromium.org2011-07-301-3/+5
* Implement classes used for manipulating D-Bus messages.satorux@chromium.org2011-07-301-0/+372