summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2818-52/+83
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-271-3/+14
* SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng2016-05-231-4/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-3/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-174-2/+5
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-1/+2
* SERVER-23826 SERVER-24150 Avoid numerical UB in ValueReader::fromBSONElementAndrew Morrow2016-05-161-22/+4
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-104-14/+36
* SERVER-24056 PPC64LE Debug needs higher stack reservation for SpiderMonkeyMark Benvenuto2016-05-091-1/+13
* SERVER-24051 fix leak in NumberDecimalInfo::makeMatt Cotter2016-05-041-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-033-22/+0
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-2117-99/+187
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-141-1/+7
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-1/+2
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-111-2/+2
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-072-9/+4
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* 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-22693 Avoid unsafe casts to numbers in scripting enginesamantharitter2016-02-262-9/+12
* 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-1711-5/+233
* 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-082-1/+5
* Revert "SERVER-22349 Throw exceptions from loadStored"Randolph Tan2016-02-051-3/+8
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-1/+1
* SERVER-22349 Throw exceptions from loadStoredJason Carey2016-02-051-8/+3
* SERVER-21473: Coverity analysis defect 21944: Division or modulo by zerodalyd2016-01-121-0/+2
* 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-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