summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14822 don't assert invalid on sock descriptor 0Matt Cotter2016-06-291-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+6
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-16/+2
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-203/+0
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-2/+2
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-221-2/+2
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-746/+744