folly: avoid compile warning/failure due to lvalue-to-rvalue conversion
[folly.git] / folly / io / async / AsyncServerSocket.h
2017-10-13 Vitaly BerovReplace ShutdownSocketSet to singleton
2017-10-09 Dan MelnicAdd SO_ZEROCOPY support v2017.10.09.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-06-21 Giuseppe OttavianoPrint expected/actual thread names when running EventBa...
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-01-25 Petr LapukhovAdd disableTransparentTls call
2017-01-04 Yedidya Feldblum2017
2016-08-16 Yedidya FeldblumScopedBoundPort
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