summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-121-1/+5
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-12/+40
* SERVER-29349 delete shell/upgrade_check.js, which was relevant for v2.6 upgra...Dianna Hohensee2017-05-253-30/+3
* SERVER-29220 fix lintAndrew Morrow2017-05-251-0/+28
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-242-0/+3
* SERVER-28665 More informative message when JS execution is interruptedKevin Pulo2017-05-041-1/+1
* SERVER-28878 Mark mozjs shim as a private dependency edgeAndrew Morrow2017-04-201-1/+3
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-04-171-1/+0
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-143-16/+0
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-106-60/+35
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-0716-70/+151
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-242-2/+2
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-242-3/+10
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-162-1/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0710-47/+47
* SERVER-27954: Correctly parse code_w_s in shellSpencer Jackson2017-03-011-1/+1
* 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-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