summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-2/+2
* SERVER-50882 Noisy log message, "Received interrupt request for unknown op"Drew Paroski2020-11-031-9/+9
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-28/+28
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+21
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-2/+2
* SERVER-45524 remove support for logging void * typesGabriel Russell2020-01-161-2/+2
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-3/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39739 Migrate server parameters to IDL in src/mongo/scripting/mozjs/en...Shreyas Kalyan2019-02-281-14/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-32824 Incorrect interpreterVersion() reported in mongo shellBen Caimano2018-03-201-1/+1
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-171-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-5/+6
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-0/+9
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-131-9/+0
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-131-0/+9
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-0/+2
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+9
* SERVER-21728 Disable extra JS ThreadsJason Carey2015-12-021-0/+5
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-0/+15
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-0/+4
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+133