summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jstests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14476 fixed LogRecordingScope to ignore log messages from background t...Benety Goh2014-07-091-10/+9
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-9/+26
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-26/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-9/+26
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-26/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-9/+26
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+6
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-2/+4
* SERVER-9634 typo fixesVeres Lajos2014-06-091-2/+2
* SERVER-13460 disable DurParanoid during JS scripting engine logging testsBenety Goh2014-06-051-1/+9
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-4/+6
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-4/+0
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-0/+40
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-14/+18
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-171-0/+13