summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-58741 Stop calling `ShardingMetadata::writeToMetadata` under FCV >= 5.1Yoonsoo Kim2021-08-301-3/+3
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+2
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-146-285/+0
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-102-10/+45
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-055-265/+0
* SERVER-50761 Crash the shell on invalid BSON errors on server responses from ...Dianna Hohensee2021-08-042-6/+61
* SERVER-59069 Add buildinfo to allowlist for OP_QUERY commandsYoonsoo Kim2021-08-042-4/+14
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-023-4/+4
* SERVER-58432 Include dochub link in legacy op deprecation log messagesYoonsoo Kim2021-08-022-1/+6
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-025-4/+84
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-308-132/+311
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-227-191/+14
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-57/+81
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2021-07-091-2/+81
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-25/+21
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-2/+26
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-06-292-0/+15
* SERVER-57708 Ensure ClientMetadata left in valid state after failed parsingGeorge Wangensteen2021-06-172-16/+60
* SERVER-57652 Add featureFlagMongoStoreSara Golemon2021-06-171-0/+1
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-155-8/+341
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-285-0/+570
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-7/+10
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-115-570/+0
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-105-0/+570
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-074-4/+181
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-252-2/+2
* SERVER-54429 Only parse ErrorReply during testingMoustafa Maher2021-03-081-8/+13