folly.git
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-05-20 Chip TurnerExpose a human-readable type name for a dynamic
2013-05-20 Mark WilliamsNew feature support in folly::AtomicHash*
2013-05-20 Tudor BosmanAdd fsyncNoInt, fdatasyncNoInt
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanfix segfault on fb platform
2013-05-20 Tudor Bosmanconvert RecordIO to pwritev
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...
2013-05-20 Tudor BosmanMake folly::AsyncIO thread safe
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-05-20 Owen YamauchiBreak dependency on byteswap.h
2013-05-20 Owen YamauchiBreak dependency on features.h
2013-05-20 Hannes Roth(Folly) Remove unused variable according to -Wunused...
2013-05-20 Owen YamauchiFail the configure script if you don't have boost
2013-05-20 Peter GriessAdd read*String() methods to Cursor
2013-05-20 Tom JacksonFixed-size split()
2013-05-20 Tudor BosmanRecordIO: robust record-based streaming I/O
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...
2013-05-20 Jordan DeLongFix build for folly_fb_platform
2013-05-20 Tom JacksonMaking from(dynamic.items()) work
2013-05-20 Tom JacksondistinctBy()
2013-05-20 Tom JacksonDisabling conversion with contained value for Optional
2013-05-20 Tudor BosmanFix async_io_test to work with larger block sizes
2013-05-20 Adam Simpkinsmove rateHelper() to detail/Stats.h
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-05-20 Philip Proninfix fbstring move assignment operator
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-04-21 Tudor BosmanModernize TemporaryFile, add TemporaryDirectory
2013-04-21 Tudor BosmanRevert "Revert "URI parsing in folly""
2013-04-21 Tudor BosmanRevert "URI parsing in folly"
2013-04-21 Tudor BosmanURI parsing in folly
2013-04-21 Christian KammFix bug in reserve() and shrink_to_fit().
2013-04-21 Tudor BosmanMake Subprocess::spawn more robust
2013-04-21 Philip Pronindo not include iostream from Range.h
2013-04-21 Adam Simpkinsmove Histogram.h to stats/
2013-04-21 Marcelo Juchemeasier rebinding of allocators
2013-04-21 Marcelo JuchemMaking StlAllocator<Alloc, void> usable when rebinding.
2013-04-21 Michael ConnorInitialize variable before using in own initialization
2013-04-21 Jonathan CoensSoft-limit for arenas
2013-04-21 Marcelo JuchemFixing clang compatibility issues
2013-04-21 Marcelo JuchemImplementing a traits class to check for incomplete...
2013-04-21 Lucian Grijincufolly: speed up fastpath of ThreadLocal::get()
2013-04-21 Lucian Grijincufolly: speed up fastpath of StaticMeta::get()
2013-04-21 Marcelo Juchemas_stl_allocator "template alias"
2013-04-21 Misha ShneersonSuppress unused variable warning
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-04-21 Tudor Bosmanremove folly/eventfd.h
2013-04-21 Brett SimmersRemove an unused variable in FormatValue<double>
2013-03-27 Tudor Bosmanmake sse4.2 functions in folly/Range.h build on -fb...
2013-03-27 Louis Brandyfix clang warnings in folly::Gen
2013-03-27 Peter GriessAdd read/write mode to ElfFile
2013-03-27 Owen YamauchiHandle non-Intel platforms in Range and CpuId
2013-03-27 Peter GriessAdd symbol name resolution and value retrieval
2013-03-27 Peter GriessEnable Elf::at<T> only for POD data types
2013-03-27 Peter GriessMove folly::symbolizer::systemError() into Exception.h
2013-03-27 Owen YamauchiCompile out GroupVarint on non-Intel
2013-03-27 Louis BrandyStlAllocator.h + MakeUnique.h -> Memory.h
2013-03-27 Mike CurtissHACK: Static detection of infinite sequences
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-03-27 Hans FugalIOBuf::getIov
2013-03-27 Alessandro... allow to dequeue the first IOBuf in an IOBufQueue
2013-03-19 Mike CurtissUse aligned loads for Range::find_first_of
2013-03-19 Tom JacksonShort-circuit operator== based on size()
2013-03-19 Tom JacksonFix unsplit(", ")
2013-03-19 Marcelo Juchemadding is_non_positive traits
2013-03-19 David VickreyMake hash_combine accept a configurable hash function
2013-03-19 Tom JacksonFixing namespace for GeneratorBuilder, more moves for...
2013-03-19 Lovro PuzarAdd explicit assignment operator definitions to Optional
2013-03-19 Ben Gertzfieldfolly (easy): Disable GCC-specific warning disabling...
2013-03-19 Tudor BosmanAdd CHECK for out-of-range minRequests
2013-03-19 Tom JacksonRemove File::tryOpen
2013-03-19 Tom JacksonFile::tryOpen
2013-03-19 Tom JacksonTruthy File
2013-03-19 Tudor BosmanAdd resizing constructor to folly::padded::Adaptor
2013-03-19 Tom JacksonAdding useful error message for File
2013-03-19 Adam Simpkinsprovide a flag to control the minimum number of iterations
2013-03-19 Mike Curtissfolly::make_optional
2013-03-19 Lucian GrijincuMemoryMapping::data() returns StringPiece ::range(...
2013-03-19 Owen YamauchiAbstract ifunc support into a define
2013-03-19 Tom JacksonRenaming flag in MemoryMapping
2013-03-19 Tom JacksonMemoryMapping
2013-03-19 Lucian Grijincufolly: AsyncIO: add debuging helper
2013-03-19 Tom Jacksonfolly/{experimental => .}/File
2013-03-19 Mike CurtissFix SIGSEGV in StringPiece::find_first_of
2013-03-19 Tudor BosmanRework folly::AsyncIO interface to make it easier for...
2013-03-19 Tudor Bosmanfix comment
2013-03-19 Rajat Goelvalue_ might be uninitialized
2013-03-19 Tudor BosmanDefine ALLOCM_LG_ALIGN
2013-03-19 Gaurav JainMinor clang compiler fixes
2013-03-19 Sergey DoroshenkoMake AsyncIO::capacity_ const
2013-03-19 Jordan DeLongCodemod time\(NULL\) to time(nullptr)
2013-03-19 Tudor BosmanFix subtle double-free in trimEnd; optionally pack...
2013-03-19 Tom Jacksonall(), better any()
2013-03-19 Tudor Bosmanfix typos
2013-03-19 Peter GriessAdd some CursorBase::operator-() implementations
2013-03-19 Philip Proninassert on self move assignment
2013-03-19 Tudor BosmanAsyncIO: CHECK preconditions
next