summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-65458 Parse and validate tenantId at the start of command processingSophia Tan2022-06-089-19/+195
* SERVER-66809 Move BSON serialization out of the lock in prepareReplMetadataMatthew Russotto2022-06-072-0/+8
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-015-116/+122
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-4/+3
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-5/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-8/+24
* SERVER-63177 Propagate write block bypass state as metadataSpencer Jackson2022-03-071-2/+1
* SERVER-63735 Add support for equality indexed encryptionMark Benvenuto2022-02-231-1/+1
* SERVER-63175 Conditionally activate WriteBlockBypass in command dispatchGabriel Marks2022-02-162-7/+3
* SERVER-63176 Create RPC serialization hook for WriteBlockBypassGabriel Marks2022-02-111-0/+12
* SERVER-62827 Prevent rpc::upconvertRequest from erroneously duplicating top-l...Blake Oler2022-02-102-0/+16
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-291-10/+2
* SERVER-62668 Implement synchronization for ImpersonatedUserMetadata accessGabriel Marks2022-01-211-5/+6
* SERVER-62441 Define a new type mongo::TenantId for tenant idSophia Tan2022-01-201-4/+5
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-1/+0
* SERVER-62230 Forward port new exhaust cursor testsDavid Storch2022-01-181-0/+74
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-182-0/+4
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-162-4/+0
* SERVER-62239 Put tenantId on opCtx if passed as $tenantjannaerin2022-01-142-0/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-112-0/+39
* SERVER-62157 Explicitly link rpc_test to authSara Golemon2021-12-291-0/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+8
* SERVER-61615 Parse authenticated user from security token and add to authoriz...Sara Golemon2021-12-071-4/+24
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-221-0/+2
* SERVER-61570 Rename supportMultitenancy to multitenancySupportSara Golemon2021-11-182-3/+3
* SERVER-61386 Rename acceptOpMsgSecurityToken to supportMultitenancySara Golemon2021-11-103-3/+7
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-272-6/+27
* SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMasterDavid Storch2021-10-131-0/+17
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-016-642/+26
* SERVER-59233 Address stringop and array bounds warnings with GCC 11Andrew Morrow2021-09-303-21/+18
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-283-5/+16
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-023-12/+38