summaryrefslogtreecommitdiff
path: root/src/mongo/base/string_data.cpp
AgeCommit message (Expand)Author
2024-04-15SERVER-89071: Include reject flag in QuerySettings hash (#20882)James H
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2019-07-11SERVER-32434 operator<<(ostream,StringData)Billy Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-07-19SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch
2016-03-02SERVER-21828 Murmurhash for bigendianMark Benvenuto
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2014-01-03SERVER-12157 Replace implementation of StringMapDefaultHash::operator()Davide Italiano
2013-04-30Remove post-install dependency on murmurhash3 from clientMathias Stearn
2012-12-10SERVER-7866 - use StringData's correct methods and substrEliot Horowitz
2012-12-03Add stream out for StringData so it works in unit test assertsAndrew Morrow