summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47361 Add test that TopologyStateMachine checks electionId before upda...jannaerin2020-04-101-0/+60
* SERVER-42455 Make ReplicaSetChangeNotifier::onConfirmedSet safe during shutdownjannaerin2020-04-083-27/+18
* SERVER-46289 Make SingleServerPingMonitor retry after failed pingHaley Connelly2020-04-062-77/+47
* SERVER-46743 Check RSM exists in initial handshakejannaerin2020-03-291-1/+1
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-2910-23/+141
* SERVER-46680 ServerIsMasterMonitor should proccess cancellation errorsjannaerin2020-03-291-1/+1
* SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto2020-03-274-76/+84
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-2/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-262-8/+4
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-261-1/+0
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-268-142/+350
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ...Kaloian Manassiev2020-03-248-350/+142
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-248-142/+350
* SERVER-47029: add only confirmed nodes when publishing onConfirmedSet; includ...Lamont Nelson2020-03-232-18/+72
* SERVER-46712 Convert server_selector.cpp logs to LOGV2Tommaso Tocci2020-03-231-6/+8
* SERVER-46879 Fix profiler query in read_pref_cmd.js and not assert that the c...Cheahuychou Mao2020-03-182-9/+14
* SERVER-46694 Make hedging_metrics_server_status.js determinsticCheahuychou Mao2020-03-181-0/+7
* SERVER-46525 Review and convert LogV2 statements in AuthZNMark Benvenuto2020-03-112-11/+7
* SERVER-46573 Make ReplicaSetMonitorTestConcurrent force replicaSetMonitorProt...Haley Connelly2020-03-038-35/+36
* SERVER-43332: change gReplicaSetMonitorProtocol default to kSdamLamont Nelson2020-03-031-1/+1
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-0335-339/+3136
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to an...Haley Connelly2020-03-0314-192/+405
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-283-23/+30
* SERVER-9391 tailable cursors should throw an exception in DBClientCursor when...Cheahuychou Mao2020-02-281-6/+4
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-35/+104
* SERVER-46417 Temporarily make dbclient_rs_test use the ScanningReplicaSetMoni...Haley Connelly2020-02-281-17/+71
* SERVER-45813 Modify AsyncDBClient/NetworkInterfaceTL to allow Fire and ForgetCheahuychou Mao2020-02-242-4/+27
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-2419-1749/+2267
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-217-23/+39
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-2129-42/+34
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-202-11/+31
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-192-3/+6
* SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao2020-02-193-44/+4
* SERVER-39453 add DBClientBase::getReadyIndexSpecs()Benety Goh2020-02-192-4/+51
* SERVER-45950 TopologyManager should not use idl generated comparison operator...Janna Golden2020-02-183-25/+35
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-1321-196/+503
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-131-1/+0
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-131-1/+1
* SERVER-44858 Implement speculative sasl authSara Golemon2020-02-1214-223/+542
* SERVER-45723 Rename IAM Auth mechanism to AWSSpencer Jackson2020-02-1116-105/+105
* SERVER-45051 Implement class that collects RTT information from replica set m...Haley Connelly2020-02-078-35/+821
* SERVER-42985 Replace 4.4 placeholder value in WireVersion enumAmirsaman Memaripour2020-02-061-1/+1
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-062-0/+12
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-041-1/+1
* SERVER-45109 Modify AsyncDBClient to allow exhaust requestsJanna Golden2020-01-282-18/+99
* SERVER-45002 Only propagate 'comment' field between nodes when upgrade to 4.4...David Storch2020-01-271-4/+24
* SERVER-45440 Add support for implicit operation hedging when using readPrefer...Cheahuychou Mao2020-01-252-2/+15
* SERVER-45439 Add support for per operation hedging via an explicit read prefe...Cheahuychou Mao2020-01-235-17/+213
* SERVER-45670 Clear ScanState on shutdownAmirsaman Memaripour2020-01-222-0/+18
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-221-0/+4