summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/mongo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-3/+45
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-291-1/+1
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+8
* 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-291-56/+20
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-28830 check for closed conn in cursorHandleFromIdJason Carey2018-05-031-0/+3
* SERVER-34665 Update definition of retryable error in the mongo shell.Max Hirschhorn2018-04-271-2/+47
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+1
* SERVER-32065 support retryWrites URI param in shellKevin Albertson2018-01-311-0/+9
* SERVER-32094 support appname URI param in shellKevin Albertson2018-01-231-1/+2
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-7/+1
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-131-70/+0
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-7/+24
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+1
* SERVER-31456 Expose server type on Mongo connection object.Max Hirschhorn2017-10-141-0/+15
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-21/+18
* 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-30458 Dead code elimitation in mozjs::authSara Golemon2017-08-021-22/+3
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+63
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+6
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-261-7/+12
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-5/+12
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-3/+3
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-12/+7
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-3/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-18/+19
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2016-09-271-1/+1
* Revert "SERVER-26101 DBDirectClient isn't safe to auth"Charlie Swanson2016-09-231-1/+1
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-221-1/+1
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-2/+19
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-4/+4
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-4/+4
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-4/+51
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-4/+4
* SERVER-24132 add slaveOk to copyDB helperMatt Cotter2016-08-171-4/+6
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-161-0/+12
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+9
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-15/+25
* SERVER-21673 runConnectCallback in the shellJason Carey2015-11-251-0/+2
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+16
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-3/+4
* SERVER-19977 More fixes for javascript optJason Carey2015-10-061-1/+1