Add connection event callback to AsyncServerSocket
[folly.git] / folly / io / async / test / AsyncSocketTest2.cpp
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
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-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly