summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43328 Enforce BSON size limit in OpMsgBuilderSpencer T Brody2020-04-205-7/+64
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-11/+2
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-153-48/+14
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-144-4/+4
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-04-102-2/+12
* SERVER-47157 Require ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-04-092-24/+1
* SERVER-47326 Fix flakey failCommand failpoint usage in exhaust awaitable isMa...Jason Chan2020-04-081-8/+39
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-303-17/+44
* SERVER-47097 Use ReplSetMetadata.isPrimary to choose sync sourceA. Jesse Jiryu Davis2020-03-301-1/+4
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-273-26/+78
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46868 Wait for exhaust stream to finish closing before asserting in Ex...Jason Chan2020-03-241-50/+39
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-4/+5
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+261
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-215-5/+0
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-218/+0
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-0/+218
* SERVER-45950 TopologyManager should not use idl generated comparison operator...Janna Golden2020-02-181-1/+0
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-2/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-133-12/+33
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-231-15/+0
* SERVER-44521 Implement exhaust isMaster for mongosTess Avitabile2020-01-221-15/+21
* SERVER-44950 Update SDAM with new awaitable isMaster fields including topolog...Janna Golden2020-01-132-0/+52
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-312-1/+15
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-26/+144
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-3/+1
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-163-5/+230
* SERVER-45067 Fix fuzzer build by removing unused exception identifierGeert Bosch2019-12-111-1/+1
* SERVER-44631 DBClient_Connection should retain error code informationMatthew Russotto2019-11-261-2/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-6/+3
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-4/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42717 Ensure OpMsg with a checksum has a bodyJonathan Reams2019-09-052-6/+26