Revert D4618623: Give observer manager threads a name
[folly.git] / folly / io /
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 Kyle NekritzDon't call memcpy with empty buffer in IOBuf::copyBuffer().
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
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-24 Ryan WilsonAdd needsPeerVerification function to check if peer...
2017-01-20 Kyle NekritzClear OpenSSL error stack after loading certificate...
2017-01-20 Luca NiccoliniRevert D4389970: add an option to clear error before...
2017-01-20 Maxim GeorgievEnable EOR flag configuration for folly::AsyncSocket.
2017-01-18 Maxim GeorgievAdding 'compound assignment union operator' for folly...
2017-01-18 Eric NieblerAdd a missing #include. Remove an unnecessary #include.
2017-01-16 Christopher DykesDrop unneeded Pthread include
2017-01-16 Christopher DykesDon't use Pthread in EventBase
2017-01-13 Marcus Holland-MoritzProtect memcpy calls against undefined behaviour
2017-01-13 Dave WatsonAdd AsyncSSLSocket option to turn off transparent tls
2017-01-11 Subodh Iyengaradd an option to clear error before calling ssl methods
2017-01-09 Christopher DykesUse 2 second loop smoothing period rather than 20 seconds
2017-01-09 Kyle NekritzAdd pre received data API to AsyncSSLSocket.
2017-01-09 Kyle NekritzSet custom ssl bio read method.
2017-01-08 Igor Sugakremove always true if-predicate (gcc-5 -Wlogical-op)
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::loopBody
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::setMaxLatency
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::setLoadAvgMsec
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::SmoothLoopTime
2017-01-04 Yedidya Feldblum2017
2017-01-03 Christopher DykesKill a dead constant in EventBase
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-20 Eric Niebleruse folly::FunctionRef for EventBase::run(ImmediatelyOr...
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-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-15 Yedidya FeldblumCheck the baton waits in the ScopedEventBaseThread...
2016-12-15 Andrii GrynenkoRequire runBeforeLoop callbacks to be canceled prior...
2016-12-15 Andrii GrynenkoMake FunctionLoopCallback available outside of EventBas...
2016-12-13 Michael LeeFind and remove unused headers
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-12-10 Christopher DykesEnable -Wunreachable-code-break v2016.12.12.00
2016-12-10 Kyle NekritzLog supported versions extension in AsyncSSLSocket.
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-12-07 Christopher DykesFix some implicit truncations in the interaction with...
2016-12-07 Nathan Bronsonincrease writeLen for tests that want to trigger buffering
2016-12-06 Michael LeeRemove unecessary iostream include
2016-12-04 Amir ShalemFix potential double close() on exception v2016.12.05.00
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-12-02 Scott Michelsonsupport getting timer from eventbase
2016-12-01 Subodh IyengarFix assertion in unit test
2016-12-01 Andrii GrynenkoUse singleton EventBasePool in ServiceRouter
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-11-30 Teng QinAdd optional Tracepoint for RequestContext switch
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-11-29 Nick TerrellSupport old LZ4 versions
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-23 Christopher DykesSuppress some aborts in debug mode when using already...
2016-11-22 Christopher DykesCorrectly bind to the wildcard address in AsyncServerSo...
2016-11-18 Christopher DykesMark a couple more local constexpr values as static
2016-11-17 Nick TerrellReplace deprecated LZ4 functions
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-16 Christopher DykesHint that the port is numeric when binding an AsyncServ...
2016-11-16 Christopher DykesQualify a field name in NotificationQueueTest
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
2016-11-15 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-14 Alejandro PeláezRevert D4164236: [EventBase] Move runAfterDelay/tryRunA... v2016.11.14.00
2016-11-13 Subodh IyengarAdd ecdsa smart ptr
2016-11-12 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-12 Marcin Pawlowskitry to improve folly/io/async/test:async_test - AsyncSo...
2016-11-12 Mirek KlimosRevert DLOG_INFO warnings about RequestContext being...
2016-11-11 Mirek KlimosAdd warnings when overriding RequestContext
2016-11-09 Christopher DykesUse ASSERT_EQ rather than CHECK_EQ in the socket tests
2016-11-07 Stepan PalamarchukRemove noexcept from AsyncSocket::prepareReadBuffer
2016-11-04 Mirek KlimosTrying to improve the efficiency of RequestContext...
2016-11-03 Kyle NekritzAdd splitAtMost to IOBufQueue.
2016-11-03 Kyle NekritzAllow folly::io::Cursor to move backwards.
2016-10-31 Lucian Grijincufolly: AsyncSignalHandler: update comments to match...
2016-10-31 Kyle NekritzUse MSG_MORE instead of 2 setsockopt calls on every...
2016-10-24 Subodh IyengarAdd smart pointer types for ec
next