Revert D6579707: [folly/ConcurrentHashMap] Fix erase in Iterate
[folly.git] / folly / experimental /
2017-12-14 Chen ShenFix xlog docs
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-12-13 Adam Simpkinslogging: minor clean up in Logger.h
2017-12-13 Adam Simpkinslogging: add more documentation
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-12 Andrii NakryikoStore filename and provide detailed message on data...
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-12-08 Adam Simpkinslogging: use raw string literals in config tests
2017-12-07 Maged MichaelFlatCombining: Use SaturatingSemaphore instead of multi...
2017-12-07 Andrii GrynenkoFix SignalHandlerTest with ASAN
2017-12-07 Adam Simpkinslogging: allow partial updates to log handler settings
2017-12-07 Adam Simpkinslogging: split FileHandlerFactory into two classes
2017-12-07 Adam Simpkinslogging: add a StandardLogHandlerFactory helper class
2017-12-07 Louis Brandyfix ubsan-detected UMR in TemporaryFile
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-06 Yedidya FeldblumUse boost::filesystem::current_path in ChangeToTempDir
2017-12-02 Adam Simpkinslogging: fix compilation error on older C++ compilers
2017-12-02 Adam Simpkinslogging: update initialization code to use the new...
2017-12-01 Igor Sugakunify FOLLY_SANITIZE existing uses and add a few new
2017-11-30 Igor Sugakfix build when sanitizers are enabled and jemalloc...
2017-11-30 Adam Simpkinslogging: add a LogConfig::update() method
2017-11-30 Adam Simpkinslogging: add an assert for the FLAG_INHERIT bit
2017-11-30 Adam Simpkinslogging: remove comment about LogLevel::ERROR
2017-11-30 Adam Simpkinslogging: add LoggerDB::updateConfig() and resetConfig()
2017-11-30 Adam Simpkinslogging: add a LoggerDB::getConfig() method
2017-11-30 Adam Simpkinslogging: don't clamp the log level to DFATAL in debug...
2017-11-30 Adam Simpkinslogging: add a LogHandler::getConfig() method
2017-11-30 Adam Simpkinslogging: add a LogHandler registry to LoggerDB
2017-11-29 Adam Simpkinslogging: add a FileHandlerFactory class
2017-11-29 Andrii NakryikoAdd unit tests for opening non-ELF files.
2017-11-28 Adam Simpkinslogging: convert assert() checks to FOLLY_SAFE_DCHECK()
2017-11-28 Yedidya FeldblumRemove some custom test main()'s in folly/experimental...
2017-11-28 Adam Simpkinslogging: fix unused variable warning in non-debug builds
2017-11-27 Andrii NakryikoFix ElfFile crashing when opening short (<64 bytes...
2017-11-22 Andrii GrynenkoFix ASAN failure in FutureDAG test
2017-11-21 Adam Simpkinslogging: add a LogConfig class and parsing code
2017-11-21 Dave Watsonfix hazptr_array move
2017-11-20 Dave WatsonAdd free-function retire
2017-11-09 Teng QinAdd parsing for indirect functions
2017-11-09 Teng QinAdd a multi-type version of iterateSectionsWithType
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-11-07 Adam Simpkinslogging: set the thread name for the AsyncFileWriter...
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-11-02 Christopher DykesFix folly::Function under C++17 exception specifier...
2017-11-01 Maged MichaelAdd integrated reference counting
2017-10-31 Yedidya FeldblumMove folly/experimental/AsymmetricMemoryBarrier.h
2017-10-30 Murali VilayannurOverride TemporaryFile's default move constructor v2017.10.30.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-27 Yedidya FeldblumFix FunctionScheduler::resetFunctionTimer concurrency bug
2017-10-24 Yedidya FeldblumMove folly/Hash.h to folly/hash/, leaving a shim
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-16 Chad Austinfix typo in invalid log level error message
2017-10-13 Yedidya FeldblumStyle fixes for folly/experimental/gdb/README.md
2017-10-03 Maged MichaelFixes: prevent compiler reporting UB, hazptr_array...
2017-10-01 Maged MichaelOptimize local and bulk management of hazptr_holder-s
2017-09-23 Yedidya FeldblumAvoid tautological compare in folly/experimental/symbol...
2017-09-20 Kenny YuAdd gdb deadlock detector script to new folly/experimen...
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-08-31 Philip JamesonDon't use symbolizer on OSX
2017-08-29 Yedidya FeldblumApply clang-format to folly/experimental/exception_tracer/
2017-08-28 Patryk ZaryjewskiMake cancelling and rescheduling of functions O(1) v2017.08.28.00
2017-08-17 Rushy PanchalAdd prepareSkipTo() method to EliasFanoReader
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-08-16 Maged MichaelFix destruction order
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-26 Dave WatsonConcurrentHashMap
2017-07-26 Dave WatsonAllow stealing pointer bits
2017-07-25 nicksbymanadd import to main in logging example
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/io/
2017-07-21 Yedidya FeldblumParse suffixes without switch-fallthrough in huge-pages
2017-07-20 Yedidya FeldblumApply clang-format to folly/experimental/bser/
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-20 Benjamin Reesmando not crash process by default when ExceptionTracer...
2017-07-18 Christopher DykesEnsure the allocator types in the string keyed tests...
2017-07-18 Dan MelnicLua exception handling test
2017-07-17 Tommy NguyenUse more libstdc++ specific macro
2017-07-17 Christopher DykesEnable a couple of AsyncFileWriter tests on Windows
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-13 Christopher DykesAdd support for closing a TemporaryFile early
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-05 Adam Simpkinslogging: fix compiler compatibility for one more conste...
2017-06-30 Christopher Dykesauto-dep the rest of Folly
2017-06-30 Adam SimpkinsDon't try to access XlogFileScopeInfo->category if...
2017-06-30 Maged MichaelFlat combining: Fix typos in comments
2017-06-30 Maged MichaelHazard pointers: Fix leak in hazptr_priv destruction
2017-06-29 Adam Simpkinslogging: support building with gcc-4.9
next