summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-29/+0
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-301-2/+2
* Revert "SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and r...Mark Benvenuto2018-01-291-2/+2
* SERVER-32750 Introduce SSLConnectionInterface for SSLConnection and refactorMark Benvenuto2018-01-291-2/+2
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-1/+1
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-011-0/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-5/+0
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-0/+5
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-5/+0
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-231-0/+4
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-1/+1
* SERVER-25684 Support SNI server names in mongo shellJonathan Reams2016-08-231-0/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-1/+2
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-2/+1
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-0/+11
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-63/+0
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-69/+3
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-141-0/+3
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-208/+268
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* 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-3/+5
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-16682 Remove replicate include sys/socket.hGuang Yang2014-12-291-1/+0
* SERVER-14927: bad bind_ip should fail, not listen on all socketsAmalia Hawkins2014-09-241-5/+13
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-2/+5
* SERVER-10567 Handling rsHealthPoll/PRIMARY stepdown raceAndreas Nilsson2013-09-291-1/+1
* SERVER-8864 SERVER-10739 Support concurrent SSL and non-SSL connectionsAndreas Nilsson2013-09-171-2/+16
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-021-11/+15
* SERVER-1891 Make it possible to get the local and remote SockAddr from an Abs...Andy Schwerin2013-07-191-0/+3
* SERVER-1891 Clean up includes some in sock.h and listen.h.Andy Schwerin2013-07-171-18/+24
* SERVER-10084 Fix build errors from logging caused by implicit construction of...Andy Schwerin2013-07-091-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-4/+5
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-2/+3
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+5
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-4/+5
* SERVER-7202 proper error handling framework for SSLEric Milkie2012-12-041-2/+5
* SERVER-5487 do not call SSL_shutdown on an SSL context while another thread i...Eric Milkie2012-11-291-3/+1
* SERVER-7202 cleanup socket error handling for SSLEric Milkie2012-11-271-6/+9
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+8
* move SSLManager to new source filesEric Milkie2012-10-231-23/+1
* SERVER-5211 Move prettyHostName() into mongo/util/net/sock.{h,cpp}.Andy Schwerin2012-10-101-0/+2
* SERVER-7220 only an incremental improvement so keep ticket open. add toDwight2012-10-041-1/+1