folly: avoid compile warning/failure due to lvalue-to-rvalue conversion
[folly.git] / folly / io / async / test /
2016-12-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-12-07 Nathan Bronsonincrease writeLen for tests that want to trigger buffering
2016-12-06 Michael LeeRemove unecessary iostream include
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-23 Christopher DykesSuppress some aborts in debug mode when using already...
2016-11-18 Christopher DykesMark a couple more local constexpr values as static
2016-11-16 Christopher DykesQualify a field name in NotificationQueueTest
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
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-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-09-20 Andrey IgnatovRemove boost::barrier from AsyncUDPSocketTest.
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-30 Zonr ChangFix joining threads twice when exiting EventBaseTest...
2016-08-29 Yedidya FeldblumUse Synchronized in RequestContext
2016-08-24 Christopher DykesAllow building the NotificationQueue tests without...
2016-08-19 Aravind Anbuduraifix flaky EventHandlerTest
2016-08-18 Aravind AnbuduraiSupport for EPOLLPRI
2016-08-18 Dave Watsonremove constant tick
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-16 Christopher DykesDisable SSL socket cache tests if cache isn't available
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-11 Christopher DykesAdjust the AsyncSocket TestServer to work with Winsock
2016-08-10 Dave WatsonFix scheduling bug
2016-08-10 Christopher DykesWait for all threads to finish executing before leaving...
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-05 Dave WatsonUpper level tests
2016-08-05 Dave Watsonremove catchupEveryN
2016-08-04 Christopher DykesDon't try to ignore the SIGPIPE signal if it isn't...
2016-08-04 Mirek KlimosRequestContext::create should call onUnset callback
2016-08-04 Christopher DykesSupport TimeUtil under MSVC
2016-08-03 Mirek KlimosUnset RequestContext properly in EventBase::runLoopCall...
2016-08-03 Yuri Putivskyfolly AsyncPipeReader supports IOBuf
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-08-01 Christopher DykesSwitch some assertions to std::thread rather than pthread
2016-07-29 Dave WatsonMore tests
2016-07-29 Dave Watsonfix hhwheeltimertest
2016-07-26 Yang ChiA BufferCallback was created but never deleted in Async...
2016-07-26 Neel GoyalRefactor socket peeker
2016-07-26 Misha ShneersonFix gcpu regression associated with 1ms tick in HHWheel...
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-22 Christopher DykesUse decltype to get the type of a non-static local
2016-07-21 Christopher DykesMark a couple of local constants as static constexpr
2016-07-13 Kyle NekritzMove DecoratedAsyncTransportWrapper and WriteChainAsync...
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
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
next