summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_connection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-20/+19
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-4/+7
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-8/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-2/+2
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+2
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-201-0/+2
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-3/+4
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-051-3/+9
* SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponseAmirsaman Memaripour2020-11-121-2/+2
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-14/+1
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+2
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+5
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-10/+19
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+6
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-061-0/+7
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-1/+1
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-221-0/+4
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-3/+3
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-5/+4
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-131-8/+25
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-3/+3
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-091-29/+32
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+321