Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / io / async / AsyncSSLSocket.h
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-04-28 Subodh IyengarStop abusing errno
2016-03-31 Kyle NekritzLog SSL alerts received on the server.
2016-03-21 Anirudh RamachandranAdd option to retrieve hex representation of client...
2016-03-15 Subodh IyengarAllow httpsession to be movable readCB
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-04 Yang ChiRemove persistentCork in native land
2016-03-03 Neel GoyalAdd service identity to SSL socket and use in ticket...
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-02-17 Anirudh RamachandranECDSA async/offloading support for proxygen
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-04 Neel GoyalAllow SSLSessionCallbacks to be used on SSL* that isn...
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2016-01-21 Kyle NekritzAdd getPeerCert() to AsyncTransport.
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-11 Kyle NekritzAdd security protocol trace event.
2015-12-09 Alan FrindellAdd support for ALPN
2015-12-08 Neel GoyalMark some methods virtual on SSL Context.
2015-12-06 Kyle NekritzRemove getBytesRead and getBytesWritten from folly...
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-16 Kyle NekritzCommiting missing header file change from D2408773
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-07 Yedidya FeldblumRemove evil using statements from AsyncSSLSocket.h
2015-10-05 Kyle NekritzCheck if handshake timeout is set in AsyncSSLSocket...
2015-10-01 Alex Landauthrift-tls: Expose client common name in connection...
2015-09-16 Lucian Grijincufolly: io: SSLContext/AsyncSSLSocket: drop global stati...
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