summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40513 Convert seed to little endian before hashingJustin Seyster2019-04-151-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-6/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+27
* SERVER-25573 Shrink hasher.h header file.Andy Schwerin2016-08-141-46/+0
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+77
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+6
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-10026 skeleton of cache for query plansHari Khalsa2013-12-161-3/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9859 SERVER-8687 prevent hashed sharding w/o default seedGreg Studer2013-06-121-0/+3
* SERVER-2001 define const to use as default hash seedKevin Matulef2012-10-141-0/+7
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-2001 part 1: hashing BSONElementsKevin Matulef2012-05-091-0/+96