2014-02-28 |
Hans Fugal | (wangle) more comment tweaks |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Hans Fugal | (wangle) comment cleanup |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Hans Fugal | s/valueTry/getTry/ |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Hans Fugal | (wangle) remove Future::wait |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Hans Fugal | Try Contains enum as an enum class |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Stepan Palamarchuk | Add method, that constructs Try<T> based on the result... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Adam Simpkins | add operator +, ==, and != to Cursor classes |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Andrew Gallagher | folly: install missing headers from Makefile.am |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Andrew Gallagher | Fix inclusions of double-conversion to use proper path |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Ben Maurer | Fix random tests |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Dave Watson | Move wangle to folly |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Tudor Bosman | Leak ELF file cache that the signal handler uses |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Tudor Bosman | Harden failure signal handler in the face of memory... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Ben Maurer | Random number generator utilities for folly |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Tom Conerly | Fix clang folly::to failure |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Nicholas Ormrod | Fix FBString's new includes |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Nicholas Ormrod | Remove disallowed &* of FwdIterator |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Peter Griess | Try again to fix hash<fbstring> namespacing |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Alexey Spiridonov | Part 2: Crontab selector |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Tudor Bosman | Better support for folly::Range with non-const iterator... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Alexey Spiridonov | Part 1: Local time label <=> UTC timestamp conversion |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Omry Yadan | allow folly Cursor to read and write floats |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Tudor Bosman | Make IOBuf support 64-bit length and capacity |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Bo Liu | add clone() of stack allocated memory for folly::Cursor... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Andrei Alexandrescu | Use standard variadic macros instead of gcc-specific... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Peter Griess | Use #if rather than #ifdef for FOLLY_HAVE_WEAK_SYMBOLS |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Jim Meyering | folly: avoid false-positive ASAN-abort from SignalHandl... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Tom Jackson | Removing redirects |
commit | commitdiff | tree | snapshot |
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 |
next |