summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-302-5/+4
* SERVER-20699 add manifest load to config fileShraya Ramani2015-09-301-1/+10
* SERVER-19405 re-enable testsDavid Storch2015-09-301-4/+2
* SERVER-20487 actually honor WC for batch write commands, even for errorsEric Milkie2015-09-302-19/+14
* Import wiredtiger-wiredtiger-2.6.1-1261-g3c85664.tar.gz from wiredtiger branc...Alex Gorrod2015-09-3041-198/+242
* SERVER-20694 Temporarily disable csrs_upgrade.js testSpencer T Brody2015-09-294-0/+4
* 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-295-9/+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-20686 sys-perf: add 3-node replSet test variantRui Zhang2015-09-291-0/+72
* SERVER-20025 Test that starting mongos with a config server primary worksSpencer T Brody2015-09-291-0/+30
* SERVER-20360: Cleanup in prep for vectorizing writcmd pathMartin Bligh2015-09-291-59/+32
* SERVER-20674 Improvements to NetworkInterfaceASIO stress testsamantharitter2015-09-291-38/+50
* SERVER-20289 Add jstest suite to implicitly shard collectionsRobert Guo2015-09-293-0/+169
* SERVER-19405 serverStatus now has mongos cursor statsYunhe (John) Wang2015-09-295-14/+63
* Revert "SERVER-20560 Standalone Perf Test for the Networking Interface"Robert Guo2015-09-292-138/+0
* SERVER-20544 prioritize reporting cancellation over reporting network error i...Adam Midvidy2015-09-281-2/+5
* SERVER-20663 Remove support for running with thread based network interfaceAndrew Morrow2015-09-283-120/+12
* SERVER-20646 Temporarily disable stale_clustered.jsJason Rassi2015-09-281-0/+3
* SERVER-20660 fix mongos to not pass sortKey meta-projection with a $natural sortDavid Storch2015-09-282-2/+28
* SERVER-20498 Get config server optime from metadata response from shards auto...Spencer T Brody2015-09-282-29/+0
* SERVER-20645 SERVER-20487 Store lastVisibleOpTime instead of lastCommittedOpT...Spencer T Brody2015-09-284-55/+13
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-282-0/+138
* Revert "SERVER-20649 add slaveOk read test coverage for drain mode"Eric Milkie2015-09-281-10/+1
* SERVER-20666 Wait until movePrimary is committed on the config servers in col...Spencer T Brody2015-09-281-8/+7
* SERVER-20670 Remove pessimizing move from ShardRegistryMathias Stearn2015-09-281-1/+1
* SERVER-20671 step down restarts heartbeats before waiting for secondaries to ...Benety Goh2015-09-281-0/+6
* SERVER-17790 Define NDEBUG on non-debug buildsJonathan Reams2015-09-281-0/+2
* SERVER-20649 add slaveOk read test coverage for drain modeEric Milkie2015-09-281-1/+10
* SERVER-20661 Fix operation counting error in update_yield1.jsJason Rassi2015-09-281-1/+1
* SERVER-20318 Retry on failed reads from CSRS config serversRandolph Tan2015-09-282-25/+143
* SERVER-20318 Allow NetworkTestEnv::OnCommand to set non ok status to responseRandolph Tan2015-09-281-10/+12
* SERVER-20318 Consolidate all read helpers in CatalogManagerReplicaSet and mak...Randolph Tan2015-09-282-134/+46
* SERVER-20592 Retry split chunk if it fails due to stale chunk boundariesSpencer T Brody2015-09-286-21/+34
* SERVER-20374 replica set configuration field electionTimeoutOffsetLimitMillis...Benety Goh2015-09-283-28/+48
* SERVER-20374 added bsonExtractIntegerFieldWithDefaultIf to support user-defin...Benety Goh2015-09-283-0/+63
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-283-11/+42
* BUILD-906 Add enterprise module to ASAN builderJonathan Reams2015-09-281-17/+26
* SERVER-20564: Temporarily lower mongo-perf targets for tests until this tick...dalyd2015-09-281-11372/+11364
* SERVER-20652 remove pseudocommand downconversion code in mongosAdam Midvidy2015-09-263-133/+3
* SERVER-20300 Optimize StringMapMathias Stearn2015-09-253-71/+93