summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.h
Commit message (Expand)AuthorAgeFilesLines
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-06-181-7/+1
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-06-181-0/+15
* Add StringData::rfind(char) const method.Andy Schwerin2013-06-181-0/+1
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-1/+1
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-3/+4
* Add startsWith and endsWith predicates to StringData.Andy Schwerin2013-01-091-0/+10
* SERVER-7886 - remove StringData::__dataEliot Horowitz2012-12-121-3/+0
* SERVER-6399 Fixed wrong comment.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Made is easy to copy string data's.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Allowed creation of empty string data's.Alberto Lerner2012-12-111-5/+7
* SERVER-7886 - remove StringData::data()Eliot Horowitz2012-12-101-2/+1
* SERVER-7886 - more methods on StringData to match std::stringEliot Horowitz2012-12-101-17/+34
* Add stream out for StringData so it works in unit test assertsAndrew Morrow2012-12-031-0/+3
* operator[] on StringData for getting a charEliot Horowitz2012-11-271-0/+1
* Fixed toString() to account for lazy _space evaluation.Alberto Lerner2012-11-181-1/+1
* Switch from StringData::toStdString to toStringMathias Stearn2012-11-181-1/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+1
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-151-23/+87
* Move StringData to base/string_data.hMathias Stearn2012-09-261-0/+73