Adds writer test case for RCU
[folly.git] / folly / io /
2018-01-17 Adam Simpkinsfix some bugs in AsyncSSLSocketTest
2018-01-17 Stepan PalamarchukAdd DCHECKs for checking that underlying IOBuf wasn...
2018-01-17 Dave WatsonLoop Time
2018-01-17 Stepan PalamarchukProperly handle appending to the tail of the chain
2018-01-17 Yedidya FeldblumRevert D6725091: [Folly] Use thread-local in RequestCon...
2018-01-16 Yedidya FeldblumUse thread-local in RequestContext::getStaticContext
2018-01-16 Stepan PalamarchukTrack absolute position of the cursor
2018-01-16 Stepan PalamarchukImprove fast path of Cursor
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-11 Dave WatsonRelax stop_ memory order
2018-01-09 Dan MelnicReturn if we handle any error messages to avoid unneces...
2018-01-08 Eric Nieblergive all folly exception types default visibility
2018-01-06 Eric Nieblergive EventBase a non-explicit default constructor
2018-01-05 Yedidya FeldblumMove folly/RWSpinLock.h to folly/synchronization/
2018-01-05 Yedidya FeldblumMove folly/BitIterator.h to folly/container/
2017-12-15 Dan MelnicFix zerocopy AsyncSocket memory leaks
2017-12-14 Kyle NekritzMove security protocol and application protocol APIs...
2017-12-14 Yedidya FeldblumFix AsyncSocketTest.WriteErrorCallbackBytesWritten
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-12-13 Christopher DykesExplicitly refer to the std::chrono namespace to avoid...
2017-12-13 RcRoncotypo in io/Cursor.h
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-12 Neel GoyalFix case where ssl cert does not match key
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-12-07 Stepan PalamarchukFix DCHECKs in IOBufQueue
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-06 Liang Zhuexclude Unix Domain Socket from enableTTLBANotifications
2017-12-05 Pingjia ShanFix RequestContext held too long issue in EventBase
2017-12-05 Liang Zhuexclude Unix Domain Socket from setErrMessageCB
2017-12-04 Stepan PalamarchukImprove QueueAppender/IOBufQueue performance
2017-11-29 Sarang MastiFix incorrect usages of folly::Synchronized
2017-11-28 Pingjia ShanReset context shared_ptr in AsyncTimeout::cancelTimeout()
2017-11-27 Xiangyu BuRevise API to load cert/key in SSLContext.
2017-11-22 Fuat GeleriEnable EventBase switching for AsyncSocket even if...
2017-11-19 Pingjia Shanget rid of redundant calls to RequestContext::saveContext()
2017-11-17 Pingjia ShanRemove unnecessary white line
2017-11-16 Jody HoExpose the time remaining in HHWheelTimer::Callback
2017-11-16 Subodh IyengarAdd unit test for timeout=0
2017-11-10 Pádraig Bradyfolly: avoid compile warning/failure due to lvalue...
2017-11-09 Dan MelnicRemove the zerocopy write threshold support, add suppor...
2017-11-03 Dan MelnicExpose the zerocopy buf ID, change the AsyncSocket...
2017-11-02 Dan MelnicChange kDefaultZeroCopyThreshold to 0 to avoid a regres...
2017-11-01 Alisson Gusatti... Fix OSS's "make check"
2017-10-31 Teng QinImprove folly::RequestContext onSet and onUnset efficiency
2017-10-31 Teng QinImprove folly::RequestContext::get()
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
2017-10-28 Scott MichelsonLOG_EVERY_N instead of every time
2017-10-26 Christopher DykesFix build with Windows SDK v10.0.16232
2017-10-26 Dan MelnicDisable zerocopy if we're notified about deferred copie...
2017-10-25 Luca Niccolinirework reads/writes
2017-10-25 Yedidya FeldblumSimplify IsUniquePtrToSL in IOBuf.h
2017-10-24 Christopher DykesPrefer bool literals rather than integers in boolean...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize uses of std::make_shared
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-21 James Sedgwickmove io/Compression and io/compression/* to compression/
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-10-19 James Sedgwickmove CallOnce to synchronization/
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-19 Richard FillmanMove small fields to avoid padding in AsyncSocket.h...
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-10-17 Dan MelnicDo not set WriteFlags::WRITE_MSG_ZEROCOPY if the buffer...
2017-10-17 Yedidya FeldblumRefactor ShutdownSocketSet atomic state machine
2017-10-13 Vitaly BerovReplace ShutdownSocketSet to singleton
2017-10-13 Lucian Grijincufolly: AsyncSocketException: move implementation to...
2017-10-09 Dan MelnicAdd SO_ZEROCOPY support v2017.10.09.00
2017-10-07 Yedidya FeldblumLet EventBase::runInEventBaseThreadAndWait consume...
2017-10-06 Yedidya FeldblumUse fewer keep-alives in VirtualEventBase::keepAliveRelease
2017-10-05 Yedidya FeldblumMake keepAliveRelease consistent between EventBase...
2017-10-04 Yedidya FeldblumMove keepalive-acquire code into Executor::keepAliveAcq...
2017-10-04 Yedidya FeldblumLet keep-alive tokens from VirtualEventBase be destroye...
2017-10-03 Yedidya FeldblumLet keep-alive tokens be destroyed from any thread
2017-09-29 Igor Sugakdelete deprecated SSLContext::setSSLLockTypes
2017-09-27 Kyle NekritzAdd AsyncSocketExceptionType for early data rejection.
2017-09-21 Kyle NekritzUse unique_ptr rather than shared_ptr in MockReadCallback.
2017-09-15 Stella LauAllow getAutoUncompressionCodec() to have 1 terminal...
2017-09-13 Christopher DykesFix build without zlib compression enabled
2017-09-13 Jon Maltiel SwensonBacked out changeset ea9041ce2280
2017-09-12 Jon Maltiel SwensonMake RequestContext provider overridable in order to...
2017-09-11 Anirudh RamachandranMove SSL_CTX sessionContext initialization into main...
2017-09-10 Giuseppe OttavianoFix typo in async/README.md
2017-09-05 Stella LauCompress empty strings with underlying compressor
2017-09-01 Kyle NekritzDeflake some AsyncSSLSocket tests.
2017-08-30 Xiao Shirm old comment on HHWheelTimer::UniquePtr
2017-08-25 Stella LauEnforce forward progress with StreamCodec
2017-08-24 Stella LauAdd LZMA streaming interface
2017-08-22 Mingtao YangExplicitly initialize AsyncSocket in MockAsyncSSLSocket
2017-08-22 Stella LauAdd zlib-specific codec initialization
2017-08-19 Xiangyu BuRecommended cipher list for server side. v2017.08.21.00
2017-08-18 Xiangyu BuLet SSLContext::setCipherList accept generic container...
2017-08-18 David LamRemove outdated comments referencing removed TAsyncSSLS...
2017-08-17 Mingtao YangAdd getSSLContext() to AsyncSSLSocket
2017-08-17 Neel GoyalChange AsyncSSLSocket getSecurityProtocol to handle...
2017-08-14 Xiangyu BuAsyncSSLSocket::get/setClientCertValidationResult API.
2017-08-04 Xiangyu BuTest server-side getPeerCert().
next