summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-171-1/+0
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-1413-41/+64
* SERVER-50170 fix max staleness read preference parameter for server selectionLaMont Nelson2020-08-1444-96/+2769
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-141-0/+1
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-1312-61/+38
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-0512-38/+61
* SERVER-49800 fix use-after-move violations in service archBenety Goh2020-08-011-1/+1
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-297-24/+31
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-275-100/+219
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-242-0/+18
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-231-1/+0
* SERVER-49693: Represent replicaSetPingTimeMillis in floating pointLaMont Nelson2020-07-221-4/+4
* SERVER-49696 randomize host order for getHostsLaMont Nelson2020-07-221-1/+1
* SERVER-48937 Add IDL types for the donor and recipient state machineLuis Osta2020-07-141-0/+44
* SERVER-48936 Add stubs for the donor commandsLuis Osta2020-07-132-0/+13
* SERVER-48506 Throw MaxTimeMSExpired instead of FailedToSatisfyReadPreference ...jannaerin2020-07-091-4/+12
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-087-8/+45
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-089-19/+48
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-082-3/+3
* SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstr...Haley Connelly2020-07-026-33/+32
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-012-2/+2
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-263-3/+1
* SERVER-47639 Fix race with async getHosts request and concurrent topology changeCheahuychou Mao2020-06-234-18/+40
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-215-21/+4
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-1/+1
* SERVER-48272 Use of vector clock can be private to metadataAndrew Morrow2020-06-091-2/+4
* SERVER-48070: account for system clock drift when calculating the time since ...Lamont Nelson2020-06-051-1/+4
* SERVER-48493 RSM's isMasterMonitor should handle network exceeded time limit ...jannaerin2020-06-031-3/+8
* SERVER-48498 Release RSM's mutex before notifying replica set change listenerjannaerin2020-06-011-1/+5
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-05-2916-157/+267
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-2010-4/+41
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-182-9/+7
* SERVER-48218 Fix ServerDescription::toBsonjannaerin2020-05-141-2/+2
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-1411-28/+31
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-133-31/+56
* SERVER-48040 Remove 'streamable' and 'poolResetCounter' from ServerDescriptionjannaerin2020-05-137-145/+7
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-1221-288/+280
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-1/+0
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-0636-406/+428
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47859: remove ignoring minOp time log lineLamont Nelson2020-05-011-1/+0
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-0113-42/+22
* SERVER-47825 convert std::bind -> lambdaBilly Donahue2020-04-282-14/+14
* SERVER-47239 Add the 'Replica set monitoring and host targeting' section to t...Haley Connelly2020-04-271-0/+25
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2639-53/+50
* SERVER-43333 Ingest drivers server selection testsjannaerin2020-04-24118-112/+2210
* SERVER-47426 Remove ShardedConnectionInfo and pare down SetShardVersionBlake Oler2020-04-241-2/+0
* SERVER-45799 Add unit tests for ServerIsMasterMonitorHaley Connelly2020-04-226-14/+640
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-2215-221/+269