Harden failure signal handler in the face of memory corruptions
[folly.git] / folly / test /
2014-02-28 Ben MaurerRandom number generator utilities for folly
2014-02-28 Tom ConerlyFix clang folly::to failure
2014-02-28 Nicholas OrmrodRemove disallowed &* of FwdIterator
2014-02-21 Tudor BosmanBetter support for folly::Range with non-const iterator...
2014-02-21 Andrei AlexandrescuUse standard variadic macros instead of gcc-specific...
2014-02-06 Tom JacksonCodemod following promotion
2014-02-06 Tudor BosmanFix rare corruption in StaticMeta::head_ list around...
2014-02-06 Nathan BronsonBaton - flushing of thread-local memory during a long...
2014-02-06 Nathan BronsonFB_LOG_EVERY_MS should use wall time instead of cpu...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-02-06 Marcelo Juchemsplit_step - tokenization make simple in folly::Range
2014-02-06 Adam Simpkinsadd formatChecked(), which does not crash on bad format...
2014-02-06 Adam Simpkinsrevert format()'s behavior of crashing on error
2014-02-06 Brian PaneAdd benchmark functions to the checksum unit tests
2014-02-06 Nicholas OrmrodRemoved duplicate #includes
2014-01-19 Nathan BronsonBaton - minimalist inter-thread notification
2014-01-19 Andrei AlexandrescureadFile reads an entire file into a string, vector...
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Nathan BronsonIndexedMemPool - pool allocator tailored for lock-free...
2013-12-27 Brian PaneAdd new CRC-32C checksum functions to folly
2013-12-26 Jim Meyeringfolly: avoid ASAN-detected new[] vs "delete" mismatch
2013-12-26 Peter GriessDetect availability of cplus_demangle_v3_callback()
2013-12-20 Tudor BosmanAdd startsWith, endsWith, removePrefix, removeSuffix...
2013-12-20 Sarang MastiAdd futexTimedWait
2013-12-20 Nathan BronsonAtomicStruct<T> provides atomic ops on small trivial...
2013-12-20 Mark McDufffolly::json: allow skipping invalid UTF8
2013-12-20 Andrei AlexandrescuSCOPE_SUCCESS should be able to throw, the others shouldn't
2013-12-20 Nicholas OrmrodFBString iomanip fix.
2013-12-20 Nathan Bronsondetail/CacheLocality.h - utilities for dynamic cache...
2013-12-20 bsimmersFix asm constraints in folly::MicroSpinLock::cas
2013-12-20 Soren LassenMade File::release() return the released file descriptor.
2013-12-20 Tudor BosmanAdd async-signal-safe flavor of demangle
2013-12-20 Tudor BosmanSafeAssert: async-signal-safe CHECK, DCHECK
2013-12-20 Anton Likhtarovsort_keys option for json
2013-12-20 Soren LassenMake FOR_EACH* work with temporary containers.
2013-11-26 Peter GriessRevert D998590
2013-11-26 Peter GriessFix broken clause11_21_4_6_6 test in Apple Clang.
2013-11-26 Ben MaurerAvoid copy in folly::toJson
2013-11-26 Stephen ChenPort TimeseriesHistogram from common/stats to folly
2013-11-26 Tudor BosmanFix bad implementation of fnv32
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-11-06 Tudor BosmanAdd Formatter::writeTo(FILE*)
2013-11-06 Dave Watsonmove MoveWrapper to folly
2013-10-24 Rajat GoelIssue with find and npos
2013-10-24 Philip Proninfix a few bugs in FBString
2013-10-24 Peter GriessRemove check that depends on malloc implementation.
2013-10-24 Peter GriessDetect and use std::is_trivially_copyable<T> where...
2013-10-24 Peter GriessOnly run FBString.testConstructionFromLiteralZero under...
2013-10-24 Peter GriessDetect C++ implementations that support constexpr strlen()
2013-10-24 Peter GriessCheck for std::this_thread::sleep_for.
2013-10-24 Peter GriessDetect libc++ in configure.ac.
2013-10-24 Peter GriessUse Mach built-ins in lieu of clock_gettime(3) and...
2013-10-15 Peter GriessCast lambda to function pointer for boost::split().
2013-10-15 Peter GriessFix test for memory allocators that want to look backwards.
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-10-15 Peter GriessFix misc compilation errors in ThreadCachedIntTest.
2013-10-15 Peter GriessExplicitly use !basic_istream::fail() in test.
2013-10-15 Peter GriessChange ScopeGuardTest to work around libc++'s different...
2013-10-15 Peter GriessUse RW_SPINLOCK_USE_X86_INTRINSIC_ in RWSpinLockTest
2013-10-15 Peter GriessDisable memory reporting for non-GNU C++ libraries.
2013-10-15 Peter GriessDisable timed sychronization tests on Apple platforms.
2013-10-15 Peter GriessApple defines MAP_ANON, not MAP_ANONYMOUS
2013-10-15 Peter GriessLink spooky hash tests missing libfollybenchmark.a.
2013-10-15 Peter GriessClean up platform-dependant format strings.
2013-10-15 Peter GriessOnly run eventfd tests on Linux.
2013-10-15 Peter GriessClean up use of Boost and PThread libraries.
2013-10-15 Peter GriessAdd missing ax_boost_system.m4.
2013-10-15 Soren LassenAdded initializer_list ctors to sorted_vector_{set...
2013-10-15 Soren LassenSupport constexpr StringPiece.
2013-10-15 Rajat GoelAdd bad input to Uri in exception messages
2013-10-15 Louis Brandyadd functions to return string's internal pointers
2013-10-15 Tudor BosmanFix bad bug in folly::ThreadLocal
2013-10-15 Louis Brandyadd test for numeric -> string conversions
2013-10-15 Tom Jacksondynamic::get_ptr
2013-10-15 Nicholas OrmrodTidied up some includes.
2013-10-15 Stephane SezerFix performance issues with folly::Uri::authority().
2013-10-15 Tudor BosmanAdd noexcept specification for move ctor, move assignme...
2013-09-22 Louis Brandydeprecating boost::shared_ptr
2013-09-22 Tudor BosmanFix small race in subprocess_test
2013-09-22 Tudor BosmanFixed-size atomic bitset
2013-09-22 Max WangParametrize allocator in AtomicHash{Array,Map}
2013-09-22 Stephane SezerRemove problematic log lines from folly JSON test.
2013-09-22 Nicholas Ormrodrange checks in DynamicConverter
2013-09-08 bsimmersabort instead of throwing an exception on bad format...
2013-08-28 Tudor Bosmanstd::map and std::set are not relocatable
2013-08-28 Tudor BosmanFix overeager assertion
2013-08-28 Tudor BosmanVarint in folly
2013-08-28 Jordan DeLongFix a ThreadLocal bug: hold the meta lock when resizing...
2013-08-28 Philip Proninmake folly/Bits.h clang-compatible
2013-08-28 Dave WatsonUpdate build for Ubuntu 12.10. 12.04 seems to no longer...
2013-08-28 Tudor BosmanMake ThreadLocalPtr behave sanely around fork()
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-08-28 Tudor BosmanMulti-Producer, Multi-Consumer pipeline
2013-07-18 Hans Fugalfolly/Hash.h add a test to ensure different hashes
2013-07-18 Hans Fugaltuple hashing
2013-07-18 Chip TurnerAdd initializer_list support to folly::join
2013-07-18 Andrei AlexandrescuFix build breakage in hphp
2013-07-18 Andrei Alexandrescufbstring::shrink_to_fit
2013-07-09 Tom JacksonAllowing trailing comma in folly::parseJson
2013-07-01 Tom JacksontoDynamic(T)
next