| Commit message (Expand) | Author | Age | Files | Lines |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | chromeos: Make dbus::MessageReader memory ownership explicit | derat@chromium.org | 2014-02-24 | 1 | -5/+8 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | c++11 ud suffix fixes for cros dbus files | thakis@chromium.org | 2013-07-31 | 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 | -4/+4 |
* | Use a direct include of strings headers in crypto/, dbus/, device/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own... | yuki@chromium.org | 2013-02-07 | 1 | -15/+17 |
* | Linux: fix header includes for system protobuf. | phajdan.jr@chromium.org | 2012-11-21 | 1 | -0/+5 |
* | Expose functionality to tests. | davemoore@chromium.org | 2012-07-25 | 1 | -9/+15 |
* | Revert 148351 - Make dbus file descriptor check dynamic | davemoore@chromium.org | 2012-07-25 | 1 | -18/+9 |
* | Make dbus file descriptor check dynamic | davemoore@chromium.org | 2012-07-25 | 1 | -9/+18 |
* | dbus: Truncate strings in dbus::Message::ToString() if too long | satorux@chromium.org | 2012-06-07 | 1 | -1/+11 |
* | Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath | hashimoto@chromium.org | 2012-06-05 | 1 | -0/+4 |
* | Change setters of dbus::Message to return false instead of aborting on errors | hashimoto@chromium.org | 2012-05-23 | 1 | -28/+16 |
* | dbus: revamp fd passing support for i/o restrictions | sleffler@chromium.org | 2012-05-10 | 1 | -13/+3 |
* | dbus: add support for passing file descriptors | sleffler@chromium.org | 2012-03-30 | 1 | -0/+44 |
* | dbus: fix base class of ErrorResponse | keybuk@chromium.org | 2012-03-11 | 1 | -1/+1 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 1 | -18/+19 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 1 | -19/+18 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 1 | -18/+19 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-02-13 | 1 | -0/+2 |
* | Adding support for sending/receiving proto bufs to dbus library. | rharrison@chromium.org | 2012-02-09 | 1 | -0/+31 |
* | chrome: dbus: add default MessageReader constructor | keybuk@chromium.org | 2012-02-07 | 1 | -3/+5 |
* | dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() | satorux@chromium.org | 2011-11-11 | 1 | -1/+7 |
* | Linux: add two new DBus client library utility functions, to be used by KWallet. | mdm@chromium.org | 2011-09-19 | 1 | -0/+25 |
* | Fix design shortcomings in Message classes. | satorux@chromium.org | 2011-08-24 | 1 | -26/+59 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -0/+25 |
* | Add AppendArrayOfObjectPaths, which was missing. | satorux@chromium.org | 2011-08-22 | 1 | -0/+11 |
* | Add utility functions to Message classes. | satorux@chromium.org | 2011-08-10 | 1 | -35/+156 |
* | Fix subtle memory issues detected by valgrind. | satorux@chromium.org | 2011-08-04 | 1 | -4/+22 |
* | Implement classes used for manipulating D-Bus messages. | satorux@chromium.org | 2011-07-30 | 1 | -0/+664 |