summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/jsthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+7
* SERVER-65583 Create an FSM workload for FLE2Erwin Pe2022-05-121-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-7/+10
* SERVER-49882 Log status in the catch block in JSThread::run()Charlie Swanson2020-08-241-0/+6
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-1/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-141-13/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-181-14/+13
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-2/+2
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-1/+1
* SERVER-19977 Use JS_NewArrayObject directlyJason Carey2015-10-061-9/+4
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-2/+2
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-2/+2
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-1/+1
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-281-10/+24
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-3/+4
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-10/+15
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-141-4/+15
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-101-1/+1
* SERVER-19612 JSThread exceptions lost on SMJason Carey2015-07-301-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+274