index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
string_data.cpp
Age
Commit message (
Expand
)
Author
2024-04-15
SERVER-89071: Include reject flag in QuerySettings hash (#20882)
James H
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
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
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
2016-03-02
SERVER-21828 Murmurhash for bigendian
Mark Benvenuto
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
2014-01-03
SERVER-12157 Replace implementation of StringMapDefaultHash::operator()
Davide Italiano
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