Add method to get the connect timeout used for an AsyncSocket
[folly.git] / folly / io / async / test / AsyncSocketTest2.cpp
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-10-27 Jun LiExpose pending messages in queue stats in AsyncServerSocket
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
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