summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/isself.cpp
AgeCommit message (Expand)Author
2024-02-01SERVER-85597 refactor callers of boost::asio to use asio (#18582)James Bronsted
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-14SERVER-80505 Split generic DBClientConnection functionality into superclass (...Patrick Freed
2023-06-24SERVER-77045 SERVER-77046 IWYU automated changes up to end ratio 0.6Daniel Moody
2023-06-05SERVER-77154 Always use "hello" for connection handshake in internal client codeDavid Storch
2023-04-26SERVER-74493 Make DatabaseName constructors privatemathisbessamdb
2023-01-23SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan
2022-09-22SERVER-68800 Retry isSelf fast path on temporary DNS failureVesselina Ratcheva
2022-08-16SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2022-04-28SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue
2021-08-14SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko
2021-03-18SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue
2021-01-25SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang
2020-12-08SERVER-40811 make initializers throwyBilly Donahue
2020-09-21SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis
2020-07-08SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto
2020-06-25SERVER-48975 increase additional isSelf logging to default log levelPavi Vetriselvan
2020-05-26SERVER-48347 add more logging in isSelf code pathPavi Vetriselvan
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-04-16SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz
2020-03-17SERVER-46389 Improve replication log line styleTess Avitabile
2020-02-28SERVER-45567 removing util/log.h where I canGabriel Russell
2020-02-28SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto
2020-02-26SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile
2020-02-13SERVER-45869 automatically converted structured loggingGabriel Russell
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-09SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue
2019-06-17SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-11SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue
2018-11-14SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-10-12SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev
2018-06-29SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin
2018-06-11SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper
2018-05-05SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow
2017-10-12SERVER-31492 Make TransportLayerLegacy::start block until we are ready to acc...Henrik Edin
2017-08-23SERVER-29687 Don't include sock.h from options headerAndrew Morrow
2017-06-17SERVER-29403 Implement TransportLayerASIOJonathan Reams
2016-06-13SERVER-23243 Remove time-keeping from listenerWaley Chen
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-04-13SERVER-6823 Enable Access control without downtime.Shane Harvey
2015-08-12SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter
2015-07-31SERVER-19698: Typo in error messageHannes Magnusson
2015-06-24SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-10SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow
2015-03-11SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow