summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-247-10/+94
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-243-26/+42
* SERVER-26686 make validate command ignore validateFeaturesAsMasterDavid Storch2016-10-242-2/+18
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-2413-37/+44
* SERVER-26399 Improved "Cannot select sync source" messages to include the rel...William Schultz2016-10-243-9/+13
* SERVER-26439 Don't time out too quickly in wt_nojournal_skip_recovery.jsGeert Bosch2016-10-241-8/+11
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-2485-1840/+2864
* SERVER-25195 Fix error message for $range's step validationCharlie Swanson2016-10-241-1/+1
* SERVER-26191 added server parameter for OplogBufferCollection::Options::peekC...Benety Goh2016-10-241-1/+7
* SERVER-26429 Optimize IndexAccessMethod::findSingle to only call getKeys() if...Marko Vojvodic2016-10-241-8/+15
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-2419-249/+997
* SERVER-26712 fix variable naming in checkDBHashesForReplSetRobert Guo2016-10-241-8/+8
* SERVER-26732 Get rid of ShardingCatalogClient::getTagForChunkKaloian Manassiev2016-10-246-188/+0
* SERVER-25558 Burn-in report should include associated taskMike Grundy2016-10-241-3/+7
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2422-207/+242
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-2422-242/+207
* SERVER-26683 Improve logging on catalog errorsKaloian Manassiev2016-10-245-66/+73
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2422-207/+242
* Import wiredtiger: ef9a7983ea47cea78400a4472a3d4e46735385c5 from branch mongo...Alex Gorrod2016-10-24114-970/+3155
* SERVER-26191 OplogBufferCollection supports batch reads from collectionBenety Goh2016-10-233-17/+168
* SERVER-26191 renamed _peekOneSide to _peek_inlock and changed it to read the ...Benety Goh2016-10-222-34/+29
* SERVER-26666 OplogBufferCollection saves sentinels in collectionBenety Goh2016-10-213-303/+137
* SERVER-26647 Report additional timeout info in NetworkInterfaceASIOsamantharitter2016-10-211-6/+8
* SERVER-26707 Always call tearDown after unittests endJudah Schvimer2016-10-211-6/+28
* SERVER-26666 added sentinel support to addIdToDocumentBenety Goh2016-10-213-36/+145
* SERVER-26666 store key of last popped documentBenety Goh2016-10-213-13/+87
* SERVER-26473 Implement the git based deciderAndrew Morrow2016-10-212-0/+85
* SERVER-26472 Allow fast and loose to be combined with the cache if explicitly...Andrew Morrow2016-10-201-7/+9
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-2010-9/+173
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-2012-102/+296
* SERVER-26712 temporarily disable id index version checkRobert Guo2016-10-201-0/+6
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-10-207-49/+50
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-193-9/+76
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-1917-63/+237
* SERVER-26694 wt_nojournal_skip_recovery.js background loop early exitJames Wahlin2016-10-191-3/+3
* SERVER-26220 Using stopOplogFetcher failpoint causes CPU loopingSiyuan Zhou2016-10-193-5/+22
* SERVER-26689: Updated system-perf.yml and longevity.yml to use updated setup-...dalyd2016-10-192-9/+5
* SERVER-26691 read_only and read_only_sharded suites do not make directories r...Esha Maharishi2016-10-191-2/+2
* SERVER-26365 Forward port changes to merge_chunks_test.js to masterKaloian Manassiev2016-10-192-50/+88
* SERVER-26684 Do not rountrip between ChunkType and BSON during chunk reloadKaloian Manassiev2016-10-191-3/+2
* SERVER-26664 Remove sharding.chunkSize command line option from --helpKaloian Manassiev2016-10-191-3/+0
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-184-5/+64
* SERVER-25665 Persist chunk version as part of the active migration documentKaloian Manassiev2016-10-1812-123/+163
* SERVER-26307 Differentiate between config and shard command errors in Migrati...Dianna Hohensee2016-10-182-90/+103
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-182-44/+248
* SERVER-26638: Add `--objcheck` and `--noobjcheck` options to mongo shell.ADAM David Alan Martin2016-10-181-0/+28
* SERVER-26652 - reformat systemd service commentsErnie Hershey2016-10-181-7/+14
* SERVER-26435 Test fix for background index wait on invalid viewJames Wahlin2016-10-181-9/+10
* SERVER-25991 Use StringData literal in WithNullCharacter* test casesMarko Vojvodic2016-10-181-2/+4
* SERVER-26560 Properly handle or avoid making throwing calls into ASIO within ...samantharitter2016-10-184-9/+57