summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-17752: Winsock API was called before a successful WSAStartup()Mark Benvenuto2015-03-271-2/+0
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-5/+7
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-17043 Reattempt failed socket connect when errno is EINTRAndrew Morrow2015-02-171-2/+17
* SERVER-16461: Set sub-second timeouts on Windows correctlyMark Benvenuto2015-01-151-9/+16
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-1/+1
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Move hexdump out of goodies.h and into hex.hAndrew Morrow2015-01-051-0/+1
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-291-0/+6
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-15465 Fixed OpenSSL intermittent crash on stepdownAndreas Nilsson2014-10-021-9/+0
* SERVER-14927: bad bind_ip should fail, not listen on all socketsAmalia Hawkins2014-09-241-41/+52
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-301-1/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+5