summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22686 Replace unsafe static_cast with call to representAssamantharitter2016-03-101-4/+5
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-102-3/+3
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-6/+5
* SERVER-22693 Avoid unsafe cast to long long in ValueWritersamantharitter2016-02-261-1/+1
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-1/+1
* SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen2016-02-182-57/+127
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-185-26/+18
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-179-5/+229
* Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong object"Eric Milkie2016-02-162-127/+57
* SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen2016-02-152-57/+127
* Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong objectt"Jason Carey2016-02-112-125/+55
* SERVER-22461 Crash in mozjs code with invalid NumberLong objecttWaley Chen2016-02-112-55/+125
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-1/+1
* SERVER-22349 Throw interruptions from loadStoredJason Carey2016-02-081-1/+1
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-1/+1
* SERVER-21957 Don't destroy builder while still in useAndrew Morrow2015-12-211-34/+43
* 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-134-3/+32
* 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-127-32/+90
* 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-0621-92/+340
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-0614-52/+112
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-065-25/+105
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-281-10/+24
* SERVER-20332 make JS NumberLong more robustJason Carey2015-09-231-3/+3