summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-235-10/+10
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-3/+3
* SERVER-49336 Allow ClientMetadata to be accessed before it is finalizedBen Caimano2020-10-202-5/+6
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-156-275/+240
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-10-101-3/+3
* SERVER-51276 Fix lint for compile_libfuzzertestsSpencer Jackson2020-10-031-2/+2
* SERVER-51084 easy XCode12 fixes (excludes the int to double fixes)Billy Donahue2020-10-011-1/+1
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-012-0/+30
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-3/+6
* SERVER-50418 wait for all exhaust streams to close before starting testsHuayu Ouyang2020-09-291-24/+12
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-77/+240
* SERVER-50394 Forward impersonatedUser/Role information when availableSara Golemon2020-09-181-7/+11
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50876 Initialize ReplSetMetadata::_isPrimaryA. Jesse Jiryu Davis2020-09-151-1/+1
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-152-4/+4
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-6/+8
* SERVER-49813 Update parseProtocolSet unit tests to include last-continuous an...Jason Chan2020-08-271-12/+33
* SERVER-50227 Convert OpMsg integration test to use ClockSource instead of Tic...Ben Caimano2020-08-271-12/+12
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-12/+8
* SERVER-50097 isMaster aliases should correctly populate exhaustIsMasterMetricsPavi Vetriselvan2020-08-051-0/+59
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-108/+121
* SERVER-47922 pids and names in client metadata in debug buildsGabriel Russell2020-07-233-53/+69
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-231-12/+12
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-262-9/+2
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-102-3/+2
* SERVER-48272 Use of vector clock can be private to metadataAndrew Morrow2020-06-091-0/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-055-441/+5
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-121-0/+3
* SERVER-47763 Only run exhaust ismaster metrics tests in the integration_tests...Jason Chan2020-05-011-21/+18
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-262-2/+2
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-232-5/+16