Fix copyright lines
[folly.git] / folly / io / async / AsyncUDPSocket.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-08-01 Neel GoyalChange AsyncUDP's readCallback to be protected.
2017-07-31 Yang ChiMake sendmsg in AsyncUDPSocket overridable
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-21 Giuseppe OttavianoPrint expected/actual thread names when running EventBa...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-04 Amir ShalemFix potential double close() on exception v2016.12.05.00
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
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