summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.h
Commit message (Collapse)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
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-6/+5
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | | | | The mongo::Duration type does overflow checking on casts and arithmetic. This patch also moves DESTRUCTOR_GUARD out of assert_util.h into destructor_guard.h in order to break an include cycle with duration.h.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+77
|
* SERVER-18991 Replace all usages of boost::noncopyable with ↵Andrew Morrow2015-06-161-5/+6
| | | | MONGO_DISALLOW_COPYING
* 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