summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-3/+3
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-162-13/+36
* SERVER-70567 Introduce multitenancy to BenchRun.Rishab Joshi2022-10-262-15/+47
* SERVER-68650 Improve async RPC API naming conventions and fix use of retry po...George Wangensteen2022-10-193-20/+25
* SERVER-68720 Safely parse minWireVersion and maxWireVersion in initWireVersionReo Kimura2022-10-121-4/+4
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-102-3/+7
* SERVER-65132 Added metrics for ScopedDbConnection to acquire egress connectionsCelina Tala2022-10-104-7/+150
* SERVER-67888 Add metrics to FTDC for connection reuseReo Kimura2022-10-061-1/+3
* SERVER-69213 remove unused functionAndrew Witten2022-10-041-10/+0
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-302-7/+48
* SERVER-64967 Measure how long it takes operations using egress connections to...Jason Chan2022-09-264-13/+104
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-221-1/+1
* SERVER-42810 Changed `throw()` to `noexcept`Celina Tala2022-09-212-5/+5
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-2011-20/+20
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-161-2/+2
* SERVER-69584 Pass ConnectionMetrics by shared_ptrVojislav Stojkovic2022-09-162-2/+2
* SERVER-67116 Remove support for 'preCondition' from applyOps commandDavid Storch2022-09-144-273/+0
* SERVER-69409 Removed extra randomnessAlexander Neben2022-09-062-4/+3
* SERVER-69409 Fixed race condition in server selectorAlexander Neben2022-09-062-3/+4
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-303-3/+3
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-304-8/+10
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-269-9/+9
* SERVER-68839 clany tidy modernize-make-shared fixJuan Gu2022-08-251-1/+3
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-1/+0
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-192-1/+3
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-2/+1
* SERVER-68002: Implement skeleton implementation for free function that invoke...Erin McNulty2022-08-121-1/+2
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-112-1/+6
* SERVER-67608: Create a ShardTargeter typeErin McNulty2022-08-042-3/+8
* SERVER-67606 replace instances of ErrorCategory::Interruption in testsMatt Diener2022-07-291-2/+2
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-2914-30/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-278-9/+10
* SERVER-67616: Add a Targeter for RemoteCommandTargeterErin McNulty2022-07-264-0/+208
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-266-13/+12
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-068-75/+42
* SERVER-62231 Ensure DBClientCursor methods call initCatalin Sumanaru2022-06-282-0/+14
* SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-233-328/+0
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-2211-713/+131
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-152-5/+5
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-1014-493/+459
* SERVER-66047 Fix the shell's exhaust impl to work with limitDavid Storch2022-06-031-1/+0
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-3/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-29/+24
* SERVER-64966 Count how many pooled connections are created, but never usedReo Kimura2022-05-241-0/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0639-39/+115
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-2915-24/+24
* SERVER-65997 Add diagnostics to `DBClientConnection::call`Amirsaman Memaripour2022-04-271-0/+11