Use folly::Expected to implement folly::tryTo, a non-throwing variant of folly::to
[folly.git] / folly / io /
2016-08-16 Christopher DykesUse a base hook rather than a member hook for EventBase...
2016-08-16 Christopher DykesDisable SSL socket cache tests if cache isn't available
2016-08-16 Kyle NekritzFix extension length counter in client hello parsing.
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-12 Sven Overfix folly::NotificationQueue for move-only value types
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-11 Christopher DykesAdjust the AsyncSocket TestServer to work with Winsock
2016-08-10 Dave WatsonFix scheduling bug
2016-08-10 Christopher DykesDon't attempt to call getsockname before binding an...
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-09 Subodh IyengarAdd MSG_NOSIGNAL to AsyncSSLSocket
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 Melanie SubbiahCreate trace points for thread events
2016-08-04 Christopher DykesFix a pair of non-ascii quotes that made their way...
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-03 Gustavo Serra ScaletFix compiler warnings
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-08-01 David Wilemskifix HHWheelTimer comment typo v2016.08.01.00
2016-07-29 Dave WatsonMore tests
2016-07-29 Anirudh RamachandranAdd a const getter for X509 used in handshake (server... v2016.07.29.00
2016-07-29 Dave Watsonfix hhwheeltimertest
2016-07-26 Yang ChiA BufferCallback was created but never deleted in Async...
2016-07-26 Yang ChiNo need to go through the list when you just want the...
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 Melanie SubbiahRequestContext changes to facilitate thread tracing
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-20 Mingtian YinRecord whether cached certificate was used
2016-07-16 Wez Furlongfolly: fixup CompressionTest compilation on macos
2016-07-14 Saurabh SinghAdding std::unique_ptr definition for the ASN1_TIME...
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-06 Anirudh RamachandranCleanup of how we use BIO/BIO_METHODs
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-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-06-16 Blake LawsonAdded limited list of supported ciphers
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-11 Alexey SpiridonovDCHECK on reentrant invocations of loop()
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-06-04 Christopher DykesDeal with a couple of warnings from MSVC
2016-06-03 Subodh IyengarAlways override write bio method
2016-06-01 Subodh IyengarMethods to change cipher suite list
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 <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/PThread.h> where needed
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-05-13 Subodh IyengarFix extra bytes in err message
2016-05-11 Subodh Iyengarwangle support for TFO
2016-05-11 Christopher DykesAdd a compatibility shim for working with libevent...
2016-05-11 Subodh IyengarMake error size more explicit
2016-05-10 Neel GoyalAdd NETWORK_ERROR to switch statement
2016-05-10 Kyle NekritzAdd additional ALPN mismatch tests.
2016-05-10 Faidon LiambotisFix a few typos all over the code
2016-05-09 Jim Meyeringfolly test: fix typo in RandomDataHolder::RandomDataHolder
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-04 Andrii Grynenkofolly::Future integration with Python
2016-05-04 Pavlo KushnirOptimize copy/move
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-05-02 Anirudh RamachandranSimplify CryptoSSLRequestManager using unified futures API
2016-04-28 Subodh IyengarBetter exception types to SSLexception
2016-04-28 Subodh IyengarStop abusing errno
2016-04-28 Subodh IyengarStrict validation for certs
2016-04-28 Pavlo KushnirFaster onDestroy
2016-04-27 Subodh IyengarRemove dead code in AsyncSSLSocket
2016-04-27 Pavlo KushnirCheaper bumpHandlingTime
next