folly.git
2014-04-04 Stepan PalamarchukAdd loopOnce() method to folly::EventBase
2014-04-04 Mikhail OkunevUtility that converts from prettyPrint format back...
2014-03-31 Hannes Roth(Folly/FBString) Use a lambda to throw an exception...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-31 Tom JacksonRange::contains(x)
2014-03-31 Tudor BosmanOptionally specify page size in MemoryMapping ctor
2014-03-31 Hannes Roth(Wangle) Sanity check for the small_vector test
2014-03-31 Dave WatsonEventBase cleanup
2014-03-31 Nima AghdaiiPerformance Improvement for AsciiCaseInsensitive
2014-03-31 Hannes Roth(Wangle) Fix tests for clang
2014-03-31 Tudor BosmanHarden usingJEMalloc()
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 Tudor BosmanUnbreak Symbolizer with small ElfCache
2014-03-18 Alexey SpiridonovMove commited bits out of folly
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 Celanisorted_vector_types does not work with std::inserter
2014-03-18 Marc CelaniIntroduce a merge() function for folly::sorted_vector_map
2014-03-18 Marcus Holland... Make sure folly::dynamic arrays can be used with folly...
2014-03-18 Dave WatsonMove thrift/lib/cpp/async to folly.
2014-03-18 Philip Proninupdate FOLLY_IS_TRIVIALLY_COPYABLE
2014-03-18 David VickreyAdd control of floating point serialization to JSON...
2014-03-18 Adam Simpkinsfix Cursor's copy constructor
2014-03-10 Marcus Holland... Support numeric types as targets for folly::split
2014-03-10 Will HodgesAdd setPort() to folly::URI class.
2014-03-10 Philip Proninfolly/experimental/Bits.h + ASan
2014-03-10 Andrey GoderFix comment
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Philip Proninuse 0666 as the default permissions for new files
2014-03-10 Hannes Roth(Wangle) Remove some early returns in tests
2014-03-10 Hannes Roth(Wangle) Actually support the universal reference used...
2014-03-10 Shuo LiReplace random_device/mt19937 with folly/Random
2014-03-10 Hannes Roth(Wangle) whenAll should take rvalue references instead...
2014-03-10 Yedidya FeldblumFix off-by-one affecting benchmark numbers in folly/io.
2014-03-10 Hans FugalAdd Wangle README.md
2014-03-10 Marc CelaniMake it easy to wrap pre-existing cob-style async apis
2014-03-10 Marcelo JuchemMaking folly/Benchmark.cpp clangable
2014-03-10 Hannes Roth(Folly) Fix error when compiling with clang
2014-03-10 Peter GriessMake Folly cpp_library targets more granular
2014-02-28 Paul Tarjankill unused vars in folly
2014-02-28 Anton LikhtarovEasy: fix signed/unsigned comparisons
2014-02-28 Nathan Bronsonmake FB_LOG_EVERY_MS thread safe
2014-02-28 Hans Fugal(wangle) more comment tweaks
2014-02-28 Hans Fugal(wangle) comment cleanup
2014-02-28 Hans Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Hans FugalTry Contains enum as an enum class
2014-02-28 Stepan PalamarchukAdd method, that constructs Try<T> based on the result...
2014-02-28 Adam Simpkinsadd operator +, ==, and != to Cursor classes
2014-02-28 Andrew Gallagherfolly: install missing headers from Makefile.am
2014-02-28 Andrew GallagherFix inclusions of double-conversion to use proper path
2014-02-28 Ben MaurerFix random tests
2014-02-28 Dave WatsonMove wangle to folly
2014-02-28 Tudor BosmanLeak ELF file cache that the signal handler uses
2014-02-28 Tudor BosmanHarden failure signal handler in the face of memory...
2014-02-28 Ben MaurerRandom number generator utilities for folly
2014-02-28 Tom ConerlyFix clang folly::to failure
2014-02-28 Nicholas OrmrodFix FBString's new includes
2014-02-28 Nicholas OrmrodRemove disallowed &* of FwdIterator
2014-02-28 Peter GriessTry again to fix hash<fbstring> namespacing
2014-02-21 Alexey SpiridonovPart 2: Crontab selector
2014-02-21 Tudor BosmanBetter support for folly::Range with non-const iterator...
2014-02-21 Alexey SpiridonovPart 1: Local time label <=> UTC timestamp conversion
2014-02-21 Omry Yadanallow folly Cursor to read and write floats
2014-02-21 Tudor BosmanMake IOBuf support 64-bit length and capacity
2014-02-21 Bo Liuadd clone() of stack allocated memory for folly::Cursor...
2014-02-21 Andrei AlexandrescuUse standard variadic macros instead of gcc-specific...
2014-02-21 Peter GriessUse #if rather than #ifdef for FOLLY_HAVE_WEAK_SYMBOLS
2014-02-21 Jim Meyeringfolly: avoid false-positive ASAN-abort from SignalHandl...
2014-02-21 Tom JacksonRemoving redirects
2014-02-21 Qingyuan Deng<Thrift perftest> folly: modify Histogram const, add...
2014-02-07 Sean CannellaFix OS X compilation
2014-02-07 Jim Meyeringfolly: ASAN-exempt scanHaystackBlock, to avoid an FP...
2014-02-07 Tudor BosmanCache open ELF files in Symbolizer
2014-02-06 Philip Proninfix missing change from D1156950
2014-02-06 Tom JacksonCodemod following promotion
2014-02-06 Tom JacksonPromoting out of experimental
2014-02-06 Yan Wuraise error when parsing object with NaN or INF to...
2014-02-06 Dhruv MataniReplace CHECK_GT with DCHECK_GT in folly::Range::operator[]
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 Philip Pronintune EF coding
2014-02-06 Peter GriessSpecialize hash<basic_fbstring> in correct namespaces
2014-02-06 Adam Simpkinsadd additional formatChecked() and vformatChecked(...
2014-02-06 Peter GriessUse C++11 unordered collections instead of libstdc...
2014-02-06 Peter GriessUpdate folly-config.h for iOS/Apple
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-02-06 Peter GriessUse libc++ equivalent of std::__ostream_insert()
2014-02-06 Peter GriessChange paramter name to FB_STRINGIZE
2014-02-06 Marcelo Juchemsplit_step - tokenization make simple in folly::Range
2014-02-06 Peter GriessHandle platforms where off_t is not convertible to...
2014-02-06 Lucian Grijincufolly: File explicit ctor
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 Yasser Ganjisaffarbug fix when rallocm fails
2014-02-06 Philip ProninCHECK EliasFanoCompressedList::encode input is sorted
2014-02-06 Brian PaneAdd benchmark functions to the checksum unit tests
2014-02-06 Nicholas OrmrodRemoved duplicate #includes
next