summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/mongo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-13/+14
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2021-12-211-18/+0
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-8/+8
* SERVER-61403 Refactor doRunCommand implementationSara Golemon2021-11-121-9/+11
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-30/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+3
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-021-19/+0
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+2
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-70/+79
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-151-37/+0
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-141/+0
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+7
* SERVER-38938 include metadata in command responseRobert Guo2021-01-191-0/+6
* SERVER-43462 Remove cloneDatabase and copyDatabase shell helpersGeert Bosch2020-10-271-82/+0
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+33
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-181-1/+1
* SERVER-46696 mongo shell can end up creating multiple implicit sessions on th...Randolph Tan2020-03-171-1/+2
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-41124 Remove default collection from keystore APIShreyas Kalyan2019-05-291-2/+4
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-031-0/+50
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-151-0/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-1/+1
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-1/+1
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-1/+1
* 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