summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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-51288 util/net/sock.h uninitialized fieldBilly Donahue2020-11-201-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-5/+5
* SERVER-41045 Add SNI support for windows SSLShreyas Kalyan2019-10-311-2/+0
* SERVER-41397 Allow specifying a connection timeoutSara Golemon2019-10-101-2/+8
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-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