summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-3110-32/+2
* SERVER-32766 Address already in use with bind_ip_all and ipv6Sara Golemon2018-01-301-0/+3
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-305-55/+69
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-301-0/+1
* SERVER-32259 Update wiredtiger_util.cppChibuikem Amaechi2018-01-301-1/+1
* SERVER-32209 Reset the in-memory optimes on PV downgrade and upgradeSiyuan Zhou2018-01-293-17/+72
* SERVER-32637 update oldest_timestamp on PV0 secondariesEric Milkie2018-01-293-3/+26
* Import wiredtiger: b85bcfde3b7e41a35017385fd219553e7028c427 from branch mongo...Luke Chen2018-01-29725-3255/+8142
* SERVER-32631 Deduplicate results in SockAddr::createAll()Sara Golemon2018-01-282-21/+33
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-263-3/+18
* SERVER-32432 Race condition causes seg fault in ReplicationCoordinatorExterna...Siyuan Zhou2018-01-251-5/+9
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-254-39/+25
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2018-01-2416-1014/+120
* SERVER-32533 In oplog truncate with WT, don't use a start key.Michael Cahill2018-01-231-7/+12
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-228-13/+45
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-222-4/+26
* SERVER-32274 Never timestamp applyOps writes on standalonesJudah Schvimer2018-01-191-10/+41
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-197-0/+235
* SERVER-32161 MongoDB 3.2+ fails to compile on PPC64LE with glibc 2.26+Mark Benvenuto2018-01-181-1/+0
* SERVER-32649 WiredTiger fails on non-x64 builds of new GCCMark Benvenuto2018-01-181-1/+2
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
* SERVER-32551: Ensure Transport Layer doesn't use clusterFile as server certSpencer Jackson2018-01-181-6/+7
* SERVER-31860 setFCV on config server should load shards directly from config....Jack Mulrow2018-01-161-4/+9
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-32554 Ensure migration cloner is cancelled in cleanupJack Mulrow2018-01-151-4/+4
* SERVER-21456 Only rely on isMaster to set kKeepOpen tag on transport sessions.Siyuan Zhou2018-01-122-28/+0
* SERVER-32414 Remove some `stdx::` checks from lintADAM David Alan Martin2018-01-111-41/+39
* SERVER-32473 don't output an error on shell startup if no history fileKevin Pulo2018-01-111-0/+5
* SERVER-32624 clean up awaitReplication logic in dropDatabase()Benety Goh2018-01-101-38/+20
* SERVER-32624 dropDatabase() waits for collection drops using ReplicationCoord...Benety Goh2018-01-102-5/+13
* SERVER-32486 Fix DNS diagnostics in Windows.ADAM David Alan Martin2018-01-101-9/+12
* SERVER-32107 Update DNS Root nameservers for testsADAM David Alan Martin2018-01-101-1/+1
* SERVER-32532 dropDatabase() drops collections in separate loop after gatherin...Benety Goh2018-01-101-1/+8
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-106-25/+37
* SERVER-32402 refactor second dropDatabase WCE retry loopBenety Goh2018-01-101-14/+15
* SERVER-32402 reset Database drop pending state upon step down after dropping ...Benety Goh2018-01-102-1/+9
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2018-01-106-15/+29
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2018-01-1011-95/+171
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-105-4/+35
* SERVER-32441 Fix invariant failure in $or planning.David Storch2018-01-052-35/+79
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersr3.6.2-rc0r3.6.2Maria van Keulen2018-01-042-23/+26
* SERVER-32246 loosen permission on pid fileJonathan Reams2018-01-041-0/+13
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2018-01-048-253/+213
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2018-01-0417-408/+997
* SERVER-30626 Rename files to prepare for removing TopologyCoordinator interface.Matthew Russotto2018-01-046-4403/+3556
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers to...Esha Maharishi2018-01-042-21/+6
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2018-01-032-4/+4
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2018-01-032-0/+207
* SERVER-32315 Remove IndexObserverGeert Bosch2018-01-038-214/+0
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1