Fix fibers gdb utils script
[folly.git] / folly / experimental /
2016-11-21 Christopher DykesWork around an MSVC expression SFINAE bug in DynamicParser
2016-11-19 Christopher DykesDon't explicitly alias dynamic after using the entire...
2016-11-18 Martin MartinExpose folly::symbolizer::dumpStackTrace().
2016-11-17 Delyan KratunovRemove unneeded iostream include
2016-11-15 Andrii GrynenkoMake Observer stress test pass a stress run
2016-11-12 Andrii GrynenkoMake Observer.Stress test not fail under load
2016-11-10 Christopher DykesAlways use inline-asm version on GCC/Clang
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-11-05 Christopher Smalloperator== for ReadMostlySharedPtr to nullptr_t
2016-10-31 Maged MichaelUpdate hazard pointers interface and implementation
2016-10-27 Andrew Gallagherfolly/experimental/hazptr: mark static local as "librar...
2016-10-26 Andrew GallagherMove inline functions with static-locals to implementat...
2016-10-22 Giuseppe OttavianoRemove dynamic's initializer_list constructor
2016-10-19 Dmitry PleshkovFix ExceptionCounter.oneThread test case
2016-10-19 Jim Meyeringfolly/experimental: avoid shadowing warnings
2016-10-19 Yedidya FeldblumCodeMod: dynamic-init-list-ctor
2016-10-15 Philip Proninfall back to .debug_info scan in fatal signal handler v2016.10.17.00
2016-10-13 Philip Proninfix .debug_aranges parsing
2016-10-13 Andrii GrynenkoAdd update-mutex into Observable
2016-10-12 Lucian Grijincufolly: signal-handler: dynamic cache size, based on...
2016-10-10 Maged MichaelUpdate hazard pointers prototype
2016-10-07 Lucian Grijincufolly: symbolizer: increase default signal-handler...
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-10-05 Lucian Grijincufolly: experimental: ABI-break: replace deprecated...
2016-10-05 Lucian Grijincufolly: elfcache: nuke StringPieceHash
2016-10-04 Arthur O'Dwyerhazptr: Replace friend "swap" with a member function...
2016-10-04 Giuseppe OttavianoFix a typo
2016-10-03 Philip Proninswitch back to inline assembly in compression::instructions v2016.10.03.00
2016-09-30 Ted PercivalFind dwarf.h in libdwarf subdirectory
2016-09-28 Maged Michaelfolly/experimental/hazptr: fix gcc 5 build
2016-09-22 Michael Leeexperimental/observer/detail/ObserverManager.cpp missin...
2016-09-20 Maged MichaelDraft prototype of hazard pointers C++ template library
2016-09-16 Vladimir SlaykovskiyReduce footprint of ScribeClient
2016-09-15 Jim Meyeringfolly/.../ExceptionTracerLib.cpp: provide less DOF...
2016-09-14 Mark WilliamsMake ElfCache follow .gnu_debuglink
2016-09-13 Andrii GrynenkoFix a bug in ObserverManager destructor
2016-09-13 Andrii GrynenkoFix TLObserver copy constructor
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-31 Andrii GrynenkoProperly report observable returning nullptr
2016-08-25 Andrii GrynenkoFix SimplerObservable build with -Werror=unused-local...
2016-08-24 Andrii GrynenkoCycle detection
2016-08-21 Christopher DykesGet ObserverManager compiling under MSVC
2016-08-19 Christopher DykesInclude <unordered_set> in experimental/observer/detail...
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-17 Andrii Grynenkofolly::Observer
2016-08-11 Max WangUse _r_debug instead of /proc/<pid>/maps for folly...
2016-08-11 Lucian Grijincu__google_stl_debug_vector: erase() at invalid position...
2016-08-11 Shayan MohantyPolymorphic Functor implementation in Folly::FutureDAG
2016-08-10 Andrii GrynenkoReadMostlyMainPtrDeleter
2016-08-10 Christopher DykesAdd a utility for disabling some CRT assertions in...
2016-08-09 Christopher DykesImplement setenv correctly and support setting values...
2016-08-09 Christopher DykesLook for the PATH environment variable rather than...
2016-08-04 Christopher DykesInclude the fcntl.h portability header where it's needed
2016-08-03 Christopher DykesForce the overflow in BitVectorCoding::skipTo to be...
2016-07-29 Jim Meyeringfolly/experimental/test/FutureDAGTest.cpp: fix ASAN...
2016-07-22 Christopher DykesDon't use ?:
2016-07-19 Yedidya FeldblumMake the mprotect variant of asymmetricHeavyBarrier...
2016-07-19 Andrii GrynenkoUse membarrier in TLRefCount
2016-07-09 Shayan MohantyFolly::FutureDAG <-> Gossit
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
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
next