summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-068-75/+42
* SERVER-62231 Ensure DBClientCursor methods call initCatalin Sumanaru2022-06-282-0/+14
* SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-233-328/+0
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2211-713/+131
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-152-5/+5
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-1014-493/+459
* SERVER-66047 Fix the shell's exhaust impl to work with limitDavid Storch2022-06-031-1/+0
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-3/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-29/+24
* SERVER-64966 Count how many pooled connections are created, but never usedReo Kimura2022-05-241-0/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0639-39/+115
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-2915-24/+24
* SERVER-65997 Add diagnostics to `DBClientConnection::call`Amirsaman Memaripour2022-04-271-0/+11
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* 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