summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62893: Coverity analysis defect 121337: Uninitialized scalar variableKshitij Gupta2022-03-281-1/+1
* SERVER-62145: log replica set name in log id 20219Kshitij Gupta2022-03-071-6/+9
* SERVER-63900: Parameterize RS find host timeout for unittests.Daniel Gottlieb2022-03-036-17/+28
* SERVER-63108 Rename Versioned API to Stable APIA. Jesse Jiryu Davis2022-02-071-1/+1
* SERVER-63256 use _sd on string literal to play nice with conditionalAdam Rayner2022-02-031-1/+1
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-031-2/+3
* SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::authAdam Rayner2022-02-013-5/+26
* SERVER-60063 Add logging for Server Discovery timeRachita Dhawan2022-01-256-0/+228
* SERVER-62784 change dynamic cast to static castAndrew Witten2022-01-252-2/+2
* SERVER-62079 removes rsm scanningDavis Haupt2022-01-198-2249/+30
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-2/+5
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-5/+2
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-2/+5
* SERVER-51842 Fix duplicate localThresholdMs (localThreshold) server parametersRachita Dhawan2022-01-138-31/+56
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-131-0/+1
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-136-8/+9
* SERVER-61425 Add validation of replica set name update following shard splitDidier Nadeau2022-01-112-0/+17
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-1/+1
* Revert "SERVER-55055 Add cumulative metric for the total refreshed connections"Daniel Vitor Morilha2022-01-101-1/+0
* SERVER-55055 Add cumulative metric for the total refreshed connectionsDaniel Vitor Morilha2022-01-061-0/+1
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-314-24/+9
* SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip2021-12-211-0/+5
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-218-347/+289
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-103-8/+68
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-122-2/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-107-346/+589
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-012-9/+11
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-283-7/+11
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-253-33/+2
* SERVER-32227 Make comment on ReplicaSetMonitor::get match how the function worksSophia Tan2021-10-211-3/+2
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-4/+7
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-10-1415-164/+291
* SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMasterDavid Storch2021-10-131-11/+5
* SERVER-59409 part 3, make the ElectionIdSetVersionPair comparisons tidyAndrew Shuvalov2021-10-055-81/+112
* SERVER-60421 raise the log level when removing nodes from sdam topology or ig...LaMont Nelson2021-10-052-4/+5
* SERVER-59409 part 1, add class ElectionIdSetVersionPair to be used in Topolog...Andrew Shuvalov2021-10-017-1/+292
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-0142-208/+145
* SERVER-59409 part 2 no op change in tests to require term and Set version in ...Andrew Shuvalov2021-10-0136-13/+233
* SERVER-60062 Fix cloning of server description and uuid in RSM's topology des...LaMont Nelson2021-09-213-24/+40
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-168-13/+83
* SERVER-57823 Open cloning cursors and determining if we are doneMoustafa Maher2021-09-142-5/+11
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-082-4/+4
* SERVER-57451 implemented deep cloning for TopologyDescriptionLuis Osta2021-09-074-9/+24
* SERVER-59462 port of SERVER-59330: fix of RSM bootstrap from config server ig...Andrew Shuvalov2021-09-023-2/+46
* SERVER-59048 Add support for SRV and SRV raw to LDAPDNSResolverCacheMark Benvenuto2021-08-311-2/+2
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-2312-298/+369
* SERVER-57617 Have the OplogFetcher in Tenant Migrations do an aggregation que...Jason Chan2021-08-172-8/+23
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-1412-723/+361
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-08-053-0/+102
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-0217-48/+43