summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump tools to 3.2.4r3.2.4-rc0r3.2.4Ramon Fernandez2016-02-291-1/+1
* SERVER-22849 Always update the visible opTimeKaloian Manassiev2016-02-291-15/+16
* SERVER-22849 Improve logging for splitChunkKaloian Manassiev2016-02-291-3/+5
* SERVER-22862 Fix deadlock between ShardRegistry and ReplicaSetMonitorSpencer T Brody2016-02-294-111/+136
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-296-11/+126
* SERVER-22859 SCCC config server reads need to specify slaveOkSpencer T Brody2016-02-281-1/+2
* SERVER-22880 add requires_persistence tag to csrs_upgrade_mongod_using_movech...Esha Maharishi2016-02-261-0/+3
* SERVER-22878 rewrite checks in csrs_upgrade_mongod_using_movechunk.js after n...Esha Maharishi2016-02-262-15/+59
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-263-7/+51
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-2611-22/+42
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-254-15/+10
* SERVER-22863 make read concern timeout in read_after_optime.js test a multipl...Benety Goh2016-02-251-1/+2
* SERVER-22797 Calls to ShardRegistry::reload needs to be serializedRandolph Tan2016-02-252-23/+63
* SERVER-22850 Clean up additional javascript issues found by eslintMike Grundy2016-02-253-6/+5
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-252-23/+21
* SERVER-22846 Add applyOps command to readConcern passthroughJonathan Abrahams2016-02-252-2/+1
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-2516-103/+206
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-2516-137/+117
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-252-1/+27
* SERVER-22533: disable ReadConcern.Majority tests for noJournal variantScott Hernandez2016-02-245-6/+34
* SERVER-20930 SERVER-20404: clarify sysconfig and default config overrideSam Kleinman2016-02-248-61/+70
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-245-26/+18
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-2417-6/+364
* SERVER-21924 fix formattingKyle Suarez2016-02-241-2/+1
* SERVER-21924 startup warnings for storage engineKyle Suarez2016-02-241-0/+18
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-02-241-4/+9
* Import wiredtiger-wiredtiger-2.7.0-650-g5cdd3e3.tar.gz from wiredtiger branch...Ramon Fernandez2016-02-2495-1156/+1418
* SERVER-22587 Upgrade to SpiderMonkey 38.6.1esrJason Carey2016-02-2434-83/+95
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-247-85/+153
* SERVER-22598 ensure all default write concern options use sync unsetEric Milkie2016-02-243-4/+9
* SERVER-22534 Link to journal_listener from ephemeral storage coreEric Milkie2016-02-241-1/+1
* SERVER-22534: mark each ephemeralForTesting write as journaled for replicationScott Hernandez2016-02-245-2/+30
* SERVER-22495: update optime when journaling is disabled on WTScott Hernandez2016-02-241-6/+7
* SERVER-22276 ensure replset member sets durable optime on initiatematt dannenberg2016-02-241-1/+3
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-2470-699/+2991
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-2425-31/+250
* SERVER-22231 enable the validation hook on additional suitesRobert Guo2016-02-2324-0/+25
* SERVER-22776 Dump oplog on CheckReplDBHash failureRobert Guo2016-02-231-0/+16
* SERVER-22806 CheckReplDBHash hook should fsync firstRobert Guo2016-02-232-1/+12
* SERVER-22746 disable checkReplDBHash on the config db on v3.2Robert Guo2016-02-231-32/+10
* SERVER-22789 Use stdx::make_unique instead of std::make_uniqueKaloian Manassiev2016-02-231-2/+3
* SERVER-22789 CSRS catalog manager writes should use writeConcern majorityKaloian Manassiev2016-02-233-23/+146
* SERVER-22559 add --retry to curlRobert Guo2016-02-221-1/+1
* SERVER-22626 fix lintDavid Storch2016-02-221-0/+1
* SERVER-22626 fix $type unit testsDavid Storch2016-02-223-16/+8
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-226-6/+82
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-221-9/+7
* SERVER-21881 Use fsync+lock when checking dbhash in concurrency suite.Max Hirschhorn2016-02-204-89/+160
* SERVER-21419: ephemeralForTest storage engine should support the fsync commandGeert Bosch2016-02-201-0/+6
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9