summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25056 implscope checks interruptability against opctxMatt Cotter2016-08-092-8/+23
* SERVER-25482 Coverity analysis defect 99830: Unchecked return valueWaley Chen2016-08-081-1/+4
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-22053 Insertion of Array with undefined/null componentsWaley Chen2016-08-041-5/+21
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-012-2/+10
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-203-10/+8
* SERVER-23626 Function.prototype isn't treated as BSON type CodeWaley Chen2016-07-201-4/+9
* Revert "SERVER-22734 add Enterprise to version in enterprise shell builds"Dan Pasette2016-07-151-1/+1
* SERVER-22734 add Enterprise to version in enterprise shell buildsMatt Cotter2016-07-141-1/+1
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-162-1/+14
* SERVER-23103 Repair ussert ID collisionAndrew Morrow2016-06-161-3/+3
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-163-7/+3
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-166-12/+130
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-081-11/+14
* 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