Add TLS 1.2+ version for contexts
[folly.git] / folly / io / async /
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
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-11 Christopher DykesTreat OpenSSL as a non-portable include
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-04-08 Christopher DykesFix include ordering for OpenSSLPtrTypes.h
2017-04-06 Alan FrindellGet rid of try/catch in messageAvailable, which is...
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-04-04 Maxim GeorgievMake some AsyncTest methods virtual to allow mocking...
2017-04-04 Anirudh RamachandranOpenSSL 1.1.0 compatibility
2017-03-28 Maged MichaelChange trylock() to try_lock() in folly::SpinLock to...
2017-03-24 Nick TerrellAvoid passing temporary to get_ref_default()
2017-03-23 Maxim GeorgievRandomize the Unix socket name in AsyncSocketTest.SendM...
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-22 Christopher DykesUse the gflags portability header
2017-03-21 Maxim GeorgievIn AsyncSocketTest.SendMessageFlags test use folly...
2017-03-18 Victor ZverovichMake EventBaseLocal::getOrCreate work with noncopyable...
2017-03-16 Michael SteinertAdd support for OpenSSL 1.0
2017-03-16 JiaJie YeAdd getPeerAddress/getLocalAddress folly::SocketAddress...
2017-03-11 Andrii GrynenkoMake EventBaseLoopController only support VirtualEventBase v2017.03.13.00
2017-03-10 Kyle NekritzFix use after move in AsyncSSLSocket constructor.
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
2017-03-10 Andrii GrynenkoRemove runInLoop
2017-03-09 Kyle NekritzReplace MSG_PEEK with a pre-received data interface.
2017-03-08 Andrii GrynenkoFixes to always call Singleton's registrationComplete...
2017-03-08 Jon Maltiel Swensonstd::make_unique -> folly::make_unique for older platforms
2017-03-08 Andrii GrynenkoDefault VirtualEventBase
2017-03-07 Alexander BlomDial EventBase loop time logging up to 11
2017-03-07 Anirudh RamachandranAdd a few more methods to OpenSSLCertUtils
2017-03-05 Subodh IyengarAdd getTotalConnectTimeout method
2017-03-04 Marc CelaniRemove a RequestContext deadlock
2017-03-02 Subodh IyengarAdd a method to AsyncSSLSocket to supply connect timeouts
2017-02-27 Kyle NekritzMove some tests out of FOLLY_ALLOW_TFO ifdef.
2017-02-27 Christopher DykesUse cstdint instead of inttypes.h
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-02-16 Christopher DykesUse std::this_thread::yield rather than sched_yield
2017-02-15 Anton LikhtarovFix undefined behaviour
2017-02-14 Maxim GeorgievTimestamping callback interface in folly::AsyncSocket
2017-02-09 Andrii GrynenkoAdd keepAlive() mechanism
2017-02-04 Andrey IgnatovExpose testing callbacks from AsyncSocketTest2.
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-28 Jason RahmanRFC: Include timeout duration in exception message
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-25 Daniel SommermannAdd ability to set custom SSLContext on TestSSLServer
2017-01-25 Daniel SommermannSplit out SSL test server for reuse
2017-01-25 Petr LapukhovAdd disableTransparentTls call
next