summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/implscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2018-04-161-3/+3
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-041-89/+87
* SERVER-30502 --disableJavaScriptJIT does not disable JITMark Benvenuto2017-10-011-0/+8
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-10-011-1/+0
* SERVER-30875 add requireOwnedObjects() to scoper3.4.8-rc1r3.4.8Jason Carey2017-08-301-0/+10
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-191-32/+22
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-04-271-0/+15
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-091-20/+47
* SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scoper3.4.3-rc2r3.4.3Jonathan Reams2017-03-171-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
* SERVER-19938 Add File:Line:Col to JS syntax errorsJason Carey2015-09-231-1/+8
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-3/+7
* SERVER-20055 try harder in _checkErrorState in JSJason Carey2015-08-211-1/+14
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-141-0/+16
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-1/+1
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+11
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-121-0/+2
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-121-13/+4