Ignore setSSLLockTypes() calls after SSLContext is initialized.
[folly.git] / folly / io / async / test / AsyncSSLSocketTest2.cpp
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