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