Use std::nullptr_t in dynamic
[folly.git] / folly / io /
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
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...
next