summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jstests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32889 Mongo shell injection function for hashing shard keyBen Caimano2018-04-231-0/+86
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-2/+1
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-061-31/+49
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-0/+20
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+44
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-20/+0
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+18
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+1
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-48/+45
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-8/+8
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+20
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-18/+14
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-0/+23
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-7/+13
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-13/+7
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-7/+13
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-9/+0
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-4/+4
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-1/+2
* SERVER-19357 disable v8 codepath for V8 in dbtestsJason Carey2015-08-281-36/+5
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+198
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-121-9/+0
* Revert "SERVER-16703 Improve parsing of JS function bodies and expressions"Jonathan Reams2015-08-111-0/+9
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-111-9/+0
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-101-0/+38
* SERVER-19693 Deadlock when JS calls ProxyScopeJason Carey2015-08-031-0/+21
* SERVER-18531 Additional fixes for SpiderMonkeyJason Carey2015-07-201-44/+23
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-17/+49
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1983/+2060
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-9/+8
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-10/+10
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-7/+7
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-9/+9
* SERVER-17880 fix dbtests in dbg modeEric Milkie2015-04-061-2/+4
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* 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-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-25/+5