summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74328 Delete the DbClient exists functionSophia Tan2023-02-281-2/+0
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-30/+29
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-29/+30
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-30/+29
* SERVER-72943 Delete DBClient validate functionSophia Tan2023-02-171-11/+0
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-8/+8
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-18/+6
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-40/+31
* SERVER-72944 Change DBClient dropDatabase to use DatabaseName objectSophia Tan2023-01-261-5/+3
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-7/+12
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-6/+11
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-161-1/+13
* SERVER-70567 Introduce multitenancy to BenchRun.Rishab Joshi2022-10-261-9/+26
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-101-1/+3
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-061-4/+5
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-24/+0
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-7/+30
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-311-7/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-33/+21
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-57/+40
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-251-15/+1
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-12/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-12/+36
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-357/+282
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-4/+4
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-021-7/+0
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-5/+3
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-5/+4
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-1/+1
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-33/+0
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-241-3/+32
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-031-0/+6
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-201-0/+8
* SERVER-53010 Remove TODO for SERVER-49791Judah Schvimer2020-12-021-2/+1
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-9/+8
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-0/+30
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. SERVER-517...Suganthi Mani2020-10-231-30/+0
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-0/+30
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+13
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-241-0/+11
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-0/+8
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-7/+12
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-42/+87
* SERVER-39453 add DBClientBase::getReadyIndexSpecs()Benety Goh2020-02-191-0/+17
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-121-0/+4
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-2/+2
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-171-0/+10
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-161-5/+5