Remove disallowed &* of FwdIterator
[folly.git] / folly / experimental /
2014-02-21 Alexey SpiridonovPart 2: Crontab selector
2014-02-21 Alexey SpiridonovPart 1: Local time label <=> UTC timestamp conversion
2014-02-21 Jim Meyeringfolly: avoid false-positive ASAN-abort from SignalHandl...
2014-02-21 Tom JacksonRemoving redirects
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 Philip Pronintune EF coding
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2014-02-06 Lucian Grijincufolly: File explicit ctor
2014-02-06 Philip ProninCHECK EliasFanoCompressedList::encode input is sorted
2014-01-19 Vladimir TkachevRemove byLine(const char*) method
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 Tudor Bosmanstack_trace_test was broken in debug mode
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2013-12-20 Tudor BosmanFix name handling when baseDir and subDir are both...
2013-12-20 Tudor Bosmanunw_backtrace is not async-signal-safe
2013-12-20 Tudor BosmanFix test, also do not read from stack of another thread
2013-12-20 Adam Simpkinsfix callPreviousSignalHandler()
2013-12-20 Tudor BosmanSeparate installFatalSignalCallbacks
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 Tudor BosmanChange exception tracer to use per-thread caching in...
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-11-26 Tom JacksonMove byLine to FileGen.h, add explanatory note
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-09-22 Altan AlpayAsyncIO::initializeContext() should provide more debug...
2013-09-22 Philip Proninfix heap-buffer-overflow (asan) in EliasFanoCoding
2013-08-28 Tudor BosmanUnbreak build: -Werror=pragmas (srsly)
2013-08-28 Tudor BosmanExpand the range where uninitialized warnings are ignored
2013-08-28 Philip Proninmake StringGen clang-compatible
2013-08-28 Tom Jacksondereference
2013-08-28 Tom JacksonFixing Until, Take
2013-08-28 Kittipat VirochsiriBatch
2013-08-28 Tom JacksonCycle
2013-07-18 Sean CannellaOSX compat fixes
2013-07-18 Tom Jacksonguard<Exception>() (redo)
2013-07-09 Chip TurnerRevert D874344 (it broke the build)
2013-07-09 Tom Jacksonguard<Exception>()
2013-06-26 Tudor BosmanSpeed up EventCount, now 64-bit only
2013-06-26 Tudor BosmanUse libunwind instead of the heavyweight thing from...
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-03 Daniel Sloofmake folly build on OSX
2013-06-03 Tom JacksoneachToTuple<Types...>()
2013-06-03 Mike CurtissHACK: New Gen operators: zip, interleave
2013-06-03 Tom Jacksonmember(&Foo::getter), field(&Foo::field)
2013-05-23 Mike CurtissGen apply comment
2013-05-20 Mike Curtissgen::sample
2013-05-20 Tudor BosmanMake folly::AsyncIO thread safe
2013-05-20 Owen YamauchiBreak dependency on endian.h
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 Tudor BosmanFix async_io_test to work with larger block sizes
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-04-21 Tudor BosmanModernize TemporaryFile, add TemporaryDirectory
2013-04-21 Philip Pronindo not include iostream from Range.h
2013-04-21 Tudor Bosmanremove folly/eventfd.h
2013-03-27 Louis Brandyfix clang warnings in folly::Gen
2013-03-27 Peter GriessAdd read/write mode to ElfFile
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 Mike CurtissHACK: Static detection of infinite sequences
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-03-19 Tom JacksonFix unsplit(", ")
2013-03-19 Tom JacksonFixing namespace for GeneratorBuilder, more moves for...
2013-03-19 Tudor BosmanAdd CHECK for out-of-range minRequests
2013-03-19 Lucian Grijincufolly: AsyncIO: add debuging helper
2013-03-19 Tom Jacksonfolly/{experimental => .}/File
2013-03-19 Tudor BosmanRework folly::AsyncIO interface to make it easier for...
2013-03-19 Sergey DoroshenkoMake AsyncIO::capacity_ const
2013-03-19 Tom Jacksonall(), better any()
2013-03-19 Tudor Bosmanfix typos
2013-03-19 Tudor BosmanAsyncIO: CHECK preconditions
2013-03-19 Tudor BosmanAsyncIO in folly
2013-03-19 Andrew Tullochunsplit
2013-02-04 Jordan DeLongUpdate example in folly::gen
2013-02-04 Tom Jacksoncontains()
2013-01-19 Philip Proninopen source Elias-Fano coding implementation
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
2013-01-19 Tudor Bosmangraduate IOBuf out of folly/experimental
2013-01-19 Rafael Sagulafolly/comprehensions - fixing exceptions
2012-12-16 Tudor BosmanFix bug in Bits<T>::get / set
2012-12-16 Tudor BosmanSilence -Wuninitialized in some cases
2012-12-16 Tom JacksonRemoving test code from `first`
2012-12-16 Tom JacksonFixing GENERATOR benchmark
2012-12-16 Tom JacksonSimplifying GENERATOR to be like ScopeGuard
2012-12-16 Tudor Bosmanfolly/PaddedSequence.h
2012-12-16 Alan FrindellFix IOBufQueue::preallocate for callers who really...
2012-12-16 Alan FrindellReturn the maximum available space from IOBufQueue...
2012-12-16 Dave Watsonadd clone / insert methods
2012-12-16 Adam Simpkinsadd IOBuf::maybeCopyBuffer()
2012-12-16 Tom JacksonRemoving unneeded eachAs() operators
2012-12-16 Tudor Bosmanstatic constexpr in enclosing class + lambdas make...
next