summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-282-10/+31
* SERVER-20332 make JS NumberLong more robustJason Carey2015-09-231-3/+3
* 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-2113-166/+488
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-182-2/+13
* SERVER-20319 Min/MaxKey check type of singletonJason Carey2015-09-172-2/+8
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-1748-270/+512
* SERVER-20080 Constrain ctor calls for JS typesJason Carey2015-09-1710-33/+33
* SERVER-19099 Add a target to build all generated sourcesMark Benvenuto2015-09-171-0/+2
* Revert "SERVER-17792 Kill cursors when query limit is reached in the shell"Jonathan Reams2015-09-152-13/+2
* SERVER-17792 Kill cursors when query limit is reached in the shellJonathan Reams2015-09-152-2/+13
* SERVER-9463 Don't pass timeout value as wrong parameter in execFileJonathan Reams2015-09-091-1/+1
* SERVER-20212 Forget connections to a replica set after it has been shut downCharlie Swanson2015-09-092-3/+21
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-3/+3
* SERVER-20019 SpiderMonkey performance improvement in shell by removing pre-em...Calvin Chan2015-08-241-3/+4
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-0/+10
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-2417-9004/+1
* SERVER-20055 try harder in _checkErrorState in JSJason Carey2015-08-211-1/+14
* SERVER 10160 generate symbolic JS constants for ErrorCodesCalvin Chan2015-08-171-0/+2
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-148-4/+145
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-132-2/+2
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-1319-1/+336
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-127-1/+213
* SERVER-19889 add ability to set request metadata and read response metadata i...Adam Midvidy2015-08-122-2/+40
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-126-13/+234
* Revert "SERVER-16703 Improve parsing of JS function bodies and expressions"Jonathan Reams2015-08-116-232/+11
* SERVER-10152 SERVER-9686 Validate arguments to BinData/HexData constructorsJonathan Reams2015-08-111-16/+26
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-116-11/+232
* SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...David Storch2015-08-102-2/+23