fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / io / async / test /
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher DykesDon't do #if in the middle of a parameter to a preproce...
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
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-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-05-10 Kyle NekritzAdd additional ALPN mismatch tests.
2016-05-10 Faidon LiambotisFix a few typos all over the code
2016-05-06 Haijun ZhuBind to a random file in unix domain socket test
2016-05-05 Andrii GrynenkoImplement LoopKeepAlive for EventBase
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-05-02 Michael LeeUse portability for SYS_gettid
2016-05-02 Neel GoyalSet the appropriate AsyncSocketExceptionType from SSLEx...
2016-04-28 Subodh IyengarBetter exception types to SSLexception
2016-04-28 Subodh IyengarStop abusing errno
2016-04-28 Pavlo KushnirFaster onDestroy
2016-04-27 Pavlo KushnirCheaper bumpHandlingTime
2016-04-25 Andrew CoxUndelayedDestruction virtual=>override
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-03-09 Kyle NekritzAdd replay safety connector/handler to delay transactio...
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
2016-03-04 Kyle NekritzAdd replay safety method and callback to AsyncTransport.
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-02-23 Beny LuoAsyncSocketException: add detailed information in error...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
2016-02-03 Peter GriessAdd MockTimeoutManager
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Igor Sugakfolly: use -Wheader-hygiene with clang
2016-01-25 Michael BejdaThread-safe RequestContext putIfAbsent operation
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-15 Aaron BalsaraAllow SSLContext to read certificates and keys from...
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-12-09 Alan FrindellAdd support for ALPN
2015-12-06 Kyle NekritzMake getWrappedTransport/getUnderlyingTransport const.
2015-11-25 Mark IsaacsonMake folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP...
2015-11-23 Haijun ZhuFix HHWheelTimerTest.AtMostEveryN
2015-11-18 Kyle NekritzAdd getUnderlyingTransport to AsyncTransportWrapper.
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-21 Petr LapukhovAdd support for in-place creation of NotificationQueue...
2015-10-16 Mohammad HusainAdd connection event callback to AsyncServerSocket
2015-10-15 Subodh IyengarAdd handshake and connect times
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-30 Ranjeeth Dasineniadd callback to specify a client next protocol filter
2015-09-29 Andre PintoOpen source AsyncPipe
2015-09-29 Yedidya FeldblumCodeMod apache::thrift::async::TEventBase to folly...
2015-09-21 Subodh IyengarFix potential delete behavior of guard
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-08-24 Peter GriessCreate MockAsyncUDPSocket
2015-08-23 Yedidya FeldblumRename fixup from TDelayedDestruction to DelayedDestruc...
2015-08-23 Yedidya FeldblumRename fixup from TNotificationQueue to NotificationQueue.
2015-08-18 Subodh IyengarRefactor HandshakeHelper and add a peeking handshake...
2015-08-17 Yedidya FeldblumExtract folly/io/async/test/RequestContextTest.cpp...
2015-08-05 Yedidya FeldblumScopedEventBaseThread should support an EventBaseManage...
2015-08-02 Yedidya FeldblumFix ASAN failure in folly/io/async/test/NotificationQue...
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
2015-07-27 Sophia Wangfix clang ASAN error in DelayedDestructionBaseTest
2015-07-15 Sophia WangMake DestructorGuard inherit from a base
2015-07-15 Yedidya FeldblumFix Build: folly/io/async/test/ScopedEventBasedThreadTe...
2015-07-09 Subodh IyengarAdd mocks for isBufferMovable
2015-07-02 Yedidya FeldblumLift thrift/lib/cpp/test/TNotificationQueueTest.
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-16 Sarang MastiFix leaks in tests
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-12 Praveen KumarNeedless temporary gone
2015-06-09 Dave WatsonAsyncSSLSocket StartTLS
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-10 Dave WatsonAsyncUDPServerSocket passes socket in callback
2015-04-02 Alan FrindellAdd socket mocks
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-03-03 Subodh IyengarAdd test for running after terminate
next