Check readCallback before calling handleRead
[folly.git] / folly / io / async / AsyncSocket.cpp
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-09 James Sedgwickremove Singleton from io/async deps
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
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-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Sean CannellaReduce AsyncSocket code size
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-11 Dave WatsonSet a better default for maxReadsPerEvent
2014-11-08 Dave WatsonMove SSL socket to folly
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-29 Dave WatsonMove AsyncSocket to folly (try 2)
2014-10-29 Viswanath SivakumarRevert "D1587625 [thrift->folly] AsyncSocket"
2014-10-29 Dave WatsonAsyncSocket