summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/implscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-231-2/+15
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-04-271-1/+11
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-4/+14
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-3/+4
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+10
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-08-141-0/+8
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-4/+2
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+2
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-07-071-88/+87
* SERVER-28665 More informative message when JS execution is interruptedKevin Pulo2017-05-041-1/+1
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-04-171-1/+0
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-101-32/+22
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-19/+46
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-161-1/+16
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2017-02-021-3/+3
* SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scopeJonathan Reams2016-12-011-0/+4
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-171-20/+22
* SERVER-26596 Don't abort when javascript heap limit is set too low to initial...Jonathan Reams2016-10-131-1/+9
* SERVER-23135 properly print context on js loadMatt Cotter2016-09-151-6/+12
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-11/+8
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-131-8/+11
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-131-11/+8
* SERVER-25895 JS Exceptions can overflow BufBuilderMark Benvenuto2016-09-071-14/+24
* SERVER-25764 Interrupt javascript periodically.Jonathan Reams2016-08-291-5/+13
* SERVER-25559 periodically call gc durring interruptMatt Cotter2016-08-181-1/+10
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-4/+6
* SERVER-25056 implscope checks interruptability against opctxMatt Cotter2016-08-091-8/+22
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng2016-05-231-4/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-3/+1
* SERVER-24056 PPC64LE Debug needs higher stack reservation for SpiderMonkeyMark Benvenuto2016-05-091-1/+13
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-6/+8
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-141-1/+7
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+6
* SERVER-22349 Throw interruptions from loadStoredJason Carey2016-02-081-1/+1
* SERVER-21715 call JS_SetGCParametersBasedOnAvailableMemoryr3.2.0-rc6r3.2.0Jason Carey2015-12-021-0/+3
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-021-7/+11
* SERVER-21692 check return of JS_NewRuntimeJason Carey2015-11-301-2/+1
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-191-0/+6
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-2/+13
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-4/+0
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-7/+17
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-3/+7
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-0/+15
* SERVER-19977 More fixes for javascript optJason Carey2015-10-061-2/+2
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-0/+1
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-7/+17
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-0/+8