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