Use std::thread rather than pthreads in AtomicHashMapTest
[folly.git] / folly / io /
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
2016-04-27 Jon Maltiel SwensonOptimize away IOBuf clones on hot path
2016-04-26 Mirek KlimosAPI to set folly::RequestContext for current scope...
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-25 Stepan PalamarchukRemove unnecessary construction of IOBuf in Cursor
2016-04-25 Andrew CoxUndelayedDestruction virtual=>override
2016-04-22 Tobias RitzauUpdates the internal representation of signals in Notif...
2016-04-20 Mirek KlimosReverted commit D3156698
2016-04-18 Mirek KlimosAPI to set folly::RequestContext for current scope
2016-04-18 Brian WalkerNotificationQueue Logging for Android bug
2016-04-16 Sven Overremove MoveWrapper from io/async/AsyncUDPServerSocket.h
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-04-10 Yedidya FeldblumSome cleanups to folly::EventBase after converting...
2016-04-07 Yedidya FeldblumUse folly::Function in folly::EventBase
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-31 Kyle NekritzLog SSL alerts received on the server.
2016-03-31 Neel Goyalinclude glog for CHECK_EQ
next