summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76378 Estimate metadata sizeSara Golemon2023-04-282-0/+51
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-2/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-174-34/+48
* SERVER-67234 add clang-tidy rule to ban fcv constant usage in compareJiawei Yang2023-04-141-11/+2
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-102-2/+2
* SERVER-75562 Enforce client metadata limit of 512 on non-internal clientsMark Benvenuto2023-04-073-2/+36
* SERVER-74292: Return errors for command requests with invalid impersonated us...Varun Ravichandran2023-02-281-1/+13
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-286-31/+82
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-236-82/+31
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-236-31/+82
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-6/+6
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-122-3/+4
* SERVER-73891 rewrite_state_change_errors Doc fixBilly Donahue2023-02-111-4/+4
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-11/+12
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-12/+12
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-0/+1
* SERVER-72809 Add FLE test coverage for NTDImathisbessamdb2023-02-031-3/+2
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-232-20/+20
* SERVER-64029 Prohibit impersonating multiple usersShreyas Kalyan2023-01-062-7/+19
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-1/+1
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-163-4/+59
* SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityTokenSara Golemon2022-12-152-4/+10
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-172-77/+5
* SERVER-70206 Remove getLastError commandAlex Li2022-11-151-2/+1
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-1/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+1
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-272-1/+6
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-304-15/+163
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-311-6/+2
* SERVER-69032: Fix message raised for ClientMetadataDocumentTooLargeAlex Bevilacqua2022-08-301-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-266-12/+7
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-191-4/+1
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-7/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-036-456/+127
* SERVER-65002 Change 'unstable' boolean to 'stability' enum and allow 'interna...Rui Liu2022-08-011-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-276-12/+12
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-262-2/+2
* SERVER-58743 Remove ShardingMetadataYoonsoo Kim2022-07-143-151/+0
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-062-42/+42
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-272-10/+9
* SERVER-62683: Client Metadata Information Should Show Pid In Testing ModeErin McNulty2022-06-172-5/+9
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-156-51/+57
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-9/+4