Thread-safe version of loopKeepAlive()
[folly.git] / folly / io /
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
2016-08-24 Christopher DykesAllow building the NotificationQueue tests without...
2016-08-23 Heng Hong LeeAsyncSSLSocket getRawBytes fix
2016-08-19 Aravind Anbuduraifix flaky EventHandlerTest
2016-08-18 Aravind AnbuduraiSupport for EPOLLPRI
2016-08-18 Dave Watsonbitmap search
2016-08-18 Dave Watsonremove constant tick
2016-08-17 Christopher DykesAdd a pair of util functions for getting and setting...
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 IyengarFix ssl timeouts during TFO
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-16 Christopher DykesUse a base hook rather than a member hook for EventBase...
2016-08-16 Christopher DykesDisable SSL socket cache tests if cache isn't available
2016-08-16 Kyle NekritzFix extension length counter in client hello parsing.
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-12 Sven Overfix folly::NotificationQueue for move-only value types
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-11 Christopher DykesAdjust the AsyncSocket TestServer to work with Winsock
2016-08-10 Dave WatsonFix scheduling bug
2016-08-10 Christopher DykesDon't attempt to call getsockname before binding an...
2016-08-10 Christopher DykesWait for all threads to finish executing before leaving...
2016-08-09 Christopher DykesProperly support socketpair and reading and writing...
2016-08-09 Subodh IyengarRemove getTFOSucceeded
2016-08-09 Subodh IyengarAdd MSG_NOSIGNAL to AsyncSSLSocket
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-08-05 Dave WatsonUpper level tests
2016-08-05 Dave Watsonremove catchupEveryN
2016-08-04 Melanie SubbiahCreate trace points for thread events
2016-08-04 Christopher DykesFix a pair of non-ascii quotes that made their way...
2016-08-04 Christopher DykesDon't try to ignore the SIGPIPE signal if it isn't...
2016-08-04 Mirek KlimosRequestContext::create should call onUnset callback
2016-08-04 Christopher DykesSupport TimeUtil under MSVC
2016-08-03 Mirek KlimosUnset RequestContext properly in EventBase::runLoopCall...
2016-08-03 Yuri Putivskyfolly AsyncPipeReader supports IOBuf
2016-08-03 Gustavo Serra ScaletFix compiler warnings
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-08-01 Christopher DykesSwitch some assertions to std::thread rather than pthread
2016-08-01 David Wilemskifix HHWheelTimer comment typo v2016.08.01.00
2016-07-29 Dave WatsonMore tests
2016-07-29 Anirudh RamachandranAdd a const getter for X509 used in handshake (server... v2016.07.29.00
2016-07-29 Dave Watsonfix hhwheeltimertest
2016-07-26 Yang ChiA BufferCallback was created but never deleted in Async...
2016-07-26 Yang ChiNo need to go through the list when you just want the...
2016-07-26 Neel GoyalRefactor socket peeker
2016-07-26 Misha ShneersonFix gcpu regression associated with 1ms tick in HHWheel...
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-22 Melanie SubbiahRequestContext changes to facilitate thread tracing
2016-07-22 Christopher DykesUse decltype to get the type of a non-static local
2016-07-21 Christopher DykesMark a couple of local constants as static constexpr
2016-07-20 Mingtian YinRecord whether cached certificate was used
2016-07-16 Wez Furlongfolly: fixup CompressionTest compilation on macos
2016-07-14 Saurabh SinghAdding std::unique_ptr definition for the ASN1_TIME...
2016-07-13 Kyle NekritzMove DecoratedAsyncTransportWrapper and WriteChainAsync...
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-06 Anirudh RamachandranCleanup of how we use BIO/BIO_METHODs
next