summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.1.9r3.1.9Ramon Fernandez2015-10-061-1/+1
* SERVER-20690 Test with multiple mongos can fail because one of them talked to...Spencer T Brody2015-10-068-150/+21
* SERVER-20326: Make sure to update the existing minvalid doc if it existsScott Hernandez2015-10-061-6/+17
* SERVER-20746 --configsvr shouldn't imply --master when in csrs modeSpencer T Brody2015-10-061-1/+3
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-0628-290/+378
* SERVER-20764 Adjust create_index_gle.js to eliminate race between shell and m...Andy Schwerin2015-10-061-4/+13
* SERVER-20770 garbage collect every 10 MB in itcount() instead of every 10000 ...David Storch2015-10-061-8/+14
* SERVER-20761 clean up stepdown_long_wait_time.js - wait for old primary to st...Benety Goh2015-10-061-8/+20
* SERVER-20570: Lower performance comparison threshold for Mongo-perfdalyd2015-10-061-1/+1
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-0618-37/+95
* SERVER-20767 Improve the logging of ReplSetTest.awaitReplicationKaloian Manassiev2015-10-051-28/+43
* SERVER-20689 pull refresh callback out of member variable so we don't use a m...Adam Midvidy2015-10-051-1/+2
* SERVER-20759 dumprestore.js chooses primary port for mongorestoreDan Pasette2015-10-051-41/+25
* SERVER-20760 slow inserts in noPassthroughWithMongod/sharding_rs1.js to preve...matt dannenberg2015-10-051-4/+7
* SERVER-20749: use stdx instead of std for mutexScott Hernandez2015-10-052-2/+4
* SERVER-20749: Race during getmore batch creation and cappedInsertNotification...Scott Hernandez2015-10-054-24/+61
* SERVER-20750 Require at least one delta sample in each chunkAndrew Morrow2015-10-022-6/+8
* SERVER-20689 onFinish should be set when ConnectionPool refreshes a connectionAdam Midvidy2015-10-024-0/+15
* SERVER-20326: fix apply batch boundaries testScott Hernandez2015-10-021-4/+3
* SERVER-20689 improve diagnostics in the case that we leak an exception from a...Adam Midvidy2015-10-021-2/+8
* Revert "SERVER-20655: truncate oplog when recovering from failed batch"Scott Hernandez2015-10-027-57/+3
* Revert "SERVER-18983: Apply oplog and record in oplog concurrently"Scott Hernandez2015-10-021-3/+3
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-014-53/+204
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-013-67/+51
* SERVER-20110 Add configurable delay for failed authenticationAndreas Nilsson2015-10-014-0/+9
* SERVER-20671 removed StepDownRunner from ReplicationCoordinator testBenety Goh2015-10-011-104/+28
* SERVER-20532 add a replica_sets_legacy evergreen taskmatt dannenberg2015-10-017-5/+56
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-0139-210/+275
* SERVER-20676 Temporarily disable multi_mongos2.js testSpencer T Brody2015-10-014-0/+4
* SERVER-20602 There is never FTDC data to flush if we lack a reference documentAndrew Morrow2015-10-011-1/+1
* SERVER-18983: just check for timing field, not validation of valueScott Hernandez2015-10-011-1/+1
* SERVER-20453 Count the FTDC reference document as the first sampleAndrew Morrow2015-10-014-19/+25
* SERVER-20696 make testing TZ-independentRamon Fernandez2015-10-011-55/+55
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-016-46/+68
* SERVER-20658 move cancelled work items from the sleepersQueue to the readyQue...matt dannenberg2015-10-013-2/+57
* SERVER-18983: Apply oplog and record in oplog concurrentlyScott Hernandez2015-10-011-3/+3
* SERVER-20710 Delete jstests/replsets/rollback4.js.Max Hirschhorn2015-10-011-123/+0
* SERVER-18983: enforce batch write durability in setMinvalid functionScott Hernandez2015-10-017-155/+159
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-017-4/+59
* SERVER-20326: simplify apply batch boundaries testScott Hernandez2015-10-011-2/+1
* Revert "SERVER-20674 Improvements to NetworkInterfaceASIO stress test"Jason Rassi2015-09-301-50/+38
* Revert "SERVER-20674 tweak test operation timeouts and running times for Netw...Jason Rassi2015-09-301-5/+5
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-305-19/+17
* SERVER-20684 change OpTime's default constructor set term = -1 to make it the...matt dannenberg2015-09-308-44/+46
* SERVER-19418 Work around MSVC2013 function static initializer bug in ShardedC...Andy Schwerin2015-09-301-11/+18
* SERVER-20629 make Shard return member variables by value or by shared_ptrEsha Maharishi2015-09-309-22/+26
* SERVER-18400 remove unused passthrough testsMathias Stearn2015-09-309-372/+0
* SERVER-20701 add perf.data.old to .gitignoreMathias Stearn2015-09-301-0/+1
* SERVER-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-304-11/+52
* SERVER-20067 SERVER-19572 set readMode in shell based on wire versionDavid Storch2015-09-3035-35/+108