Move address caching logic from AsyncSSLSocket to AsyncSocket.
[folly.git] / folly / io / async / test /
2017-06-22 Aaron BalsaraAsyncSSLSocket connect without SSL
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
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-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-11 Kevin ChenAdd writable() to AsyncTransport
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
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-22 Neel GoyalIgnore setSSLLockTypes() calls after SSLContext is... v2017.04.24.00
2017-04-20 Andrii GrynenkoEventBaseLocal cleanup
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-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-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-10 Kyle NekritzFix use after move in AsyncSSLSocket constructor.
2017-03-10 Maxim GeorgievImplementing a callback interface for folly::AsyncSocke...
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-05 Subodh IyengarAdd getTotalConnectTimeout method
2017-03-04 Marc CelaniRemove a RequestContext deadlock
2017-02-27 Kyle NekritzMove some tests out of FOLLY_ALLOW_TFO ifdef.
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-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-24 Mathieu Baudetfolly: remove unused includes
2017-01-20 Maxim GeorgievEnable EOR flag configuration for folly::AsyncSocket.
2017-01-18 Maxim GeorgievAdding 'compound assignment union operator' for folly...
2017-01-09 Kyle NekritzAdd pre received data API to AsyncSSLSocket.
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::setMaxLatency
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::setLoadAvgMsec
2017-01-04 Yedidya Feldblum2017
2017-01-02 Zonr ChangAdd FOLLY_OPENSSL_HAS_ALPN and FOLLY_OPENSSL_HAS_SNI.
2016-12-31 Petr LapukhovAdd more MSG_OOB tests for EventHandler
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-23 Christopher DykesUse std::chrono for timeouts to sslAccept and sslConn...
2016-12-19 Jim Meyeringfolly/io/async/test/EventBaseTest.cpp: doubly-nested...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-17 Yedidya FeldblumLet ScopedEventBaseThread destruct the EventBase in...
2016-12-17 Yedidya FeldblumSplit EventBaseThread from ScopedEventBaseThread
2016-12-16 Yedidya FeldblumAlways use an EventBaseManager with ScopedEventBaseThread
2016-12-15 Yedidya FeldblumCheck the baton waits in the ScopedEventBaseThread...
2016-12-13 Michael LeeFind and remove unused headers
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-12-07 Nathan Bronsonincrease writeLen for tests that want to trigger buffering
2016-12-06 Michael LeeRemove unecessary iostream include
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-23 Christopher DykesSuppress some aborts in debug mode when using already...
2016-11-18 Christopher DykesMark a couple more local constexpr values as static
2016-11-16 Christopher DykesQualify a field name in NotificationQueueTest
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
2016-11-12 Marcin Pawlowskitry to improve folly/io/async/test:async_test - AsyncSo...
2016-11-09 Christopher DykesUse ASSERT_EQ rather than CHECK_EQ in the socket tests
2016-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-09-20 Andrey IgnatovRemove boost::barrier from AsyncUDPSocketTest.
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesUse the GMock portability header
2016-08-30 Zonr ChangFix joining threads twice when exiting EventBaseTest...
2016-08-29 Yedidya FeldblumUse Synchronized in RequestContext
2016-08-24 Christopher DykesAllow building the NotificationQueue tests without...
2016-08-19 Aravind Anbuduraifix flaky EventHandlerTest
2016-08-18 Aravind AnbuduraiSupport for EPOLLPRI
2016-08-18 Dave Watsonremove constant tick
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-16 Christopher DykesDisable SSL socket cache tests if cache isn't available
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-11 Christopher DykesAdjust the AsyncSocket TestServer to work with Winsock
2016-08-10 Dave WatsonFix scheduling bug
2016-08-10 Christopher DykesWait for all threads to finish executing before leaving...
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
next