Adds writer test case for RCU
[folly.git] / folly / io / async / test / AsyncSSLSocketTest2.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-09-01 Kyle NekritzDeflake some AsyncSSLSocket tests.
2017-08-01 Neel GoyalAdd TLS 1.2+ version for contexts
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-25 Mingtao YangMove OpenSSL locking code out of SSLContext
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-04-25 Neel GoyalGuard SSLContext lock checks with init mutex and add...
2017-04-22 Neel GoyalIgnore setSSLLockTypes() calls after SSLContext is... v2017.04.24.00
2017-04-13 Neel GoyalAdd method to check if SSL Lock is disabled
2017-03-08 Andrii GrynenkoFixes to always call Singleton's registrationComplete...
2017-01-04 Yedidya Feldblum2017
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-04 Christopher DykesDon't try to ignore the SIGPIPE signal if it isn't...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly