summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-9/+0
* SERVER-40513 Convert seed to little endian before hashingJustin Seyster2019-04-151-4/+24
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-6/+4
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+27
* SERVER-25573 Shrink hasher.h header file.Andy Schwerin2016-08-141-11/+38
* SERVER-19431 Remove little endian assumption from BSON db hashAndrew Morrow2015-07-211-5/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-63/+57
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-2001 add startup test to validate hash functionKevin Matulef2012-12-201-0/+8
* SERVER-2001 part 1: hashing BSONElementsKevin Matulef2012-05-091-0/+94