summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26101 DBDirectClient isn't safe to authMatt Cotter2017-04-111-1/+1
* SERVER-21957 Don't destroy builder while still in useAndrew Morrow2017-04-091-34/+43
* SERVER-26343 DBPointer.prototype -> bson crashesJason Carey2017-04-091-0/+4
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-122-4/+21
* Revert "SERVER-25324 Expose a function in the shell to compare BSON at a byte...Jonathan Abrahams2016-09-122-21/+4
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-122-4/+21
* SERVER-25056 implscope checks interruptability against opctxMatt Cotter2016-08-302-8/+23
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-07-292-1/+14
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-184-11/+33
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-141-2/+2
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-072-9/+4
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-6/+5
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-251-1/+1
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-245-26/+18
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-2411-5/+233
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-161-1/+1
* SERVER-22349 Throw interruptions from loadStoredJason Carey2016-02-092-1/+5
* SERVER-21715 call JS_SetGCParametersBasedOnAvailableMemoryr3.2.0-rc6r3.2.0Jason Carey2015-12-021-0/+3
* SERVER-21728 Disable extra JS ThreadsJason Carey2015-12-021-0/+5
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-024-14/+18
* SERVER-21711 make currentJSExceptionToStatus more robustJason Carey2015-12-021-0/+5
* SERVER-21692 check return of JS_NewRuntimeJason Carey2015-11-301-2/+1
* SERVER-21673 runConnectCallback in the shellJason Carey2015-11-251-0/+2
* SERVER-21361 Fix JS function body parsingJonathan Reams2015-11-191-6/+37
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-191-0/+6
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-135-3/+35
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-2/+4
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-052-1/+19
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-14/+22
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-275-107/+26
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-7/+17
* SERVER-8246 Add instanceof support for MinKey/MaxKeyJonathan Reams2015-10-204-0/+22
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-132-3/+5
* 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-128-32/+95
* SERVER-20837 Support date in the benchRun template languageDan Pasette2015-10-092-2/+23
* SERVER-19977 More fixes for javascript optJason Carey2015-10-062-3/+3
* SERVER-19977 add move operators to jsstringwrapperJason Carey2015-10-062-0/+24
* SERVER-19977 cstdint is required for std::int32_tJason Carey2015-10-061-0/+1
* SERVER-19977 Optimize JS -> BSON conversionJason Carey2015-10-061-69/+78
* SERVER-19977 Use JS_NewArrayObject directlyJason Carey2015-10-063-30/+16
* SERVER-19977 Re-work JS ObjectIDJason Carey2015-10-063-21/+67
* SERVER-19977 DB::getProperty improvements in JSJason Carey2015-10-061-22/+28
* SERVER-19977 JS ObjectWrapper improvementsJason Carey2015-10-065-14/+55
* SERVER-19977 Switch JS BsonHolder to use StringMapJason Carey2015-10-061-3/+5
* SERVER-19977 Small Improvements to IdWrapperJason Carey2015-10-062-0/+42
* SERVER-19977 Offer a stack based JSStringWrapperJason Carey2015-10-069-36/+82
* SERVER-19977 Intern JS StringsJason Carey2015-10-0622-92/+341
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-0616-57/+122
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-065-25/+105