fix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeout tests
[folly.git] / folly / experimental /
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-07-02 Aravind AnbuduraiMoved object destructor should not log
2016-07-01 Aravind AnbuduraiMake AutoTimer work with std::chrono::duration instead...
2016-07-01 Aravind Anbuduraiclang-format AutoTimer.h
2016-07-01 Christopher DykesDon't use stderr as an identifier name
2016-06-30 Aravind AnbuduraiMake AutoTimer usable with Closures
2016-06-24 Christopher DykesDear Elias Fano Bit Vector: You do not require GCC
2016-06-09 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-06-04 Christopher DykesDeal with a couple of warnings from MSVC
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-30 Christopher DykesInclude <folly/portability/SysTime.h> rather than ...
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Jon Maltiel Swensonstd::make_unique -> folly::make_unique
2016-05-24 Joseph GriegoClear old fs::path when moving a TemporaryDirectory
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-19 Shubhanshu Agrawaladding Promise::await
2016-05-19 Andrii GrynenkoExport documentation from dex to folly
2016-05-18 Andrii GrynenkoFix one more race in Promise::setTry
2016-05-16 Andrii GrynenkoFix a race in Promise::setTry
2016-05-16 Andrii GrynenkoMake await exception safe
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-05-14 Lucian Grijincufolly: ubsan: elias-fano avoid memset(nullptr)
2016-05-14 Lucian Grijincufolly: ubsan: redo BitsTest (no macros) and fix DCHECK...
2016-05-13 Mirek KlimosTest creation of RequestContext inside a fiber task
2016-05-12 Andrii GrynenkoRegister custom stack for signal handlers
2016-05-10 Faidon LiambotisFix a few typos all over the code
2016-05-09 Philip ProninReverted commit D3265572
2016-05-07 Andrii GrynenkoDon't re-throw exceptions from default FiberManager...
2016-05-06 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-05-05 Andrii GrynenkoAllow adding tasks to TaskIterator dynamically
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Christopher DykesUse std::thread::id in Fiber rather than a syscall
2016-05-04 Marcus Holland-MoritzUnpoison stack memory before deallocation
2016-04-30 Andrii GrynenkoDon't require folly::Unit in addTaskFinally
2016-04-29 Martin MartinMake addTask[Remote]Future() work for functions returni...
2016-04-29 Martin MartinClang-format in preparation for other change
2016-04-29 Philip Pronindon't destory defaultElfCache in exit handlers
2016-04-28 Eric Niebleruse std::forward instead of std::move on objects whose...
2016-04-28 Andrii GrynenkoFix races in TLRefCount
2016-04-26 Pavlo KushnirUse std::string in folly::dynamic
2016-04-21 Taiyuan Zhangfix cancelAllFunctions
2016-04-20 Michael LeeClean up deprecation warnings
2016-04-20 Michael LeeFix use of dynamic {} initialization in JSONSchemaTest
2016-04-18 Sven Overremove superfluous include directive
2016-04-16 Andrii GrynenkoNon-intrusive AtomicLinkedList
2016-04-14 Andrii GrynenkoFix GuardPageAllocator to do mprotect lazily
2016-04-07 Alexey SpiridonovDynamicParser to reliably and reversibly convert JSON...
2016-04-06 Sven Overfolly::fibers::Fiber: use folly::Function instead of...
2016-04-06 Dmitry PleshkovAllow usage of Symbolizer options for ExceptionStats...
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-04-04 Sven Overfolly::FunctionScheduler: replace std::function w/...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-04-01 Andrii GrynenkoImplement GDB pretty-printers for folly::fibers
2016-03-31 Christopher DykesUpdate the sys/syscall.h portability header for Windows
2016-03-28 Andrii GrynenkoAllocate stacks with guard pages by default
2016-03-28 Sven Overfolly::fibers: do not move out of lvalue references
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-24 Kevin McCrayfolly: avoid using atomic operations android can't...
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-17 Andrew CoxTell ASAN about fiber stacks
2016-03-14 Jimmy Saadefolly::FunctionScheduler: Adding capability to reset...
2016-03-04 Den RaskovalovAdd a missed glog header.
2016-02-25 Christopher DykesCreate a portability header for working with environmen...
2016-02-23 Lucian Grijincufolly: symbolizer: dwarf: don't fallback to linear...
2016-02-20 Andrii GrynenkoSupport nested FiberManagers
2016-02-19 Andrii GrynenkoFix EventBaseOnDestructionCallback to loop FiberManager
2016-02-19 Lucian Grijincufolly: symbolizer: slow address->{file+line-number...
2016-02-15 Andrii GrynenkoUnify runInMainContext for void and non-void
2016-02-12 Andrii GrynenkoConvert Thrift1(2)RequestDispatcher::sendMessage()
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-10 Giuseppe OttavianoMinor optimizations in ExceptionCounterLib
2016-02-10 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-02-05 Andrii GrynenkoRevert D2853921
2016-02-05 Lee HowesAdding addTaskFuture and addTaskRemoteFuture to FiberMa...
2016-02-02 Wez Furlongfolly: add bser encode/decode for dynamic
2016-02-02 Martin MartinAdd some quick comments about folly::fiber implementati...
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-21 Dmitry PleshkovHaswell-specific implementation of Select64 routine.
2016-01-14 Rachel Krollmatch new signal text from prior diff; squash colors (!)
2016-01-12 Rachel KrollLog pid/uid of sending process in signal handler, too
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2016-01-08 Pallab Bhattacharyafolly::Symbolizer can be enhanced for dumpStackTrace
2016-01-05 David Callahanparse args for -json flag
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix
2015-12-23 Michael LeeChange `SYS_gettid` to __NR_gettid instead
2015-12-17 Andrii GrynenkoFix EventBaseLoopController destruction races
2015-12-11 Andrii GrynenkoFix RefCountTest and RCURefCount race
2015-12-11 Philip Proninsetup signal handler with SA_ONSTACK
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-12-08 Andrii GrynenkoFix TLRefCount race around thread local destruction...
next