2014-02-21 |
Qingyuan Deng | <Thrift perftest> folly: modify Histogram const, add... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Sean Cannella | Fix OS X compilation |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Jim Meyering | folly: ASAN-exempt scanHaystackBlock, to avoid an FP... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Tudor Bosman | Cache open ELF files in Symbolizer |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Philip Pronin | fix missing change from D1156950 |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Tom Jackson | Codemod following promotion |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Tom Jackson | Promoting out of experimental |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Yan Wu | raise error when parsing object with NaN or INF to... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Dhruv Matani | Replace CHECK_GT with DCHECK_GT in folly::Range::operator[] |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Tudor Bosman | Fix rare corruption in StaticMeta::head_ list around... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Nathan Bronson | Baton - flushing of thread-local memory during a long... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Nathan Bronson | FB_LOG_EVERY_MS should use wall time instead of cpu... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Philip Pronin | tune EF coding |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Specialize hash<basic_fbstring> in correct namespaces |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Adam Simpkins | add additional formatChecked() and vformatChecked(... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Use C++11 unordered collections instead of libstdc... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Update folly-config.h for iOS/Apple |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Louis Brandy | Copyright 2013 -> 2014 |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Use libc++ equivalent of std::__ostream_insert() |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Change paramter name to FB_STRINGIZE |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Marcelo Juchem | split_step - tokenization make simple in folly::Range |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Peter Griess | Handle platforms where off_t is not convertible to... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Lucian Grijincu | folly: File explicit ctor |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Adam Simpkins | add formatChecked(), which does not crash on bad format... |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Adam Simpkins | revert format()'s behavior of crashing on error |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Yasser Ganjisaffar | bug fix when rallocm fails |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Philip Pronin | CHECK EliasFanoCompressedList::encode input is sorted |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Brian Pane | Add benchmark functions to the checksum unit tests |
commit | commitdiff | tree | snapshot |
2014-02-06 |
Nicholas Ormrod | Removed duplicate #includes |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Brian Pane | Enable the __builtin_ia32_crc* acceleration functions... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Vladimir Tkachev | Remove byLine(const char*) method |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Adam Simpkins | support stack-allocated IOBufs |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Nathan Bronson | Baton - minimalist inter-thread notification |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Alexander Sidorov | folly json bug fix: overflow for -1LL<<63 |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Andrei Alexandrescu | readFile reads an entire file into a string, vector... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Marc Horowitz | move folly::detail::IsSomeString outside of folly:... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Jordan DeLong | Remove some files that should have been deleted in... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Tudor Bosman | stack_trace_test was broken in debug mode |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Nathan Bronson | include guard name cleanup for IndexedMemPool |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Nathan Bronson | IndexedMemPool - pool allocator tailored for lock-free... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Lucian Grijincu | folly: symbolizer: small terse write fix + colorize... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Dario Russi | fix AtomicHashMap race condition |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Philip Pronin | add FB_SINGLE_ARG macro |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Sara Golemon | Some fixes for folly-oss repo. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ajit Banerjee | Fix cursor insert inconsistency |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Nathan Bronson | work around broken try_lock_for in gcc |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Peter Griess | Remove FOLLY_NORETURN from definition. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Brian Pane | Add new CRC-32C checksum functions to folly |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Jim Meyering | folly: avoid ASAN-detected new[] vs "delete" mismatch |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Peter Griess | Detect availability of cplus_demangle_v3_callback() |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Hitesh Khandelwal | Revert "[Folly] Helper method to get exception type" |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Hitesh Khandelwal | Helper method to get exception type |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Peter Griess | Handle lack of <bits/c++config.h> and <bits/functexcept.h> |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Peter Griess | Define weak r?allocm symbols in Malloc.h |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Fix name handling when baseDir and subDir are both... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Add startsWith, endsWith, removePrefix, removeSuffix... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | unw_backtrace is not async-signal-safe |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Sarang Masti | Add futexTimedWait |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Nathan Bronson | AtomicStruct<T> provides atomic ops on small trivial... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Mark McDuff | folly::json: allow skipping invalid UTF8 |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Andrew Gallagher | folly/io:compression: add LZMA2 support |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Fix test, also do not read from stack of another thread |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Alex Malyshev | Don't forward declare ObjectMaker twice in dynamic |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | fix callPreviousSignalHandler() |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Separate installFatalSignalCallbacks |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Switch to folly symbolizer |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Andrei Alexandrescu | SCOPE_SUCCESS should be able to throw, the others shouldn't |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Nathan Bronson | centralize cache-line alignment goo into CacheLocality |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Nicholas Ormrod | FBString iomanip fix. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Use fixed size stack traces; unify getStackTrace |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Nathan Bronson | detail/CacheLocality.h - utilities for dynamic cache... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Revert "Change exception tracer to use per-thread cachi... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Print (2 more) if stack trace truncated |
commit | commitdiff | tree | snapshot |
2013-12-20 |
bsimmers | Fix asm constraints in folly::MicroSpinLock::cas |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | make IOBuf::gather() safe |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | fix issues when compiling with clang |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | change the mechanism for "internal" buffer storage |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Change exception tracer to use per-thread caching in... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Soren Lassen | Made File::release() return the released file descriptor. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Async-signal-safe symbolizer, fatal signal handler |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | Add async-signal-safe flavor of demangle |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Tudor Bosman | SafeAssert: async-signal-safe CHECK, DCHECK |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | update moveToFbString()'s handling of flags_ |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | fix IOBuf::reserve() when operating on a user-supplied... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Anton Likhtarov | sort_keys option for json |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Brian Watling | Trivial argument rename in MPMCQueue |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Soren Lassen | Make FOR_EACH* work with temporary containers. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adam Simpkins | fix bugs in the cursor StringOperations test |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Peter Griess | Revert "Handle lack of <bits/c++config.h> and <bits... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Get Subprocess running for Mac OS X |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Revert D998590 |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Remove generated .cpp files on 'make clean' |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Fix broken clause11_21_4_6_6 test in Apple Clang. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Handle platforms that don't support __thread. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Handle lack of weak symbols on some platforms |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Peter Griess | Handle lack of <bits/c++config.h> and <bits/functexcept.h> |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Ben Maurer | Avoid copy in folly::toJson |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Stephen Chen | fix broken clang build: add missing template keyword |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Stephen Chen | Port TimeseriesHistogram from common/stats to folly |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Dave Watson | Add generated files to Makefile.am |
commit | commitdiff | tree | snapshot |
next |