Fix some warnings in folly
[folly.git] / folly / io / async / AsyncServerSocket.cpp
2015-07-25 mwilliamsFix some warnings in folly
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-10 Praveen KumarFix libc++ use
2015-06-03 Mark McDuffAsyncServerSocket: more tries for binding to a port
2015-03-18 Praveen KumarBackoffTimeout disallow copy, move, default ctor
2015-03-18 Praveen KumarWe might avoid some temporaries
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Philip Proninfix AsyncServerSocket::bind issue
2015-02-02 Mark McDufffix memory leak in AsyncServerSocket
2015-02-02 Mark McDuffmake AsyncServerSocket bind to same port on ipv4 and...
2015-01-13 Sergey Doroshenkofolly: AsyncServerSocket::getAddress: prefer IPv6
2015-01-07 Bob Haarmansome fixes for clang-3.5 compatibility
2014-12-29 Tao ChenRevert "folly: AsyncServerSocket::getAddress: prefer...
2014-12-29 Lucian Grijincufolly: AsyncServerSocket::getAddress: prefer IPv6
2014-12-18 Cameron PickettAdd specific multi-bind to AsyncServerSocket
2014-12-11 Dave WatsonAdd REUSEPORT option to AsyncServerSocket
2014-11-19 Dave WatsonFix format bug
2014-10-29 Dave Watsonmove asyncserversocket to folly