make `usingJEMalloc()` a constexpr when USE_JEMALLOC is defined
[folly.git] / folly / io /
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().
2017-08-04 Xiangyu BuClang-format AsyncSSLSocketTest.cpp.
2017-08-03 Adam NortonReduce Code Duplication In NotificationQueue With Unive...
2017-08-01 Neel GoyalAdd TLS 1.2+ version for contexts
2017-08-01 Neel GoyalChange AsyncUDP's readCallback to be protected.
2017-07-31 Yang ChiMake sendmsg in AsyncUDPSocket overridable
2017-07-31 Yedidya FeldblumNo need for strncpy in passwordCallback
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-30 Yedidya FeldblumMark two implicit ctors as explicit
2017-07-26 Xiangyu BuKill folly::SSLContext::switchCiphersIfTLS11.
2017-07-26 Neel GoyalAdd getEventBase() to AsyncUDPSocket
2017-07-25 Mingtao YangMove OpenSSL locking code out of SSLContext
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-18 Xiangyu BuFunctions to set common ciphers and sig algs for SSLCon...
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-14 Xiangyu BuBreak long lines in SSLContext.
2017-07-13 Christopher DykesFix the build of the socket tests on Windows
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-11 Giuseppe OttavianoUse Baton (again) in EventBase::runInEventBaseThreadAndWait
2017-07-11 Xiangyu BuUpdate providedCiphersStr_ in one place.
2017-07-08 Alan FrindellOption to set thread name for EventBaseThread
2017-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-06-27 Adam Simpkinsallow AsyncSignalHandler to attach and detach from...
2017-06-27 Adam Simpkinsmake io::Cursor::push() safe to call with an empty...
2017-06-23 Kyle NekritzMove address caching logic from AsyncSSLSocket to Async...
2017-06-22 Aaron BalsaraAsyncSSLSocket connect without SSL
2017-06-21 Giuseppe OttavianoPrint expected/actual thread names when running EventBa...
2017-06-21 Petr LapukhovHave reserved sockopt to disable TSOCKS
next