Fix another race in Notification Queue
[folly.git] / folly / test /
2014-07-09 Paul TarjanRevert "make `folly::Formatter` extendible"
2014-07-09 Tyler MacDonaldmake `folly::Formatter` extendible
2014-07-09 Brian PaneMove the branchless, parallel ASCII toLower into folly
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-07 Kevin ChouFix string split when last part is shorter than delimiter
2014-07-01 Dave Watsonupdate make check targets
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Jim Meyeringfolly: futexWaitUntilImpl: avoid abort triggered via...
2014-06-27 Sarang MastiFix use-after-free in futexWaitUntilImpl
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-06-09 Marcus Holland-MoritzAdd support for returning number of benchmark iterations
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Marcelo JuchemAllowing additional arguments to be passed to split_ste...
2014-06-09 Yedidya FeldblumAdd shorthand functions to Format.h.
2014-06-09 Tudor BosmanMore opensource build fixes
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-05-20 Nicholas OrmrodRemoved old FBVector compatibility functions
2014-05-20 Rocky LiuRevert "[folly::Subprocess] Set O_CLOEXEC by default...
2014-05-20 Akshay VaidyaAdding a release function for ThreadLocalPtr.
2014-05-20 Rocky LiuSet O_CLOEXEC by default when creating pipes to avoid...
2014-05-20 Nicholas OrmrodDelete small_vector's OneBitMutex policy
2014-05-20 Nicholas OrmrodHousekeeping
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Elizabeth SmithExpression SFINAE fixes in ApplyTuple
2014-05-20 Marc Celanitry_and_catch
2014-05-20 Tudor BosmanAdd defaulted() in Format.h to avoid throwing on missin...
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
2014-05-20 Tudor BosmanMemoryMapping changes: automatically detect huge pages...
2014-05-20 Marc Celaniexception wrapper
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-05-20 Tom Jacksonstd::move-able MemoryMapping
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Marc CelaniIntroduce LifoSem
2014-04-18 Jun LIFix folly Uri::host() return value for IPv6 address
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-04-18 Lucian Grijincufolly: improve ProducerConsumerQueueBenchmark (misplace...
2014-04-18 Nicholas OrmrodFix apparent race in SubprocessTest
2014-04-18 Alexey SpiridonovChange child's working directory
2014-04-18 Jim Meyeringfolly: allow to build with clang.dev (flex arrays vs...
2014-04-09 Dave WatsonFix make check
2014-04-09 Hannes Roth(Folly/FBString) Fix compilation time of test with opt
2014-04-09 Philip Proninconfigurable node allocator for ConcurrentSkipList
2014-04-04 Louis KrugerFix TIMED_SYNCHRONIZED_CONST bug
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
2014-04-04 Mikhail OkunevUtility that converts from prettyPrint format back...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-31 Tom JacksonRange::contains(x)
2014-03-31 Nima AghdaiiPerformance Improvement for AsciiCaseInsensitive
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-03-18 Tianjiao YinAdd constexpr specifier for small_vector::max_size
2014-03-18 Marc Celanisorted_vector_types have move inserts
2014-03-18 Marc Celanifolly::merge() - std::merge() with stronger guarantees...
2014-03-18 Marc CelaniIntroduce a merge() function for folly::sorted_vector_map
2014-03-18 Marcus Holland-MoritzMake sure folly::dynamic arrays can be used with folly...
2014-03-18 Philip Proninupdate FOLLY_IS_TRIVIALLY_COPYABLE
2014-03-10 Marcus Holland-MoritzSupport numeric types as targets for folly::split
2014-02-28 Nathan Bronsonmake FB_LOG_EVERY_MS thread safe
2014-02-28 Ben MaurerFix random tests
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
next