Fix build with Windows SDK v10.0.16232
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.h
2017-10-26 Christopher DykesFix build with Windows SDK v10.0.16232
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-09 Dan MelnicAdd SO_ZEROCOPY support v2017.10.09.00
2017-08-18 David LamRemove outdated comments referencing removed TAsyncSSLS...
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-07 Anirudh RamachandranAdd a version of async_test using openssl 1.1.0
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-04-04 Anirudh RamachandranOpenSSL 1.1.0 compatibility
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-01-25 Daniel SommermannSplit out SSL test server for reuse
2017-01-04 Yedidya Feldblum2017
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-23 Christopher DykesUse std::chrono for timeouts to sslAccept and sslConn...
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-11-23 Christopher DykesSuppress some aborts in debug mode when using already...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-22 Christopher DykesUse decltype to get the type of a non-static local
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-04-28 Subodh IyengarStop abusing errno
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-09 Alan FrindellAdd support for ALPN
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-06-16 Sarang MastiFix leaks in tests
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly