folly: fix one more -Wunused-parameter
[folly.git] / folly / io / async / AsyncSSLSocket.cpp
2016-02-01 Igor Sugakfolly: fix one more -Wunused-parameter
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2015-12-09 Alan FrindellAdd support for ALPN
2015-12-07 Kyle NekritzFix segfaults in AsyncSSLSocket when used in unencrypte...
2015-11-20 Anirudh RamachandranRemove unnecessary resetClientHelloParsing callback...
2015-11-13 Yang ChiAllow a AsyncSocket to be corked the whole time
2015-11-04 Subodh IyengarAdd ability to get application protocol from AsyncTrans...
2015-10-26 Shijin Kongreturn read error on non EAGAIN errno
2015-10-15 Kyle NekritzAdd framework for switching certs based on signature_al...
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-16 Lucian Grijincufolly: io: SSLContext/AsyncSSLSocket: drop global stati...
2015-08-31 Kyle NekritzLog TLS signature_algorithms extension values.
2015-07-01 Woo Xiecheck ReadCallback before using it
2015-07-01 Woo Xiemove the socket setting into setReadCB()
2015-06-26 Woo Xieopt proxygen with newly added OpenSSL functions
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-15 Woo Xiedo not suppurt compress and expand
2015-06-12 Alan FrindellTemporarily disable performWriteIovec
2015-06-12 Woo Xieopt proxygen with new SSL_write_iovec function
2015-06-11 Woo Xierefactor the interpretation of SSL errors into a function
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-05-12 Sean CannellaLazily initialize AsyncSSLSocket EorBioMethod
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Ranjeeth Dasineniremove stray / in include path
2014-12-18 Adam Simpkinsupdate call sites to use SpinLock
2014-11-08 Dave WatsonMove SSL socket to folly