Let SaturatingSemaphore::try_wait be non-const and add ready
[folly.git] / folly / experimental /
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
2017-06-29 Maged MichaelHazard pointers: Add support for thread local lists...
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
2017-06-23 Ilya Maykovfix UBSAN failure in atomic_shared_ptr_test
2017-06-23 Christopher DykesFix AsyncFileWriterTest due to long being 32-bit on...
2017-06-23 Ilya Maykovmove input shared_ptr in atomic_shared_ptr constructor
2017-06-23 Christopher DykesFix GlogFormatterTest on Windows
2017-06-23 Christopher DykesStop MSVC from complaining about digraphs not being...
2017-06-23 Christopher DykesSwitch the logging tests from .native() to .string()
2017-06-23 Christopher DykesEnable more auto-deps in Folly
2017-06-22 Adam Simpkinslogging: fix issues detecting XLOG(FATAL) statements...
2017-06-22 Adam Simpkinslogging: improve the AsyncFileWriter flush test()
2017-06-22 Adam Simpkinslogging: fully convert the ERROR level to ERR
2017-06-22 Adam Simpkinslogging: add more tests for fatal log messages
2017-06-21 Maged MichaelAdd support for move operations on hazptr-holder. Other...
2017-06-21 Adam Simpkinslogging: shorten output of logLevelToString()
2017-06-21 Christopher DykesShift the exception tracer benchmark and test into...
2017-06-21 Dave WatsonAdd flags to asymmetric mem barrier
2017-06-21 Uladzislau PaulovichAdd missing uint32 type to folly::ProgramOptions::gFlag...
next