summaryrefslogtreecommitdiffstats
path: root/base/sys_string_conversions_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement Linux sys_string_conversions using the system APIs.deanm@chromium.org2009-06-261-4/+113
* Revert Linux sys_string_conversion changes.deanm@chromium.org2009-06-251-109/+4
* Implement Linux sys_string_conversions using the system APIs.deanm@chromium.org2009-06-251-4/+109
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-36/+36
* Use a more compact license header in source files.license.bot2008-08-241-60/+36
* Pass StringPieces by constant reference.deanm@google.com2008-08-201-2/+2
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-3/+6
* Basic string conversions for Linux -- enough to get unit tests going.evanm@google.com2008-08-121-0/+57