summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-151-1/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-106-8/+12
* SERVER-41120 perserve the correct status during scope timeoutGabriel Russell2019-06-061-2/+3
* SERVER-41124 Remove default collection from keystore APIShreyas Kalyan2019-05-292-2/+5
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-036-3/+81
* SERVER-39894 Add support for AWS credentials in the shellShreyas Kalyan2019-04-152-0/+23
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0912-13/+11
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-2/+4
* SERVER-39152 more correctly set JSGC_MAX_BYTESGabriel Russell2019-03-251-8/+3
* SERVER-40059 build Status objects with StringData in exception.cppGabriel Russell2019-03-141-3/+3
* SERVER-39961 Update proxy scope to use two cvsJason Carey2019-03-062-8/+11
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-052-8/+9
* SERVER-39400 fix lintGabriel Russell2019-03-041-1/+0
* SERVER-39400 support async JSGabriel Russell2019-03-041-10/+26
* SERVER-39496 expose non-object exceptionsGabriel Russell2019-03-041-17/+32
* SERVER-39481 fix lintGabriel Russell2019-03-041-1/+3
* SERVER-39481 don't expose a MongoStatus constructor in JSGabriel Russell2019-03-042-12/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-032-2/+0
* SERVER-39739 Migrate server parameters to IDL in src/mongo/scripting/mozjs/en...Shreyas Kalyan2019-02-282-14/+57
* SERVER-39521 Don't skip _id in ObjWrapper::toBSONJason Carey2019-02-263-2/+49
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1384-85/+1
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-104-23/+63
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-051-1/+1
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-3038-245/+246
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-2938-246/+245
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-2938-245/+246
* 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-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-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-2286-1786/+1974
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* 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-184-32/+100
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-171-94/+85