summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22505 describe RequestVotes OpTime as durable rather than committedrenamerequestvotesmatt dannenberg2016-02-095-22/+21
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-094-12/+40
* SERVER-22390 catch all errors in RangeDeleter::_waitForMajorityMisha Tyulenev2016-02-091-21/+5
* SERVER-22535 Migration source manager checks for PlanExecutor errors during i...Tess Avitabile2016-02-091-1/+10
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-094-40/+12
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-094-12/+40
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-094-35/+11
* Revert "SERVER-22234 add tests"Robert Guo2016-02-092-19/+15
* add testsRobert Guo2016-02-092-15/+19
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-094-11/+35
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-096-116/+167
* SERVER-22531 use uassert instead of massert when stepping down during multi d...Eric Milkie2016-02-091-1/+1
* SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 seco...Benety Goh2016-02-091-1/+1
* SERVER-22390 special case InterruptedAtShutdown in waiting for replication in...matt dannenberg2016-02-081-0/+3
* SERVER-22504 do not add self to _hbdata when removed from the setmatt dannenberg2016-02-081-1/+4
* SERVER-22262 Do not truncate the last applied oplog entry during batch recoverySiyuan Zhou2016-02-082-3/+10
* SERVER-22276 do not wait for journaling for range deleter, temporarilyEric Milkie2016-02-081-1/+1
* SERVER-22518: Do not allow access to heartbeat data to create an entryScott Hernandez2016-02-081-25/+26
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-081-9/+7
* SERVER-22499 Mark mongos as inShutdown() as soon as shutdown startsSpencer T Brody2016-02-081-45/+43
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-083-5/+23
* SERVER-20264 jstests/core/hostinfo.js fails on s390xWaley2016-02-082-1/+7
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-0819-137/+142
* SERVER-22349 Throw interruptions from loadStoredJason Carey2016-02-082-1/+5
* SERVER-22287 check heartbeat message instead of logs for inconsistent replica...Benety Goh2016-02-081-36/+54
* SERVER-22498 fix migration session id multiversion failureDianna Hohensee2016-02-083-3/+14
* Revert "SERVER-22352 lockFile changes for readOnly"Kyle Suarez2016-02-053-94/+0
* SERVER-22495: update optime when journaling is disabled on WTScott Hernandez2016-02-051-6/+7
* SERVER-22452: log message when fetching the oplog ends abruptlyScott Hernandez2016-02-052-33/+17
* SERVER-22287 comment out failing test ReplCoordHBV1Test::IgnoreTheContentsOfM...Benety Goh2016-02-051-0/+2
* SERVER-22352 lockFile changes for readOnlyAdam Midvidy2016-02-053-0/+94
* 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-0516-1036/+1036
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-0548-382/+384
* SERVER-22276 ensure replset member sets durable optime on initiatematt dannenberg2016-02-051-0/+3
* SERVER-22349 Throw exceptions from loadStoredJason Carey2016-02-051-8/+3
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-058-3/+261
* SERVER-22287 build ReplSetTest._alldbpaths using actual dbpath from MongoRunn...Benety Goh2016-02-051-8/+4
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-058-26/+219
* SERVER-21476 ChunkVersion assumes little endianJason Carey2016-02-051-20/+13
* SERVER-20792 Only negate term if directly proceeded by hyphen.Charlie Swanson2016-02-043-7/+130
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-045-70/+95
* SERVER-12747 Add field to command result _after_ collection is created.Max Hirschhorn2016-02-041-2/+4
* SERVER-12941 Improve error messages from "createIndexes" command.Max Hirschhorn2016-02-041-3/+12
* SERVER-16097 invariant(_collection) in DeleteStage::doRestoreState().Max Hirschhorn2016-02-041-0/+1
* SERVER-20352 Correctly check for errors from boost::filesystem::create_direct...Mathias Stearn2016-02-041-2/+5
* SERVER-22269 fix formatRandolph Tan2016-02-041-1/+1
* SERVER-22458: Return TypeBits size bytes values up to kMaxBytesNeededGeert Bosch2016-02-041-1/+1
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-0425-31/+250
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-0465-682/+2350