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
/
db
/
hasher_test.cpp
Age
Commit message (
Expand
)
Author
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-08-23
SERVER-68834 clany tidy bugprone-integer-division fixes
Juan Gu
2021-08-19
SERVER-57633 fix implicit long long to double conversion in unit tests
Benety Goh
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-04-15
SERVER-40513 Convert seed to little endian before hashing
Justin Seyster
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-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-28
SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bug
Mark Benvenuto
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-05-13
SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...
Andy Schwerin
2015-04-07
SERVER-17880 Rename OpTime to Timestamp
Eric Milkie
2015-04-06
SERVER-17880 Remove superfluous OpTime bson functionality
Eric Milkie
2015-01-07
Make BSONObj::woCompare a total ordering
Mathias Stearn
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-08-08
SERVER-10203: Add new hasher unit tests and consolidate with old hasher dbtests
Robert J. Moore