folly: avoid compile warning/failure due to lvalue-to-rvalue conversion
[folly.git] / folly / io / async /
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-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-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-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
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 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-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-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-01 Kyle NekritzDeflake some AsyncSSLSocket tests.
2017-08-30 Xiao Shirm old comment on HHWheelTimer::UniquePtr
2017-08-22 Mingtao YangExplicitly initialize AsyncSocket in MockAsyncSSLSocket
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-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-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-06-27 Adam Simpkinsallow AsyncSignalHandler to attach and detach from...
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-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 DykesRefer to nullptr not NULL
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 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-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 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
next