summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* Remove BSONObj::hash() and BSONObj::md5()Mathias Stearn2014-12-081-38/+11
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-19/+4
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-2/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+11
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-161-16/+17
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-0/+87
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-14482 Add ability to append RegEx into BSONArrayBuilderTyler Brock2014-07-081-1/+9
* SERVER-14376 Remove mongoutils::checksum, which was only called in one test.Andy Schwerin2014-06-271-10/+0
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-12737 Clean up includes of jsobjmanipulator.hAndrew Morrow2014-02-141-1/+0
* remove dead codeEliot Horowitz2014-01-091-45/+0
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-211-2/+2
* SERVER-10251 Make OID date/time accessor test deterministicAndrew Morrow2013-09-121-16/+4
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+10
* Don't truncate strings at NUL byte in BSONElement::String()Mathias Stearn2013-07-241-0/+14
* SERVER-7557: fix okForStorageScott Hernandez2013-07-231-7/+64
* SERVER-10110 Fix flakiness in TimeTBuilder jsobj testAndrew Morrow2013-07-111-3/+3
* SERVER-9713 Rewrite BSONObj::getFieldDotted to accept StringDataJason Rassi2013-05-201-0/+10
* SERVER-9538 Only update BufBuilder's len if successfully grewMathias Stearn2013-05-031-0/+22
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-4948 Reinstate bson validation fuzz tests.aaron2012-12-281-42/+0