folly.git
2012-07-13 Philip Proninfix memory order in AtomicHashMap<>::findInternal()
2012-07-13 Andrew Gallagherfolly: fix build on ubuntu and fedora platforms
2012-07-13 Tudor Bosman(minor changes, part of unrelated diff)
2012-07-13 Tudor BosmanAdd IOBufQueue::prepend, fix bug in IOBuf::prepend.
2012-07-13 Eitan FrachtenbergImprove digits_to() performance
2012-07-13 Tudor BosmanAdd multi-bit operations to folly/experimental/Bits.h
2012-07-13 Rafael Sagulaadding StringPiece constructor that takes a piece of...
2012-07-13 Tudor BosmanRemove unnecessary member variable.
2012-07-13 Spencer Ahrensadd bm_max/min_iters and bm_regex
2012-07-13 Andrew Gallagherfolly: get building with gcc-4.7.1
2012-06-27 Tudor BosmanMinor changes to folly/experimental/io
2012-06-27 Rajat GoelAdding support to output benchmarks result in JSON
2012-06-22 Tudor BosmanAdd TypedIOBuf.
2012-06-22 Mike CurtissAdd sizeGuess() member to ProducerConsumerQueue
2012-06-22 Tudor BosmanAdd an allocate() member function on IOBufQueue
2012-06-22 Sherman YeFix a typo in benchmark comments
2012-06-14 Tudor BosmanUnbreak Ubuntu build.
2012-06-14 Andrew GallagherFix clang narrowing error in GroupVarintTables
2012-06-14 Tudor BosmanClarify split / splitTo comments.
2012-06-14 Chip TurnerMove and refactor code
2012-06-13 Tudor BosmanFix narrowing warning (if enabled).
2012-06-13 Tudor BosmanFix intermittent failure in concurrent_skip_list_test
2012-06-12 Tudor BosmanFix build and test.
2012-06-12 Tudor BosmanFix build and test.
2012-06-12 Tudor BosmanMove Rabin fingerprinting code to folly.
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-12 Tudor BosmanTypos.
2012-06-09 Tudor BosmanD'oh: fix size computation in ThreadLocalDetail.h
2012-06-08 Philip Proninfolly::detail::futex should be inline
2012-06-08 Tudor BosmanAdd IOBufQueue::wrapBuffer, which handles buffers ...
2012-06-07 Tudor BosmanAdd links to README.
2012-06-07 Tudor BosmanDeuglify unaligned accesses in GroupVarint.
2012-06-07 Tudor BosmanEventCount: "condition variable" for lock-free algorithms
2012-06-05 Andrew Gallagherfbstring: remove reference to /home/engshare/ paths
2012-06-05 Jordan DeLongFix some memory_order parameters in AtomicHashMap
2012-06-05 Christopher... Some typos corrects, and collapsed the two descriptions...
2012-06-05 Tudor BosmanAdd #include <new> to folly/Malloc.h.
2012-06-05 Tudor BosmanCheck the return value from malloc / realloc.
2012-06-05 Michael CurtissFix error in ProducerQueue::isEmpty
2012-06-05 Tudor BosmanTypos.
2012-06-05 Jordan DeLongMove LICENCE and README to top level directory
2012-06-05 Chip Turneradd a .gitignore and remove folly-config.h (generated...
2012-06-05 Tom JacksonAdding support for in-place use of ProducerConsumerQueue.
2012-06-04 Jordan DeLongAdd a LICENSE file for folly
2012-06-04 Jordan DeLongUpdate the folly/README
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6
2012-06-01 Jordan DeLonginitial