summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jstests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-9175 Use ASSERT_OK instead of direct Status comparisonShaun Verch2013-06-071-2/+2
* SERVER-9175 Fix overflow in 32 bit buildsShaun Verch2013-06-071-2/+2
* SERVER-9175 Use parseNumberFromString instead of strtod in jstests.cppShaun Verch2013-06-061-4/+9
* SERVER-9175 Copy round trip testing from jsontests.cpp to jstests.cppShaun Verch2013-06-061-1/+646
* SERVER-6079 Avoid C style cast in Timestamp testShaun Verch2013-04-081-1/+1
* SERVER-6079 Use Timestamp constructor to return BSON Timestamp to v8 shellShaun Verch2013-04-041-0/+12
* SERVER-9082 Accept any valid value in id field of dbrefShaun Verch2013-03-291-0/+27
* SERVER-5689, fix and associated testsAndrewCEmil2013-03-201-0/+55
* SERVER-8799: handle symbol BSON type as string in v8Ben Becker2013-03-131-0/+16
* SERVER-8819 Framework for testing round trip and test roundtrip of DBRef and ...Shaun Verch2013-03-111-55/+156
* SERVER-8819 Add to falsy values test and do some cleanup in jstests.cppShaun Verch2013-03-111-27/+28
* SERVER-8234: make invoke() throw on error (v8 only)Ben Becker2013-02-121-1/+6
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-24/+24
* Fix unreferenced local variable warningTad Marshall2013-01-121-1/+1
* SERVER-8053: support for timeouts in V8Scope's invoke() and exec()Ben Becker2013-01-111-0/+72
* test fo SERVER-5693 that passesEliot Horowitz2012-05-171-0/+22
* SERVER-5574 Make spider monkey Scope implementation honor exec()'s reportErro...Aaron2012-04-121-0/+71
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1052