fix Cursor's copy constructor
[folly.git] / folly /
2014-03-18 Adam Simpkinsfix Cursor's copy constructor
2014-03-10 Marcus Holland-MoritzSupport 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 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
2014-01-19 Brian PaneEnable the __builtin_ia32_crc* acceleration functions...
2014-01-19 Vladimir TkachevRemove byLine(const char*) method
2014-01-19 Adam Simpkinssupport stack-allocated IOBufs
2014-01-19 Nathan BronsonBaton - minimalist inter-thread notification
2014-01-19 Alexander Sidorovfolly json bug fix: overflow for -1LL<<63
2014-01-19 Andrei AlexandrescureadFile reads an entire file into a string, vector...
2014-01-19 Marc Horowitzmove folly::detail::IsSomeString outside of folly:...
2014-01-16 Jordan DeLongRemove some files that should have been deleted in...
2014-01-16 Tudor Bosmanstack_trace_test was broken in debug mode
2014-01-16 Nathan Bronsoninclude guard name cleanup for IndexedMemPool
2014-01-16 Nathan BronsonIndexedMemPool - pool allocator tailored for lock-free...
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2014-01-16 Dario Russifix AtomicHashMap race condition
2014-01-16 Philip Proninadd FB_SINGLE_ARG macro
2014-01-06 Sara GolemonSome fixes for folly-oss repo.
2014-01-06 Ajit BanerjeeFix cursor insert inconsistency
2014-01-06 Nathan Bronsonwork around broken try_lock_for in gcc
2013-12-27 Peter GriessRemove FOLLY_NORETURN from definition.
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-26 Hitesh KhandelwalRevert "[Folly] Helper method to get exception type"
2013-12-20 Hitesh KhandelwalHelper method to get exception type
2013-12-20 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
next