summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-10-061-4/+9
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-042-89/+90
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-10-021-10/+16
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-10-026-51/+39
* 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-305-3/+28
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-194-42/+27
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-021-3/+7
* 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-0916-71/+154
* 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-172-24/+25
* SERVER-26596 Don't abort when javascript heap limit is set too low to initial...Jonathan Reams2016-10-132-4/+11
* SERVER-26343 DBPointer.prototype -> bson crashesJason Carey2016-10-051-0/+4
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-033-7/+8
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2016-09-271-1/+1
* Revert "SERVER-26101 DBDirectClient isn't safe to auth"Charlie Swanson2016-09-231-1/+1
* SERVER-26101 DBDirectClient isn't safe to authMark Benvenuto2016-09-221-1/+1
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-162-3/+21
* SERVER-23135 properly print context on js loadMatt Cotter2016-09-152-6/+16
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-155-13/+29
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-135-29/+13
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-135-13/+29
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-4/+4
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-4/+4
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-122-4/+21
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+4
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-082-5/+4
* SERVER-25895 JS Exceptions can overflow BufBuilderMark Benvenuto2016-09-071-14/+24
* SERVER-25887 fix autocomplete for NumberLongMatt Cotter2016-09-061-9/+10
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-44/+26
* SERVER-25764 Interrupt javascript periodically.Jonathan Reams2016-08-294-5/+21
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-4/+51
* SERVER-25559 periodically call gc durring interruptMatt Cotter2016-08-181-1/+10
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-1810-26/+213
* SERVER-24132 add slaveOk to copyDB helperMatt Cotter2016-08-171-4/+6
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+2
* SERVER-25539 Validate BinData private objectMark Benvenuto2016-08-151-0/+2
* SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ...Adam Chelminski2016-08-1520-24/+160
* SERVER-25056 implscope checks interruptability against opctxMatt Cotter2016-08-092-8/+23
* SERVER-25482 Coverity analysis defect 99830: Unchecked return valueWaley Chen2016-08-081-1/+4
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-22053 Insertion of Array with undefined/null componentsWaley Chen2016-08-041-5/+21
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-012-2/+10
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-202-4/+3
* SERVER-23626 Function.prototype isn't treated as BSON type CodeWaley Chen2016-07-201-4/+9
* Revert "SERVER-22734 add Enterprise to version in enterprise shell builds"Dan Pasette2016-07-151-1/+1
* SERVER-22734 add Enterprise to version in enterprise shell buildsMatt Cotter2016-07-141-1/+1