summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-12-202-0/+14
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-12-011-1/+1
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-191-3/+2
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-11-131-1/+1
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-11-122-24/+36
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-19100-2002/+2221
* SERVER-30773 optimize bsonWoCompare/bsonBinaryEqualablack122018-10-191-17/+26
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-10-091-94/+85
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-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
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-0/+5
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-171-1/+1
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-162-2/+15
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-132-78/+1
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-082-10/+29
* SERVER-31828 endSession in js should end sessionsJason Carey2017-11-062-15/+2
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-022-3/+2
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-142-1/+18
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-21/+18
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-09-291-4/+8
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-1/+1
* SERVER-31202 add support for get/setClusterTime to local shell clientMisha Tyulenev2017-09-221-2/+2
* SERVER-31175 improve javascript setClusterTimeMark Benvenuto2017-09-221-0/+9
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-09-201-10/+16
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-311-0/+8
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-307-3/+33
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-176-45/+39
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-08-141-0/+8
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-023-12/+9
* SERVER-30458 Dead code elimitation in mozjs::authSara Golemon2017-08-021-22/+3
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-019-1/+330
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+6
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-263-10/+16
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-5/+12
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-263-8/+7