fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / io / async / AsyncServerSocket.h
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-11 Subodh Iyengarwangle support for TFO
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-29 Orvid KingAdjust AsyncServerSocket to not use getsockname before...
2015-11-20 Haijun Zhuget back AsyncServerSocket's setMaxNumMessagesInQueue
2015-11-05 Haijun Zhucodemod setMaxNumMessagesInQueue to setMaxNumPendingCon...
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-13 Mohammad HusainGetter to know if the socket is accepting new connections
2015-08-12 Yedidya FeldblumCodeMod apache::thrift::transport::TSocketAddress to...
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-03-25 Dave WatsonUdp Acceptor
2015-03-18 Praveen KumarAsyncServerSocket disallow copy, move, and default...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-18 Cameron PickettAdd specific multi-bind to AsyncServerSocket
2014-12-11 Dave WatsonAdd REUSEPORT option to AsyncServerSocket
2014-10-29 Dave Watsonmove asyncserversocket to folly