summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-20770 garbage collect every 10 MB in itcount() instead of every 10000 ...David Storch2015-10-061-8/+14
* 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-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-021-4/+4
* SERVER-20689 onFinish should be set when ConnectionPool refreshes a connectionAdam Midvidy2015-10-024-0/+15
* 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-012-67/+19
* 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-012-0/+11
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-0112-107/+179
* SERVER-20602 There is never FTDC data to flush if we lack a reference documentAndrew Morrow2015-10-011-1/+1
* SERVER-20453 Count the FTDC reference document as the first sampleAndrew Morrow2015-10-014-19/+25
* SERVER-15459: Check new x509 names against _clusterIdMatchSpencer Jackson2015-10-015-46/+48
* 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-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
* 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-20638 Reading profiling level shouldn't create databases that don't existMathias Stearn2015-09-302-9/+12
* SERVER-20067 SERVER-19572 set readMode in shell based on wire versionDavid Storch2015-09-303-17/+52
* SERVER-20674 tweak test operation timeouts and running times for NetworkInter...samantharitter2015-09-301-5/+5
* SERVER-20671 step down restarts heartbeats before waiting for secondaries to ...Benety Goh2015-09-302-9/+20
* SERVER-20671 added non-blocking version of ReplicationCoordinator::stepDown()Benety Goh2015-09-302-21/+65
* SERVER-20673 added support for enqueue-only mode to GlobalLockBenety Goh2015-09-302-4/+24
* SERVER-20676 Use the actual chunk boundaries in moveChunk error messages, not...Spencer T Brody2015-09-301-26/+25
* SERVER-20680 Naming changes to $indexStats aggregation outputJames Wahlin2015-09-301-4/+3
* SERVER-20487 actually honor WC for batch write commands, even for errorsEric Milkie2015-09-301-17/+12
* Import wiredtiger-wiredtiger-2.6.1-1261-g3c85664.tar.gz from wiredtiger branc...Alex Gorrod2015-09-3041-198/+242
* SERVER-20654 create fail point to make distributed lock timeout 10 minutes fo...Esha Maharishi2015-09-292-2/+16
* SERVER-20653 make default distributed lock timeout for dropCollection 2 secondsEsha Maharishi2015-09-292-2/+6
* Revert "SERVER-20671 step down restarts heartbeats before waiting for seconda...Jason Rassi2015-09-291-6/+0
* SERVER-20630 find command on mongod needs to wait until out of critical sectionMisha Tyulenev2015-09-293-3/+21
* SERVER-20476 convert negative ntoreturn to limit and singeBatch:trueMisha Tyulenev2015-09-291-1/+6
* SERVER-9666 Tag some newly incomplete libraries as suchAndrew Morrow2015-09-292-2/+10
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-293-10/+136
* SERVER-20360: Cleanup in prep for vectorizing writcmd pathMartin Bligh2015-09-291-59/+32