summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-0/+3
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-262-4/+4
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-242-7/+7
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-3/+3
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-4/+4
* SERVER-76043 Allow enterprise shell to create native PLAIN SASL mechSpencer Jackson2023-04-171-1/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-145-6/+6
* SERVER-75914 Disable `scoped_db_connection_test` on WindowsAmirsaman Memaripour2023-04-101-8/+10
* SERVER-74568: SdamServerSelector sometimes doesn't fully respect client readP...wenqinYe2023-04-102-1/+75
* SERVER-75121 Remove JWKS URI from OIDC configurationSpencer Jackson2023-04-076-305/+1
* SERVER-74165 Remove TODOs on SERVER-72977Sophia Tan2023-04-061-1/+0
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-054-11/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-052-3/+6
* SERVER-75122 Remove Client SecretSpencer Jackson2023-03-283-18/+5
* SERVER-75118: Avoid copying OpMsgRequest objects when possible.Colin Stolley2023-03-281-2/+2
* SERVER-74735 Limit metadata exposed to clientsSpencer Jackson2023-03-246-7/+320
* SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...George Wangensteen2023-03-151-0/+1
* SERVER-70703: Implement OIDC refresh flow in legacy shellVarun Ravichandran2023-03-024-42/+149
* SERVER-74328 Delete the DbClient exists functionSophia Tan2023-02-282-10/+0
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-282-99/+64
* SERVER-51835 Respect preference order in read preference tag set list.Max Hirschhorn2023-02-272-24/+31
* SERVER-70958: Add end-to-end device authorization grant flow integration test...Varun Ravichandran2023-02-254-6/+186
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-244-5/+5
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-232-64/+99
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-232-99/+64
* 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-155-77/+72
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-1110-99/+132
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-102-7/+11
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-092-11/+15
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-44/+45
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+3
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-042-27/+9
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-032-90/+68
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+0
* SERVER-70956: Support MONGODB-OIDC SASL mechanism in shell with tokenVarun Ravichandran2023-02-0311-13/+285
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-302-4/+4
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-1/+1
* SERVER-72944 Change DBClient dropDatabase to use DatabaseName objectSophia Tan2023-01-261-5/+3
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-262-7/+3
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-235-27/+45
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-70957: Refactor ProgramRunner to support launching programs from C++ codeVarun Ravichandran2022-12-231-0/+2
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-202-29/+35
* SERVER-71685 Remove sampling of connAcquisitionToWire metricsJason Chan2022-12-063-14/+11
* SERVER-71685 Reduce default of ConnectionAcquisitionToWireLoggingRate parameterJason Chan2022-12-011-1/+1
* SERVER-71319 Remove kms_messageMark Benvenuto2022-11-281-2/+2
* SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto2022-11-231-0/+5
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-192-22/+59