Marking a bunch of AsyncSSLSocket methods as "const".
[folly.git] / folly / io / async / AsyncSSLSocket.h
2015-09-11 Maxim GeorgievMarking a bunch of AsyncSSLSocket methods as "const".
2015-08-31 Kyle NekritzLog TLS signature_algorithms extension values.
2015-08-23 Yedidya FeldblumRename fixup from TDelayedDestruction to DelayedDestruc...
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
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-12 Praveen KumarGet *=default*ed default constructors
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-05-12 Sean CannellaLazily initialize AsyncSSLSocket EorBioMethod
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-03-25 Sean CannellaSocketAddress::anyAddress should be a method
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2014-11-08 Dave WatsonMove SSL socket to folly