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 |
2013-11-26 |
Tudor Bosman | Improve CompressionTest |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Tudor Bosman | Fix bad implementation of fnv32 |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Tom Jackson | Move byLine to FileGen.h, add explanatory note |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Daniel Marinescu | Added SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab... |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Yasser Ganjisaffar | Add missing files to Makefile headers |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Tudor Bosman | Add Formatter::writeTo(FILE*) |
commit | commitdiff | tree | snapshot |
2013-11-06 |
denisspb | Update Overview.md |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Avani Nandini | make move-ctor and destructor noexcept for folly::Optional |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Alex Landau | Fix passing MoveWrapper into lambdas |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Dave Watson | updating folly makefiles |
commit | commitdiff | tree | snapshot |
2013-11-06 |
Dave Watson | move MoveWrapper to folly |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Sara Golemon | Add missing define guard for folly-config.h |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Sara Golemon | Add missing include |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Andrey Goder | fix typo in comment |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Philip Pronin | exponential capacity growth for io::TypedIOBuf |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Philip Pronin | avoid using ifunc + ASan |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Rajat Goel | Issue with find and npos |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Nicholas Ormrod | Change FBString's #define throw |
commit | commitdiff | tree | snapshot |
next |