summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-105-37/+63
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-051-1/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-5/+10
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-3038-245/+246
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-2939-248/+245
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-2939-245/+248
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-231-1/+0
* SERVER-38841 Fix unchecked return value warningA. Jesse Jiryu Davis2019-01-171-2/+4
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-112-3/+3
* SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn2019-01-091-0/+12
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-3/+45
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-072-2/+2
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-034-5/+117
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-204-103/+5
* Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb2018-12-202-15/+2
* SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis2018-12-202-2/+15
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-204-5/+103
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-291-1/+1
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-11-212-0/+14
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-0/+1
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-3/+2
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22102-2044/+2267
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-041-1/+2
* SERVER-30773 optimize bsonWoCompare/bsonBinaryEqualablack122018-10-021-31/+24
* SERVER-30773 add functionality for bson element typesablack122018-09-261-6/+22
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-187-32/+239
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-171-94/+85
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-142-4/+9
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-298-122/+20
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-298-11/+9
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-06-082-24/+36
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-236-29/+38
* SERVER-28830 check for closed conn in cursorHandleFromIdJason Carey2018-05-031-0/+3
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-04-275-15/+32
* SERVER-34665 Update definition of retryable error in the mongo shell.Max Hirschhorn2018-04-272-3/+49
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+1
* SERVER-32824 Incorrect interpreterVersion() reported in mongo shellBen Caimano2018-03-201-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-5/+2
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-014-31/+83
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-312-0/+10
* SERVER-32094 support appname URI param in shellKevin Albertson2018-01-231-1/+2
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-1911-51/+315
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-173-12/+7