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.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-05-17
SERVER-84609 Define a version for Aladdin MD5 (#19406)
adriangzz
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2019-06-07
SERVER-18463 Remove StartupTest infrastructure, place StartupTests into
Nathan Brown
2019-04-15
SERVER-40513 Convert seed to little endian before hashing
Justin Seyster
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-07
SERVER-37183 Safer bound for safeNumberLong()
Justin Seyster
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-08-14
SERVER-25573 Shrink hasher.h header file.
Andy Schwerin
2015-07-21
SERVER-19431 Remove little endian assumption from BSON db hash
Andrew Morrow
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>
Andrew Morrow
2015-01-05
SERVER-13256 Remove scoped_ptr from pch.h
Andrew Morrow
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2012-12-20
SERVER-2001 add startup test to validate hash function
Kevin Matulef
2012-05-09
SERVER-2001 part 1: hashing BSONElements
Kevin Matulef