fix fbstring move assignment operator
[folly.git] / folly / experimental /
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
2012-09-17 Tudor BosmanStream operations: file access, iteration, splitting.
2012-08-08 Tudor BosmanDetect popcnt instruction at runtime, use it if available.
2012-08-02 Abhijeet JoglekarAllow capacity and length to be different for user...
2012-08-02 Tudor BosmanFix an issue in IOBufQueue::move
2012-07-13 Tudor BosmanMake Bits<T> work with T = Unaligned<X> (X is unsigned...
2012-07-13 Tudor BosmanAdd IOBufQueue::prepend, fix bug in IOBuf::prepend.
2012-07-13 Tudor BosmanAdd multi-bit operations to folly/experimental/Bits.h
2012-07-13 Andrew Gallagherfolly: get building with gcc-4.7.1
2012-06-27 Tudor BosmanMinor changes to folly/experimental/io
2012-06-22 Tudor BosmanAdd TypedIOBuf.
2012-06-22 Tudor BosmanAdd an allocate() member function on IOBufQueue
2012-06-12 Tudor BosmanInternalBuf doesn't need capacity
2012-06-12 Tudor BosmanProperly align internal buffer in IOBuf.
2012-06-12 Tudor BosmanAdd IOBuf::takeOwnership(unique_ptr<T>&&).
2012-06-08 Philip Proninfolly::detail::futex should be inline
2012-06-08 Tudor BosmanAdd IOBufQueue::wrapBuffer, which handles buffers ...
2012-06-07 Tudor BosmanEventCount: "condition variable" for lock-free algorithms
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6