| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-15 | SERVER-89071: Include reject flag in QuerySettings hash (#20882) | James H | |
| GitOrigin-RevId: d58e3df28306241ac053585063a69eb5ec15d584 | |||
| 2023-11-14 | SERVER-82604 implement StringData with a std::string_view member | Billy Donahue | |
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2019-07-11 | SERVER-32434 operator<<(ostream,StringData) | Billy Donahue | |
| use boost::string_view for operator<< | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2016-07-19 | SERVER-23990 move StringData hashing to StringData::ComparatorInterface | David Storch | |
| This allows strings to be hashed in a collation-aware fashion. | |||
| 2016-03-02 | SERVER-21828 Murmurhash for bigendian | Mark Benvenuto | |
| Make murmurhash output the same on big endian architectures as on little endian. | |||
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-02-06 | SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value | Tyler Brock | |
| 2014-05-16 | SERVER-13264 Move Apache-licensed files to AGPL | Ian Whalen | |
| Also update generators. | |||
| 2014-01-03 | SERVER-12157 Replace implementation of StringMapDefaultHash::operator() | Davide Italiano | |
| with Murmur3. This has proven to be more effective in terms of speed and collision rates. | |||
| 2013-04-30 | Remove post-install dependency on murmurhash3 from client | Mathias Stearn | |
| 2012-12-10 | SERVER-7866 - use StringData's correct methods and substr | Eliot Horowitz | |
| 2012-12-03 | Add stream out for StringData so it works in unit test asserts | Andrew Morrow | |
