summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-19853 no numeric_limits for msvc in MozJSJason Carey2015-08-101-1/+1
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-104-14/+37
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-0/+2
* SERVER-19693 Deadlock when JS calls ProxyScopeJason Carey2015-08-031-0/+9
* SERVER-19690 printResult in MozJSImplScope::execJason Carey2015-07-311-4/+1
* SERVER-9973 Fix NumberLong on 32-bit platformsJonathan Reams2015-07-311-3/+4
* SERVER-19612 JSThread exceptions lost on SMJason Carey2015-07-302-11/+2
* SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams2015-07-302-7/+18
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-286-7/+56
* SERVER-19597 originalBSON can be called on protoJason Carey2015-07-282-2/+2
* SERVER-19560 Don't cache invalid js functionsJason Carey2015-07-281-2/+2
* SERVER-19558 drop scopeCache in shutdownServerJason Carey2015-07-233-0/+15