summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/isself.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-22/+10
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-2/+2
* SERVER-53724 Make DBClient able to reauthenticate with x509 automatically whe...Jason Zhang2021-01-251-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-0/+9
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+2
* SERVER-48975 increase additional isSelf logging to default log levelPavi Vetriselvan2020-06-251-10/+8
* SERVER-48347 add more logging in isSelf code pathPavi Vetriselvan2020-05-261-3/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz2020-04-161-0/+23
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-26/+35
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-23/+17
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+29
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-2/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-5/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-31492 Make TransportLayerLegacy::start block until we are ready to acc...Henrik Edin2017-10-121-3/+10
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-7/+1
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-3/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-4/+2
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19698: Typo in error messageHannes Magnusson2015-07-311-1/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-2/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-217/+206
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-2/+2
* SERVER-1120: OpenBSD/FreeBSD fixesMark Benvenuto2015-01-151-1/+1
* SERVER-16818: Add socket timeout to isSelf replication checkScott Hernandez2015-01-151-0/+1
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15915 Make isself check block until we're listening for incoming netwo...Spencer T Brody2014-11-031-3/+4
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15151: use isSelf on Windows, Solaris, & FreeBSDMark Benvenuto2014-09-091-22/+18
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-8/+7
* SERVER-14165 reenable isself fastpath for OSXAdam Midvidy2014-08-111-4/+4