summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/implscope.cpp
AgeCommit message (Expand)Author
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-10SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey
2019-02-10SERVER-39183 honor socket disconnect in $whereJason Carey
2019-01-30SERVER-29286 import and use mozjs-60Gabriel Russell
2019-01-29Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell
2019-01-29SERVER-29286 import and use mozjs-60Gabriel Russell
2019-01-11SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue
2019-01-09SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn
2018-11-21SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-09-18SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn
2018-09-17SERVER-37126 Always _runSafely in implscopeJason Carey
2018-06-29SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon
2018-06-08SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano
2018-05-23SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson
2018-04-27SERVER-31508: Make Javascript sleep interruptableSpencer Jackson
2018-01-19SERVER-32239 Lossless status throwing in JSJason Carey
2018-01-17SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn
2017-08-30SERVER-30875 add requireOwnedObjects() to scopeJason Carey
2017-08-14SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto
2017-08-02SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow
2017-08-01SERVER-30080 LogicalSessions in the shellJason Carey
2017-07-07SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman
2017-05-04SERVER-28665 More informative message when JS execution is interruptedKevin Pulo
2017-04-17SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow
2017-04-10SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson
2017-04-07SERVER-22520 Improve ASAN MozJS integrationJason Carey
2017-03-16SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2017-02-02SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams
2016-12-01SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scopeJonathan Reams
2016-10-17SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams
2016-10-13SERVER-26596 Don't abort when javascript heap limit is set too low to initial...Jonathan Reams
2016-09-15SERVER-23135 properly print context on js loadMatt Cotter
2016-09-15SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen
2016-09-13Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen
2016-09-13SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen
2016-09-07SERVER-25895 JS Exceptions can overflow BufBuilderMark Benvenuto
2016-08-29SERVER-25764 Interrupt javascript periodically.Jonathan Reams
2016-08-18SERVER-25559 periodically call gc durring interruptMatt Cotter
2016-08-18SERVER-22382 allow mongo --host to take uriMatt Cotter
2016-08-09SERVER-25056 implscope checks interruptability against opctxMatt Cotter
2016-07-20SERVER-24991 Redact streaming log messagesDan Pasette
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-23SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng
2016-05-18SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch
2016-05-09SERVER-24056 PPC64LE Debug needs higher stack reservation for SpiderMonkeyMark Benvenuto
2016-04-21SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto
2016-04-14SERVER-23472 Enable JavaScript protection by defaultShane Harvey
2016-02-17SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar