logging: allow partial updates to log handler settings
[folly.git] / folly / executors /
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-02 David Goodeallow fiber executor to override fiber options
2017-11-23 Yedidya FeldblumQueuedImmediateExecutor tweaks
2017-11-07 Giuseppe OttavianoAllow to specify per-priority capacities in PriorityLif...
2017-11-06 Yedidya FeldblumMove folly/LifoSem.h
2017-11-01 Yedidya FeldblumFix unsynchronized accesses in IOThreadPoolExecutor...
2017-10-31 Teng QinImprove folly::RequestContext onSet and onUnset efficiency
2017-10-26 Kenny Yufolly: Fix data race in folly::Codel
2017-10-24 Christopher DykesPrefer bool literals rather than integers in boolean...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Lee HowesAdd a full drain for folly's ManualExecutor.
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-22 James Sedgwickmove futures/test/ExecutorTest.cpp to executors/ v2017.10.23.00
2017-10-21 James Sedgwickmove InlineExecutor, ManualExecutor, and GlobalThreadPo...
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-21 Yedidya FeldblumUse folly/portability/GTest.h in folly/executurs/test/
2017-10-20 James Sedgwickmove executor task queues and thread factories into...
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-18 James Sedgwickmove futures/QueuedImmediateExecutor to executors/Queue...
2017-10-18 James Sedgwickmove futures/ScheduledExecutor to executors/ScheduledEx...
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-10-18 James Sedgwickmove python/NotificationQueueExecutor to futures/
2017-10-05 Yedidya FeldblumMove GlobalThreadPoolList.h into folly/concurrency/
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-09-19 Christopher DykesSet names in NamedThreadFactory in the new thread
2017-09-07 Kenny YuFix data race in folly/executors/Codel.cpp exposed...
2017-09-06 James Sedgwickmove wangle/concurrent to folly/executors