summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20327 Don't check index catalog when recording usage statsJames Wahlin2015-09-101-4/+4
* SERVER-19841: Fix unsafe global loop vars in jsKevin Pulo2015-09-103-6/+6
* SERVER-20335 Mongos now forwards batchSize of none instead of 0Yunhe (John) Wang2015-09-103-3/+8
* SERVER-18384 Check concurrent election in signalPrimaryUnavailable.Siyuan Zhou2015-09-101-0/+6
* SERVER-20271 Add election delay after seeing a new termSiyuan Zhou2015-09-107-9/+73
* SERVER-20194 SERVER-18849 add support for querying SCCC mode config servers i...David Storch2015-09-109-103/+247
* SERVER-20338 Determine the default read preference mode based on the value of...Misha Tyulenev2015-09-101-1/+5
* SERVER-18498 Make election_not_blocked.js use protocol version 0 explicitly.Siyuan Zhou2015-09-101-1/+3
* Revert "SERVER-20339 Make NetworkInterfaceASIO the default"Charlie Swanson2015-09-101-1/+1
* Revert "SERVER-20180 Include which kind of process logged a message in test o...Charlie Swanson2015-09-102-67/+73
* SERVER-18272 Fix ssl_fips.jsCharlie Swanson2015-09-101-2/+4
* SERVER-20322 Fixup lint from last push.Alex Gorrod2015-09-101-1/+1
* SERVER-20339 Make NetworkInterfaceASIO the defaultJason Carey2015-09-091-1/+1
* SERVER-20322 Use a separate session when creating new indexes in WiredTiger.Alex Gorrod2015-09-101-1/+3
* SERVER-20294 Update ShardRegistry on-demand on changes to shard replica set m...Spencer T Brody2015-09-096-58/+72
* SERVER-19769 Pessimize Connection Pool ASIO testJason Carey2015-09-091-1/+1
* SERVER-20045 BF-1133 use easy_install since some platforms don't work well wi...Robert Guo2015-09-091-1/+2
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-0918-108/+89
* SERVER-20292: create docs ticket for change log as part of release processSam Kleinman2015-09-091-8/+42
* SERVER-18272 Don't save mongod options for restart until all are assignedCharlie Swanson2015-09-091-6/+6
* SERVER-20292: create build variant for release processSam Kleinman2015-09-091-0/+55
* SERVER-19769 Fixups for Connection PoolingJason Carey2015-09-0911-77/+116
* SERVER-9463 Don't pass timeout value as wrong parameter in execFileJonathan Reams2015-09-091-1/+1
* SERVER-20180 Include which kind of process logged a message in test outputCharlie Swanson2015-09-092-73/+67
* SERVER-20212 Forget connections to a replica set after it has been shut downCharlie Swanson2015-09-093-4/+23
* SERVER-18273 Increase size of port range, use TestData to specify port rangeCharlie Swanson2015-09-092-5/+5
* SERVER-18271 Add TestData options to configure range of ports used in testsCharlie Swanson2015-09-092-4/+12
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-0962-630/+653
* SERVER-19706 Empty bit operation now returns BadValue errorYunhe (John) Wang2015-09-093-0/+16
* Revert "SERVER-20292: add release automation tasks to CI"Sam Kleinman2015-09-091-42/+0
* Revert "SERVER-20292: fix evergreen config syntax"Sam Kleinman2015-09-091-2/+1
* SERVER-20292: fix evergreen config syntaxSam Kleinman2015-09-091-1/+2
* SERVER-20292: add release automation tasks to CISam Kleinman2015-09-091-0/+42
* SERVER-17575 fix new mongos read path to respect BSONObj size limitDavid Storch2015-09-0910-5/+108
* SERVER-20145 Fix yield_geo_near_dedup.js to work with re-inserted docs.Max Hirschhorn2015-09-091-10/+31
* SERVER-20254 Re-enable auth workloads for non-sharding tests in concurrency s...Esha Maharishi2015-09-095-37/+0
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-0818-2/+1473
* SERVER-19584: Implement full-time diagnostic data capture file reader and writerMark Benvenuto2015-09-089-0/+1752
* SERVER-19583: Implement full-time diagnostic data capture compressor and deco...Mark Benvenuto2015-09-0819-0/+2331
* SERVER-20316: Relax thread level comparisons on mongo-perf check scriptdalyd2015-09-081-7/+13
* SERVER-20189 fixed setFollowerMode to not expect valid freshness checker unde...Benety Goh2015-09-082-4/+42
* SERVER-20189 added non-blocking version of ReplicationCoordinatorImpl::setFol...Benety Goh2015-09-083-5/+28
* SERVER-20189 ReplCoordTest now owns the replication executorBenety Goh2015-09-082-3/+12
* SERVER-18384 cleaned up replication coordinator impl callbacksBenety Goh2015-09-083-124/+100
* SERVER-18766 ClusterCursorManager must kill cursors checked back in as exhaustedDavid Storch2015-09-082-4/+22
* SERVER-17527 add startup warning when server is started with web interface an...Robert Guo2015-09-086-9/+33
* SERVER-20067 remove sharded_limit_batchsize.js assertions depending on getmor...David Storch2015-09-081-18/+0
* SERVER-20106 function to setup virtualenv in evergreen and use it forRobert Guo2015-09-081-0/+35
* SERVER-19721 Restore the authSchemaUpgrade commandAndreas Nilsson2015-09-0811-1/+494
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-089-46/+182