summaryrefslogtreecommitdiffstats
path: root/dbus/message.cc
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-5/+5
* Switch to standard integer types in dbus/.avi2015-12-221-52/+51
* IntToString() signedness fixes for //dbusricea2015-09-181-11/+10
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-5/+6
* Undo a rename of dbus::Message::GetSignature.benchan2014-08-251-2/+2
* Add a GetSignature() method to dbus::MessageReader.benchan2014-08-251-2/+12
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* chromeos: Make dbus::MessageReader memory ownership explicitderat@chromium.org2014-02-241-5/+8
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* c++11 ud suffix fixes for cros dbus filesthakis@chromium.org2013-07-311-1/+1
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-4/+4
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-2/+2
* 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
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-15/+17
* Linux: fix header includes for system protobuf.phajdan.jr@chromium.org2012-11-211-0/+5
* Expose functionality to tests.davemoore@chromium.org2012-07-251-9/+15
* Revert 148351 - Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-251-18/+9
* Make dbus file descriptor check dynamicdavemoore@chromium.org2012-07-251-9/+18
* dbus: Truncate strings in dbus::Message::ToString() if too longsatorux@chromium.org2012-06-071-1/+11
* Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPathhashimoto@chromium.org2012-06-051-0/+4
* Change setters of dbus::Message to return false instead of aborting on errorshashimoto@chromium.org2012-05-231-28/+16
* dbus: revamp fd passing support for i/o restrictionssleffler@chromium.org2012-05-101-13/+3
* dbus: add support for passing file descriptorssleffler@chromium.org2012-03-301-0/+44
* dbus: fix base class of ErrorResponsekeybuk@chromium.org2012-03-111-1/+1
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-18/+19
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-19/+18
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-18/+19
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-0/+2
* Adding support for sending/receiving proto bufs to dbus library.rharrison@chromium.org2012-02-091-0/+31
* chrome: dbus: add default MessageReader constructorkeybuk@chromium.org2012-02-071-3/+5
* dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes()satorux@chromium.org2011-11-111-1/+7
* Linux: add two new DBus client library utility functions, to be used by KWallet.mdm@chromium.org2011-09-191-0/+25
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-241-26/+59
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+25
* Add AppendArrayOfObjectPaths, which was missing.satorux@chromium.org2011-08-221-0/+11
* Add utility functions to Message classes.satorux@chromium.org2011-08-101-35/+156
* Fix subtle memory issues detected by valgrind.satorux@chromium.org2011-08-041-4/+22
* Implement classes used for manipulating D-Bus messages.satorux@chromium.org2011-07-301-0/+664