Consistency in namespace-closing comments
[folly.git] / folly / io / async / AsyncSocket.h
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-23 Kyle NekritzMove address caching logic from AsyncSSLSocket to Async...
2017-06-21 Petr LapukhovHave reserved sockopt to disable TSOCKS
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-11 Kevin ChenAdd writable() to AsyncTransport
2017-04-04 Maxim GeorgievMake some AsyncTest methods virtual to allow mocking...
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-03-09 Kyle NekritzReplace MSG_PEEK with a pre-received data interface.
2017-02-14 Maxim GeorgievTimestamping callback interface in folly::AsyncSocket
2017-01-20 Maxim GeorgievEnable EOR flag configuration for folly::AsyncSocket.
2017-01-13 Dave WatsonAdd AsyncSSLSocket option to turn off transparent tls
2017-01-04 Yedidya Feldblum2017
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-07 Stepan PalamarchukRemove noexcept from AsyncSocket::prepareReadBuffer
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-09 Subodh IyengarRemove getTFOSucceeded
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-04-28 Subodh IyengarStop abusing errno
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-03-04 Yang ChiRemove persistentCork in native land
2016-02-25 Orvid KingExplicit vtordisp for MSVC
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-11-13 Yang ChiAllow a AsyncSocket to be corked the whole time
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-08-18 Subodh IyengarRefactor HandshakeHelper and add a peeking handshake...
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-06-26 Woo Xieopt proxygen with newly added OpenSSL functions
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Sarang MastiFix asan test crashes
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-05-20 James Sedgwickmake AsyncSocket::WriteRequest an interface
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...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Haijun ZhuSet CLOEXEC for connected fd
2014-12-29 Viswanath SivakumarAllow unregistering connect callback in AsyncSocket
2014-12-29 Dave WatsonMove TAsyncTransport to folly as AsyncTransportWrapper
2014-12-11 Andre PintoCorrect getsockopt call made by AsyncSocket
2014-12-11 James SedgwickAsyncSocketHandler
2014-11-08 Dave WatsonMove SSL socket to folly
2014-10-29 Dave WatsonMove AsyncSocket to folly (try 2)
2014-10-29 Viswanath SivakumarRevert "D1587625 [thrift->folly] AsyncSocket"
2014-10-29 Dave WatsonAsyncSocket