Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-18463 Remove StartupTest infrastructure, place StartupTests into | Nathan Brown | 2019-06-07 | 1 | -9/+0 |
| | | | | unittests | ||||
* | SERVER-40513 Convert seed to little endian before hashing | Justin Seyster | 2019-04-15 | 1 | -4/+24 |
| | |||||
* | SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING | Billy Donahue | 2019-03-28 | 1 | -1/+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++ files | Billy Donahue | 2019-02-13 | 1 | -6/+4 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37183 Safer bound for safeNumberLong() | Justin Seyster | 2018-12-07 | 1 | -2/+2 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -26/+27 |
| | |||||
* | SERVER-25573 Shrink hasher.h header file. | Andy Schwerin | 2016-08-14 | 1 | -11/+38 |
| | |||||
* | SERVER-19431 Remove little endian assumption from BSON db hash | Andrew Morrow | 2015-07-21 | 1 | -5/+6 |
| | |||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -63/+57 |
| | |||||
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -3/+2 |
| | |||||
* | SERVER-13256 Remove scoped_ptr from pch.h | Andrew Morrow | 2015-01-05 | 1 | -0/+5 |
| | |||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | SERVER-2001 add startup test to validate hash function | Kevin Matulef | 2012-12-20 | 1 | -0/+8 |
| | |||||
* | SERVER-2001 part 1: hashing BSONElements | Kevin Matulef | 2012-05-09 | 1 | -0/+94 |