Implementing a callback interface for folly::AsyncSocket allowing to supply an ancill...
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.h
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