summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.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-52/+50
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-051-2/+2
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-031-2/+2
* SERVER-61095 improvements to transport_layer_asio_testBilly Donahue2021-11-021-2/+2
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2021-10-141-1/+1
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-1/+2
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-7/+7
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-011-44/+65
* Revert "SERVER-46950 Add message-strings for TLS"Spencer Jackson2020-03-271-65/+44
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-03-251-44/+65
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-171-25/+25
* 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-1/+1
* SERVER-45138 Disable tests not yet compatible with JSON loggingHenrik Edin2020-02-191-2/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-48/+113
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-101-3/+13
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-6/+0
* SERVER-41397 Allow specifying a connection timeoutSara Golemon2019-10-101-3/+6
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-6/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-2/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-178/+15
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-301-8/+1
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-291-1/+8
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-291-8/+1
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-8/+8
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-011-38/+101
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-1/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-10/+1
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-1/+10
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-10/+1
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-231-5/+7
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-251-9/+1
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-091-1/+1
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-071-56/+111
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-6/+7
* SERVER-25684 Support SNI server names in mongo shellJonathan Reams2016-08-231-0/+14
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-2/+2
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-2/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-2/+2
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-38/+35