summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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