Add new CRC-32C checksum functions to folly
[folly.git] / folly / experimental /
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...
2012-12-16 Tudor Bosmanone more
2012-12-16 Tudor Bosmanfix ~File crash in debug mode
2012-12-16 Tudor Bosmanunbreak build
2012-12-16 Tudor BosmanRemove Stream
2012-12-16 Tom Jacksonsplit()
2012-12-16 Tudor Bosmanfix comments
2012-12-16 Tudor Bosmanadd split operator
2012-12-16 Tudor Bosmanmovify generators (but mostly operators)
2012-12-16 Tom JacksonComposed, for lightweight operator composition
2012-12-16 Tudor Bosmanadd IOBuf::moveToFbString
2012-10-29 Tom Jacksonfolly::gen, or Comprehensions->Folly
2012-09-17 Tudor BosmanVerbosify exception tracer dumps
2012-09-17 Tudor BosmanFix InpuByteStreamSplitter in debug mode.
2012-09-17 Tudor BosmanMinor huge pages library changes
2012-09-17 Tudor BosmanHuge page library.
2012-09-17 Tudor BosmanUnbreak build.
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental
next