Fix TFO refused case
[folly.git] / folly / io / async / test / AsyncSocketTest2.cpp
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-23 Christopher DykesSuppress some aborts in debug mode when using already...
2016-11-12 Marcin Pawlowskitry to improve folly/io/async/test:async_test - AsyncSo...
2016-11-09 Christopher DykesUse ASSERT_EQ rather than CHECK_EQ in the socket tests
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesUse the GMock portability header
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
2016-08-09 Subodh IyengarRemove getTFOSucceeded
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-08-01 Christopher DykesSwitch some assertions to std::thread rather than pthread
2016-07-26 Yang ChiA BufferCallback was created but never deleted in Async...
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-05-31 Subodh IyengarAdd support for TFO connections
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-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-06 Haijun ZhuBind to a random file in unix domain socket test
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
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-10-27 Jun LiExpose pending messages in queue stats in AsyncServerSocket
2015-10-26 Mohammad HusainRename two callback function names of ConnectionEventCa...
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Sarang MastiCheck readCallback before calling handleRead
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly