Make DestructorCheck::Safety no-copy, no-move
[folly.git] / folly / io / async / AsyncServerSocket.cpp
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-01-25 Petr LapukhovAdd disableTransparentTls call
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-11-22 Christopher DykesCorrectly bind to the wildcard address in AsyncServerSo...
2016-11-16 Christopher DykesHint that the port is numeric when binding an AsyncServ...
2016-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-10 Christopher DykesDon't attempt to call getsockname before binding an...
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-11 Subodh Iyengarwangle support for TFO
2016-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-29 Orvid KingAdjust AsyncServerSocket to not use getsockname before...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-12-30 Giuseppe OttavianoClose AsyncServerSocket sockets in reverse order
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
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