2017-11-10 |
Pádraig Brady | folly: fix sysMembarrier() with newer kernel headers
|
commit | commitdiff | tree |
2017-11-10 |
Pádraig Brady | folly: avoid compile warning/failure due to lvalue...
|
commit | commitdiff | tree |
2017-11-10 |
Shubhanshu Agrawal | adding a fibers compatible once flag
|
commit | commitdiff | tree |
2017-11-09 |
Yedidya Feldblum | Add makeSemiFuture declarations to helpers.h
|
commit | commitdiff | tree |
2017-11-09 |
Phil Willoughby | Make ColdClassTest work on ancient compilers
|
commit | commitdiff | tree |
2017-11-09 |
Dan Melnic | Remove the zerocopy write threshold support, add support...
|
commit | commitdiff | tree |
2017-11-09 |
Teng Qin | Add parsing for indirect functions
|
commit | commitdiff | tree |
2017-11-09 |
Teng Qin | Add a multi-type version of iterateSectionsWithType
|
commit | commitdiff | tree |
2017-11-09 |
Yedidya Feldblum | Fix folly/test/Makefile.am
|
commit | commitdiff | tree |
2017-11-09 |
Teng Qin | Add a multi-type version of iterateSymbolsWithType
|
commit | commitdiff | tree |
2017-11-09 |
Yedidya Feldblum | In SemiFuture members, fix DCHECK of pointer types
|
commit | commitdiff | tree |
2017-11-09 |
Phil Willoughby | Actually mark Unexpected as cold
|
commit | commitdiff | tree |
2017-11-09 |
Christopher Dykes | Mark the base class of NoFutureInSplitter as public
|
commit | commitdiff | tree |
2017-11-08 |
Arkady Shapkin | Fix static linking gflags and glog
|
commit | commitdiff | tree |
2017-11-08 |
Yedidya Feldblum | Heterogeneous lookups for sorted_vector types
|
commit | commitdiff | tree |
2017-11-08 |
Andre Pinto | Avoid implicitly dropping const modifier
|
commit | commitdiff | tree |
2017-11-08 |
Andre Pinto | Fix oss build
|
commit | commitdiff | tree |
2017-11-08 |
Igor Sugak | fix -Wunused-variable
|
commit | commitdiff | tree |
2017-11-07 |
Christopher Dykes | Workaround a bug in MSVC
|
commit | commitdiff | tree |
2017-11-07 |
Adam Simpkins | logging: set the thread name for the AsyncFileWriter...
|
commit | commitdiff | tree |
2017-11-07 |
Dave Watson | Support movable keys
|
commit | commitdiff | tree |
2017-11-07 |
Dave Watson | Remove incorrect DCHECKS
|
commit | commitdiff | tree |
2017-11-07 |
Giuseppe Ottaviano | Allow to specify per-priority capacities in PriorityLifoSemM...
|
commit | commitdiff | tree |
2017-11-07 |
Yedidya Feldblum | crange, and range const overloads
|
commit | commitdiff | tree |
2017-11-06 |
Yedidya Feldblum | Move folly/LifoSem.h
|
commit | commitdiff | tree |
2017-11-06 |
Eric Niebler | Value-initialize the Data union member of folly::Function
|
commit | commitdiff | tree |
2017-11-06 |
Phil Willoughby | Mark constructing an Unexpected as cold
|
commit | commitdiff | tree |
2017-11-05 |
Yedidya Feldblum | Move folly/Functional.h
|
commit | commitdiff | tree |
2017-11-04 |
Yedidya Feldblum | constexpr_clamp
|
commit | commitdiff | tree |
2017-11-04 |
Lee Howes | Make SemiFuture::via throw on nullptr executor.
|
commit | commitdiff | tree |
2017-11-04 |
Yedidya Feldblum | Move folly/SafeAssert.h
|
commit | commitdiff | tree |
2017-11-03 |
Lee Howes | Parameter order
|
commit | commitdiff | tree |
2017-11-03 |
Louis Dionne | Nitpick: fix typo in name
|
commit | commitdiff | tree |
2017-11-03 |
Dan Melnic | Expose the zerocopy buf ID, change the AsyncSocket...
|
commit | commitdiff | tree |
2017-11-03 |
Lee Howes | Missing Future/SemiFuture->Value conversion check
|
commit | commitdiff | tree |
2017-11-03 |
Yedidya Feldblum | Alias std::launder when it is available
|
commit | commitdiff | tree |
2017-11-03 |
Eric Niebler | don't try to run the poly tests on gcc-4.9. they will...
|
commit | commitdiff | tree |
2017-11-02 |
Phil Willoughby | Make Expected presume it has a value and not an Error
|
commit | commitdiff | tree |
2017-11-02 |
Dan Melnic | Change kDefaultZeroCopyThreshold to 0 to avoid a regression...
|
commit | commitdiff | tree |
2017-11-02 |
Andrey Ignatov | Introduce non-throwing try* methods for IPAddress{...
|
commit | commitdiff | tree |
2017-11-02 |
Yedidya Feldblum | Refactor is_simple_allocator and callers
|
commit | commitdiff | tree |
2017-11-02 |
Christopher Dykes | Fix folly::Function under C++17 exception specifier...
|
commit | commitdiff | tree |
2017-11-01 |
Ognjen Dragoljevic | Make associative container out-of-range exception provide...
|
commit | commitdiff | tree |
2017-11-01 |
Lee Howes | Quick comment on DE to clarify use cases and lack of...
|
commit | commitdiff | tree |
2017-11-01 |
Yedidya Feldblum | Fix unsynchronized accesses in IOThreadPoolExecutor...
|
commit | commitdiff | tree |
2017-11-01 |
Eric Niebler | add a complete example to poly's docs, fix typos and...
|
commit | commitdiff | tree |
2017-11-01 |
Alisson Gusatti... | Fix OSS's "make check"
|
commit | commitdiff | tree |
2017-11-01 |
Maged Michael | Add integrated reference counting
|
commit | commitdiff | tree |
2017-11-01 |
Andrii Grynenko | Clear frame cache when activating a fiber
|
commit | commitdiff | tree |
2017-11-01 |
Yedidya Feldblum | A macro for creating member-invoke traits
|
commit | commitdiff | tree |
2017-10-31 |
Lee Howes | Adding DeferredExecutor to support deferred execution...
|
commit | commitdiff | tree |
2017-10-31 |
Martin Martin | Remove unused field or local var.
|
commit | commitdiff | tree |
2017-10-31 |
Teng Qin | Improve folly::RequestContext onSet and onUnset efficiency
|
commit | commitdiff | tree |
2017-10-31 |
Teng Qin | Improve folly::RequestContext::get()
|
commit | commitdiff | tree |
2017-10-31 |
Alex Guzman | Add utility function for loading certificates from...
|
commit | commitdiff | tree |
2017-10-31 |
Yedidya Feldblum | Outline most throw expressions in Expected
|
commit | commitdiff | tree |
2017-10-31 |
Yedidya Feldblum | Remove dep on Format.h from GenerateFingerprintTables.cpp
|
commit | commitdiff | tree |
2017-10-31 |
Yedidya Feldblum | Remove folly/ContainerTraits.h
|
commit | commitdiff | tree |
2017-10-31 |
Yedidya Feldblum | Move folly/experimental/AsymmetricMemoryBarrier.h
|
commit | commitdiff | tree |
2017-10-30 |
Christopher Dykes | Fix the CMake build
|
commit | commitdiff | tree |
2017-10-30 |
Felix Leupold | Allow to pass ObjC blocks into folly::Function
|
commit | commitdiff | tree |
2017-10-30 |
Yedidya Feldblum | Simplify type_t
|
commit | commitdiff | tree |
2017-10-30 |
Lee Howes | Split SemiFuture and Future into separate types. Add...
|
commit | commitdiff | tree |
2017-10-30 |
Arkady Shapkin | Mention Windows (Vcpkg) build in README.md
|
commit | commitdiff | tree |
2017-10-30 |
Eric Niebler | Folly.Poly: a library for creating type-erasing polymorphic...
|
commit | commitdiff | tree |
2017-10-30 |
Alexander Pronchenkov | Remove a few memory allocations in ThreadWheelTimekeeper...
|
commit | commitdiff | tree |
2017-10-30 |
Murali Vilayannur | Override TemporaryFile's default move constructor
|
commit | commitdiff | tree |
2017-10-29 |
Yedidya Feldblum | CodeMod: Replace includes of folly/Hash.h with folly...
|
commit | commitdiff | tree |
2017-10-29 |
Yedidya Feldblum | Make SysBufferDeleter::operator() inlineable
|
commit | commitdiff | tree |
2017-10-29 |
Yedidya Feldblum | Move folly/Launder.h
|
commit | commitdiff | tree |
2017-10-29 |
Yedidya Feldblum | Move folly/Array.h
|
commit | commitdiff | tree |
2017-10-29 |
Yedidya Feldblum | Move folly/Assume.h
|
commit | commitdiff | tree |
2017-10-28 |
Andrew Krieger | Break out BitIterator into its own header
|
commit | commitdiff | tree |
2017-10-28 |
Yedidya Feldblum | Move folly/detail/AtomicUtils.h
|
commit | commitdiff | tree |
2017-10-28 |
Scott Michelson | LOG_EVERY_N instead of every time
|
commit | commitdiff | tree |
2017-10-27 |
Yedidya Feldblum | Fix FunctionScheduler::resetFunctionTimer concurrency bug
|
commit | commitdiff | tree |
2017-10-27 |
Yedidya Feldblum | type_t, a generalization of void_t
|
commit | commitdiff | tree |
2017-10-26 |
Christopher Dykes | Just use a volatile static in Malloc.h
|
commit | commitdiff | tree |
2017-10-26 |
Christopher Dykes | Fix build with Windows SDK v10.0.16232
|
commit | commitdiff | tree |
2017-10-26 |
Dan Melnic | Disable zerocopy if we're notified about deferred copies...
|
commit | commitdiff | tree |
2017-10-26 |
Yedidya Feldblum | Expected coroutines support
|
commit | commitdiff | tree |
2017-10-26 |
Kenny Yu | folly: Fix data race in folly::Codel
|
commit | commitdiff | tree |
2017-10-25 |
Luca Niccolini | rework reads/writes
|
commit | commitdiff | tree |
2017-10-25 |
Marko Novakovic | Supply an explicit default dtor impl
|
commit | commitdiff | tree |
2017-10-25 |
Yedidya Feldblum | Flesh out Optional members swap, reset, emplace, has_value
|
commit | commitdiff | tree |
2017-10-25 |
Yedidya Feldblum | Simplify IsUniquePtrToSL in IOBuf.h
|
commit | commitdiff | tree |
2017-10-24 |
Yedidya Feldblum | Move folly/Hash.h to folly/hash/, leaving a shim
|
commit | commitdiff | tree |
2017-10-24 |
Igor Sugak | fix build with asan and static linking
|
commit | commitdiff | tree |
2017-10-24 |
Christopher Dykes | Prefer bool literals rather than integers in boolean...
|
commit | commitdiff | tree |
2017-10-24 |
Christopher Dykes | Consistently have the namespace closing comment
|
commit | commitdiff | tree |
2017-10-23 |
Christopher Dykes | Modernize uses of std::make_shared
|
commit | commitdiff | tree |
2017-10-23 |
Lee Howes | Add a full drain for folly's ManualExecutor.
|
commit | commitdiff | tree |
2017-10-23 |
James Sedgwick | move Iterator, Enumerate, EvictingCacheMap, Foreach...
|
commit | commitdiff | tree |
2017-10-23 |
Qi Wang | MemoryIdler: use mallctl directly for tcache.flush
|
commit | commitdiff | tree |
2017-10-23 |
Christopher Dykes | Modernize use of std::make_unique
|
commit | commitdiff | tree |
2017-10-23 |
Jon Maltiel Swenson | Rename unique_lock variables in `TimedMutex` in order...
|
commit | commitdiff | tree |
2017-10-23 |
Andrew Krieger | Gate std::invoke_result et. al. to appropriate MSVC...
|
commit | commitdiff | tree |
2017-10-23 |
James Sedgwick | move Arena, ThreadCachedArena, and Malloc to memory/
|
commit | commitdiff | tree |
2017-10-22 |
James Sedgwick | move futures/test/ExecutorTest.cpp to executors/
|
commit | commitdiff | tree |
2017-10-21 |
James Sedgwick | move InlineExecutor, ManualExecutor, and GlobalThreadPoolList to
|
commit | commitdiff | tree |
next |