summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-15/+16
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-3/+4
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-45/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-45/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-15/+15
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-62/+23
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-17/+20
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-5/+5
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-5/+7
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-2/+2
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-287/+0
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-281-1/+1
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-221-1/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-4/+5
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-021-29/+2
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-15/+15
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-12/+16
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+17
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-5/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-25/+25
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-70/+29
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-140/+186
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-11/+4
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+13
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-231-30/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1989/+2112
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2015-05-201-8/+8
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-25/+27
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-4/+4
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16632 Encode TypeBits along with KeyStrings in WT indexesMathias Stearn2015-01-121-0/+5