summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-023-10/+13
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-2316-51/+51
* SERVER-55336: Catalog cache refreshes are not being retried on SnapshotError ...Jordi Serra Torrens2021-03-221-1/+1
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-171-1/+0
* SERVER-51358: Revert "SERVER-51358: Indicate awaitable operations explicitly"...Tyler Seip2021-02-251-1/+0
* SERVER-53830: fix flaky race in replica_set_monitor_integration_testAndrew Shuvalov2021-02-241-7/+10
* SERVER-54290 Add ability to mock Streamable RSM topology description stateRandolph Tan2021-02-2212-30/+344
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-205-0/+38
* SERVER-53995 ReplicaSetMonitor shared_ptr instance should be freed outside of...Jason Zhang2021-02-171-0/+6
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-19/+22
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-42/+44
* SERVER-54351: Fix race in topology_listener_test.cppAndrew Shuvalov2021-02-061-1/+9
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-052-2/+7
* SERVER-54218 Update authentication counter patterns of useBen Caimano2021-02-031-0/+1
* SERVER-51358: Indicate awaitable operations explicitlyTyler Seip2021-02-011-0/+1
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-282-9/+25
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-253-5/+8
* SERVER-53830: fix synchronization in replica_set_monitor_integration_test.cppAndrew Shuvalov2021-01-191-2/+7
* SERVER-52718: Add support for blacklisting nodes in TenantMigrationRecipientS...XueruiFa2021-01-149-91/+311
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-078-50/+59
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-6/+7
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-077-51/+48
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-073-7/+9
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-077-48/+51
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-054-12/+32
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-5/+1
* SERVER-51296 Add cancelation support to RemoteCommandTargeterMatthew Saltz2020-12-228-41/+37
* SERVER-50985 Tenant collection cloner query must use readConcern majorityJason Chan2020-12-151-7/+4
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-117-20/+88
* SERVER-40811 make initializers throwyBilly Donahue2020-12-088-22/+10
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-089-30/+129
* SERVER-49652 Sharding and Service Arch changes for the hello commandPavi Vetriselvan2020-12-031-1/+2
* SERVER-53010 Remove TODO for SERVER-49791Judah Schvimer2020-12-021-2/+1
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-248-165/+240
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-246-5/+18
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-243-0/+33
* SERVER-51680 Remove non-test usages of ScanningReplicaSetMonitor from the cod...Matthew Saltz2020-11-209-4104/+3
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-1314-248/+245