summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27107 Update 'last-stable' MongoRunner alias to 3.4 in master branchRobert Guo2016-12-054-3/+6
* SERVER-26562 fix lintMatt Cotter2016-12-051-0/+1
* SERVER-27225 de-duplicate ForkServer symbolMatt Cotter2016-12-052-1/+4
* SERVER-26562 Move CommitChunkMigration cmd impl to catalog, prep for unit testsNathan Myers2016-12-0510-342/+446
* SERVER-27270 Create new upgrade codes for 3.5.x/3.6.xMark Benvenuto2016-12-031-9/+9
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-0215-382/+491
* SERVER-25917 add initialsync fuzzer suiteRobert Guo2016-12-024-2/+125
* SERVER-26219 - Change accessors/observers to const.ADAM David Alan Martin2016-12-021-2/+2
* SERVER-15407 Set Thread Name in Windows, Mac OS X, and LinuxMark Benvenuto2016-12-022-0/+71
* SERVER-27223 Make Command::parseNs() more efficientJames Wahlin2016-12-021-11/+1
* SERVER-27215 Remove incorrect invariant checks in the chunk cloner sourceKaloian Manassiev2016-12-021-7/+0
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-016-15/+138
* Revert "SERVER-27223 Make Command::parseNs() more efficient"James Wahlin2016-12-011-1/+11
* SERVER-27117 Set writeConcernMajorityJournalDefault to false for non journal ...William Schultz2016-12-0112-33/+44
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-0112-11/+19
* SERVER-27177 initialize kCurrentScope before creating mozjs runtime/scopeJonathan Reams2016-12-011-0/+4
* SERVER-27207 populate merge queue in AsyncResultsMerger when encountering Res...Kyle Suarez2016-12-011-0/+6
* SERVER-27223 Make Command::parseNs() more efficientJames Wahlin2016-12-011-11/+1
* SERVER-26849 wait for balancer thread to terminate before finishing shutdownDianna Hohensee2016-12-013-22/+32
* SERVER-27217 fix command_line_parsing.jsEric Milkie2016-11-301-2/+2
* SERVER-27229 Don't do ODR detection with UBSANAndrew Morrow2016-11-301-2/+3
* SERVER-25068 Run dynamic initial sync passthroughs in EvergreenJudah Schvimer2016-11-301-0/+78
* SERVER-27217 Allow nopreallocj to be specified in a YAML config fileEric Milkie2016-11-301-3/+5
* SERVER-27052 MultiApplier clears MultiApplier::_onCompletion on completion to...Benety Goh2016-11-303-26/+167
* SERVER-27214 Disallow chaining in stepdown_needs_electable_secondary.js and s...Judah Schvimer2016-11-302-2/+3
* SERVER-23916: Remove currentOpCtx commandDaniel Gottlieb2016-11-306-147/+4
* SERVER-27052 OplogFetcher clears OplogFetcher::_onShutdownCallbackFn on compl...Benety Goh2016-11-303-33/+164
* SERVER-26463: Up how long to wait for TTL monitor passes in ttl_capped.jsDaniel Gottlieb2016-11-301-1/+1
* SERVER-27201 fix DocumentSourceGraphLookup to correctly propagate ExpressionC...David Storch2016-11-304-0/+58
* SERVER-25721 Check uninitialized PlanExecutor::ExecState in GetMoreCmd::gener...Tess Avitabile2016-11-301-1/+4
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-303-61/+176
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-11-301-3/+5
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-296-54/+120
* SERVER-8308 fixed lintBenety Goh2016-11-291-1/+1
* SERVER-10576 Use gold ODR violation detection if availableAndrew Morrow2016-11-291-0/+3
* SERVER-27092 blacklist apply_ops1.js from dynamic initial sync passthroughsJudah Schvimer2016-11-292-0/+4
* SERVER-27206 blacklist tests involving MapReduce from initial sync dynamic pa...Judah Schvimer2016-11-292-0/+78
* SERVER-8308 limit tojson call depthMatt Cotter2016-11-292-9/+59
* SERVER-20113 Do not allow interrupts during mapReduce temp collection cleanupTess Avitabile2016-11-291-1/+14
* SERVER-27052 fixed DataReplicatorPassesThroughRollbackCheckerScheduleError te...Benety Goh2016-11-292-3/+57
* Revert "Revert "SERVER-27075 Link with hash-style=gnu when available""Andrew Morrow2016-11-291-0/+3
* Revert "SERVER-27075 Link with hash-style=gnu when available"Dianna Hohensee2016-11-291-3/+0
* SERVER-24739: Validate syncdelay at startup and on setParameterDaniel Gottlieb2016-11-295-2/+47
* SERVER-27202: Mark sys-perf cluster idle after regression runsdalyd2016-11-291-1/+10
* SERVER-27075 Link with hash-style=gnu when availableAndrew Morrow2016-11-291-0/+3
* SERVER-27196 add wtimeouts to stepdown_needs_electable_secondary.js and stepd...Eric Milkie2016-11-292-7/+13
* SERVER-27164 do not upgrade dblock for replication, to avoid deadlockEric Milkie2016-11-291-3/+7
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-284-26/+237
* SERVER-27052 changed RollbackChecker::reset() and checkForRollback() to pass ...Benety Goh2016-11-284-79/+70
* SERVER-27052 moved SyncSourceSelectorMock to its own libraryBenety Goh2016-11-285-100/+249