Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / io / async / AsyncUDPSocket.cpp
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-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-08-14 Naizhi LiAllow AysncUDPSocket to work without SO_REUSEADDR flag
2015-08-13 Peter GriessSet IPV6_V6ONLY in folly::AsyncUDPServerSocket
2015-04-02 Naizhi LiAdd support for writev for AsyncUDPSocket
2015-03-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Dave WatsonUse folly's async udp socket
2014-12-18 Dave WatsonAsyncUDPSocket