summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-57290 Prevent nullptr dereference when SingleServerDiscoveryMonitor is...Haley Connelly2021-06-251-2/+0
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-242-31/+117
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-153-36/+2
* SERVER-57136 Skip maxStaleness wire version check when server is down.Max Hirschhorn2021-06-083-13/+45
* SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu2021-06-082-8/+21
* SERVER-54803 Only register _queryProcessor once in StreamableRSMMatthew Saltz2021-06-073-29/+6
* SERVER-57131: Fix trivial race in topology_listener_testAndrew Shuvalov2021-05-241-2/+1
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-9/+12
* SERVER-57117 Verify that 'hedge' option is an object when parsing ReadPrefere...Mihai Andrei2021-05-211-0/+6
* SERVER-56523: potential deadlock - avoid locking the ReplicaSetMonitorManager...Andrew Shuvalov2021-05-214-13/+102
* SERVER-54291 remove dependency on scanning replica set monitor in dbclient_rs...Randolph Tan2021-05-193-97/+34
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-1/+1
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-135-0/+163
* Revert "SERVER-48493 RSM's isMasterMonitor should handle network exceeded tim...George Wangensteen2021-05-131-7/+3
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-123-4/+5
* SERVER-56778 Shell includes API params in w: 0 writesA. Jesse Jiryu Davis2021-05-101-54/+52
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-035-0/+19
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-221-6/+1
* SERVER-54157 Remove maxWait from comments for findHost and getHostOrRefreshr5.0.0-alphaCheahuychou Mao2021-04-073-16/+6