summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2018-04-161-3/+3
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2018-02-121-1/+1
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-11-201-0/+8
* 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-046-93/+120
* 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-307-3/+33
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-196-60/+35
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-022-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-022-3/+10
* 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-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* 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-035-9/+29
* SERVER-26389 Make javascript periodic interrupts disabled by defaultJonathan Reams2016-09-302-5/+9
* 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-166-12/+84
* 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-156-13/+32
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-136-32/+13
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-136-13/+32
* 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-092-3/+6
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-6/+5
* 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-296-11/+44
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-4/+51
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-4/+4
* SERVER-25559 periodically call gc durring interruptMatt Cotter2016-08-181-1/+10
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-1811-28/+216
* 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-1521-24/+176
* 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