index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
server_ping_monitor.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2023-10-07
SERVER-77158 apply performance-move-const-arg clang tidy rule for client
Matt Boros
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-08-03
SERVER-79261 Add logging to pingMonitor
Kruti Shah
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-28
SERVER-62893: Coverity analysis defect 121337: Uninitialized scalar variable
Kshitij Gupta
2022-01-13
SERVER-51842 Fix duplicate localThresholdMs (localThreshold) server parameters
Rachita Dhawan
2021-03-23
SERVER-53230: Rename cancelation -> cancellation everywhere
Tyler Seip
2020-11-24
SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...
Andrew Shuvalov
2020-10-21
SERVER-50516 renames: IsMasterRTT=>HelloRTT, IsMasterOutcome=>HelloOutcome
Billy Donahue
2020-08-14
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-08-13
Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...
LaMont Nelson
2020-08-05
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-05-13
SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...
Lamont Nelson
2020-05-12
SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related files
Haley Connelly
2020-05-06
SERVER-45395 Change ServerAddress type to be HostAndPort
jannaerin
2020-05-01
SERVER-46497 UUID in topologyListener is currently not used
jannaerin
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-17
SERVER-47048 Test that mongos can find primary despite "ping" failures
Cheahuychou Mao
2020-04-15
SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...
Haley Connelly
2020-03-30
SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...
Haley Connelly
2020-03-27
Revert "SERVER-46681 Integrate the ServerPingMonitor into the StreamableRepli...
Haley Connelly
2020-03-27
SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...
Haley Connelly
2020-03-24
SERVER-47040 LOGV2_FATAL also fasserts
Henrik Edin
2020-03-10
SERVER-46289 Make SingleServerPingMonitor retry after failed ping
Haley Connelly
2020-03-04
SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...
jannaerin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-20
SERVER-45869 more automatically converted structured
Gabriel Russell
2020-02-07
SERVER-45051 Implement class that collects RTT information from replica set m...
Haley Connelly
2020-01-16
SERVER-45521 Define TopologyListener, ServerPingMonitor, and SingleServerPing...
Haley Connelly