summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-191-29/+0
* SERVER-21828 Murmurhash for bigendianMark Benvenuto2016-03-021-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-23/+23
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-5/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12157 Replace implementation of StringMapDefaultHash::operator()Davide Italiano2014-01-031-3/+22
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-301-0/+7
* SERVER-7866 - use StringData's correct methods and substrEliot Horowitz2012-12-101-1/+1
* Add stream out for StringData so it works in unit test assertsAndrew Morrow2012-12-031-0/+26