summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-181-1/+1
* SERVER-48266 Improve handling of kCurrentScope for the benefit of the hang an...Andrew Morrow2020-05-181-20/+39
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-185-25/+25
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-266-6/+6
* SERVER-46916 misc. map reduce performance improvementsIan Boros2020-04-061-1/+3
* SERVER-46696 Sort interned authenticated js stringRandolph Tan2020-03-171-1/+1
* SERVER-46696 mongo shell can end up creating multiple implicit sessions on th...Randolph Tan2020-03-172-1/+3
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-132-1/+8
* SERVER-46227 MozJSImplScope::kill() check for "correct thread" will always failJames Wahlin2020-03-092-4/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-282-2/+0
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-282-2/+15
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-282-2/+2
* SERVER-46359 Log javascript stack traces in plain text in the shell.Henrik Edin2020-02-251-1/+4
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-18/+9
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-214-4/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-134-10/+42
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-0/+1
* SERVER-46057 Disable truncation from js logging in shellHenrik Edin2020-02-101-0/+1
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-076-12/+18
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-2/+2
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-182-3/+3
* SERVER-43998 ProgramOutputMultiplexer::appendLine should write to the loggerGabriel Russell2019-12-041-4/+5
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-043-0/+20
* SERVER-44197 remove old TODOGabriel Russell2019-10-301-2/+0
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-292-4/+4
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-252-2/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-214-4/+4
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-1/+1
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-146-320/+60
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-179-51/+51
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-1/+1
* SERVER-42664 add bsonObjToArray to shellcchilds12019-08-092-2/+11
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-303-2/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2716-54/+52
* 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