summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-022-12/+1
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-023-77/+6
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-316-69/+49
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-302-0/+6
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-292-0/+15
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-202-3/+3
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-205-311/+74
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-205-74/+311
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-205-311/+74
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-164-16/+6
* SERVER-57462 Change the shell to use OP_MSG for exhaust queries instead of OP...Yoonsoo Kim2021-07-152-16/+7
* SERVER-56489: New pass-through test with hello server-side delaysAndrew Shuvalov2021-07-143-13/+27
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-133-21/+0
* SERVER-57449: Better FTDC diagnostics of RSMAndrew Shuvalov2021-07-0812-30/+363
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-032-90/+0
* SERVER-57521 Avoid dropping connections with pending flag set, unset pending...jannaerin2021-06-291-0/+9