summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-16/+48
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-161-12/+23
* SERVER-70567 Introduce multitenancy to BenchRun.Rishab Joshi2022-10-261-6/+21
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-101-2/+4
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-2/+2
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-061-8/+8
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-60/+1
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-3/+3
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-14/+18
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63256 use _sd on string literal to play nice with conditionalAdam Rayner2022-02-031-1/+1
* SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::authAdam Rayner2022-02-011-1/+15
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-181-2/+5
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-5/+2
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-141-2/+5
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+2
* SERVER-46399 remove SCRAM-SHA-1 as a default internal auth mechAdam Rayner2021-12-311-4/+2
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-97/+37
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-26/+28
* SERVER-60749 Change internal client to stop issuing 'availableQueryOptions' c...David Storch2021-10-251-17/+0
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-26/+2
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-4/+7
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-26/+46
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-116/+28
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-021-5/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-12/+9
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-301-0/+4
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-57/+0
* SERVER-57459 Make dbtests and unittests getLastError-freeIrina Yatsenko2021-06-241-28/+85
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-2/+3
* SERVER-56778 Shell includes API params in w: 0 writesA. Jesse Jiryu Davis2021-05-101-54/+52
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-221-6/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-3/+5
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-5/+3
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-231-0/+20
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-8/+9
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-2/+45
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-2/+2
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-241-0/+7
* SERVER-49112 Add Session::getSSLConfigurationGabriel Marks2020-07-081-4/+6
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-4/+4
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-2/+2
* SERVER-47916 Make InvalidatingLRUCache use an 'epoch' when invalidating evict...Kaloian Manassiev2020-05-071-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-4/+6
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-16/+4
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-49/+144
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0