summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-2/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-252-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-222-2/+2
* SERVER-53809 Define IDL for WriteConcernErrorMoustafa Maher2021-02-183-34/+67
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-104-79/+95
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-104-95/+79
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-104-79/+95
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-26/+27
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-3/+3
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-98/+57
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-57/+98
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-98/+57
* SERVER-53334 User assert instead of invariant in ClientMetadataBen Caimano2021-01-042-12/+17
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-241-0/+77
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-062-29/+2
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-062-0/+13
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1