Fix dynamic MPMCQueue tryObtainPromisedPushTicket() to prevent tryWriteUntil() and...
[folly.git] / folly / io /
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
2016-10-18 Andrew Gallagherfolly: fixes for use with `-fvisibility-inlines-hidden`
2016-10-12 Zonr ChangAccess SSL cipher info with a const reference.
2016-10-12 Philip ProninZSTDCodec should properly handle non-shortcut levels
2016-10-08 Jim Meyeringfolly/io/async/HHWheelTimer.cpp: remove decl of unused...
2016-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-10-04 Jim Meyeringfolly/io/async/AsyncSocket.cpp: avoid shadowing warning...
2016-10-04 Jim Meyeringfolly/io/Compression.cpp: avoid shadowing warnings...
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-09-29 Subodh IyengarFix apple bug around TFO writes
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 Subodh IyengarFix detaching from evb
2016-09-20 Andrey IgnatovRemove boost::barrier from AsyncUDPSocketTest.
2016-09-20 Philip Proninfix ZSTD support
2016-09-15 Neel GoyalAdd flag to indicate a session resumption attempt
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-09-09 Daniel SommermannAdd forwarding gather() function to IOBufQueue
2016-09-09 Anirudh RamachandranMake folly::PasswordCollector::getPassword const
2016-09-08 Denis Samoylovmove AsyncSSLSocket logging level for errors to vlog
2016-09-08 Andrii GrynenkoRemove runAfterDrain()
2016-09-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-08-31 Gabriel GriseExpose SSL key materials to debug SSL
2016-08-30 Zonr ChangFix joining threads twice when exiting EventBaseTest...
2016-08-29 Yedidya FeldblumUse Synchronized in RequestContext
2016-08-29 Nick TerrellAdd default constructor to folly::IOBuf::Iterator.
2016-08-26 Christopher DykesUse intrusive base hook rather than a member hook
next