Add AsyncSocketExceptionType for early data rejection.
[folly.git] / folly / io /
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
2017-06-19 Alan FrindellMake DestructorCheck::Safety no-copy, no-move v2017.06.19.00
2017-06-15 Neel GoyalFix a memory leak in 1.1.0 related to initial_ctx
2017-06-13 Nick TerrellAdd fuzz testing
2017-06-13 Nick TerrellFix decompression of truncated data
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-06-09 Christopher DykesFix OpenSSLUtils to not include headers the wrong way
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-06-07 Nick TerrellAdd zlib/gzip streaming support
2017-06-07 Anirudh RamachandranAdd a version of async_test using openssl 1.1.0
2017-06-06 Adam Simpkinsadditional minor cleanup to the TimeUtil code
2017-06-06 Adam Simpkinsupdate TimeUtil to use getOSThreadID()
2017-06-06 Adam Simpkinsfix timeWaiting computation in TimeUtil
2017-05-28 Maxim GeorgievMoving DestructorCheck from proxygen library to folly.
2017-05-24 Nick TerrellAdd zstd streaming interface
2017-05-24 Nick TerrellAdd streaming API
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-23 Yedidya FeldblumFix some old license headers
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-22 Christopher DykesShift the job of defining NOMINMAX into source rather...
2017-05-22 Kyle NekritzAdd LOCK_SHAREDMUTEX SSLLockType.
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-15 Maxim GeorgievIn AsyncSocket::handleErrMessages() inside the loop...
2017-05-12 James Sedgwickinclude folly/portability/OpenSSL.h instead of openssl/*.h
2017-05-11 Nick TerrellSwitch uncompressedLength to an Optional<uint64_t>
2017-05-11 Victor ZverovichFix a race on destruction of ScopedEventBaseThread
2017-05-11 Kevin ChenAdd writable() to AsyncTransport
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-08 Anirudh RamachandranMove OpenSSLPtrTypes.h from folly/io/async/ssl to folly/ssl
2017-05-04 Christopher DykesSupport naming a ScopedEventBaseThread
2017-05-01 Anirudh RamachandranMore OpenSSL 1.1.0 compatibility fixes
2017-04-27 Otto EbelingDon't return a nullptr from IOBufQueue::split(0)
2017-04-25 Neel GoyalGuard SSLContext lock checks with init mutex and add...
2017-04-25 Andrii GrynenkoRemove thread-safety comment from EventBaseLocal
2017-04-22 Neel GoyalIgnore setSSLLockTypes() calls after SSLContext is... v2017.04.24.00
2017-04-20 Andrii GrynenkoEventBaseLocal cleanup
2017-04-17 Maxim GeorgievAllow error message callback cancellation regardless...
2017-04-14 Christopher DykesUse folly::getCurrentThreadId() in SSLContext
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-13 Neel GoyalAdd method to check if SSL Lock is disabled
2017-04-13 Nick TerrellAdd bzip2 support
2017-04-12 Nick TerrellFix zlib + lzma memory usage inefficiency
next