Fix copyright lines
[folly.git] / folly / io / async / test / AsyncSocketTest.h
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-12-14 Yedidya FeldblumFix AsyncSocketTest.WriteErrorCallbackBytesWritten
2017-10-23 Christopher DykesModernize uses of std::make_shared
2017-07-13 Christopher DykesFix the build of the socket tests on Windows
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-15 Maxim GeorgievIn AsyncSocket::handleErrMessages() inside the loop...
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-02-14 Maxim GeorgievTimestamping callback interface in folly::AsyncSocket
2017-01-04 Yedidya Feldblum2017
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-08-11 Christopher DykesAdjust the AsyncSocket TestServer to work with Winsock
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: use -Wheader-hygiene with clang
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-11-11 Yang ChiAdd a buffer callback to AsyncSocket
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...