Mention Windows (Vcpkg) build in README.md
[folly.git] / folly /
2017-10-30 Eric NieblerFolly.Poly: a library for creating type-erasing polymor...
2017-10-30 Alexander PronchenkovRemove a few memory allocations in ThreadWheelTimekeepe...
2017-10-30 Murali VilayannurOverride TemporaryFile's default move constructor v2017.10.30.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-29 Yedidya FeldblumMake SysBufferDeleter::operator() inlineable
2017-10-29 Yedidya FeldblumMove folly/Launder.h
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-28 Scott MichelsonLOG_EVERY_N instead of every time
2017-10-27 Yedidya FeldblumFix FunctionScheduler::resetFunctionTimer concurrency bug
2017-10-27 Yedidya Feldblumtype_t, a generalization of void_t
2017-10-26 Christopher DykesJust use a volatile static in Malloc.h
2017-10-26 Christopher DykesFix build with Windows SDK v10.0.16232
2017-10-26 Dan MelnicDisable zerocopy if we're notified about deferred copie...
2017-10-26 Yedidya FeldblumExpected coroutines support
2017-10-26 Kenny Yufolly: Fix data race in folly::Codel
2017-10-25 Luca Niccolinirework reads/writes
2017-10-25 Marko NovakovicSupply an explicit default dtor impl
2017-10-25 Yedidya FeldblumFlesh out Optional members swap, reset, emplace, has_value
2017-10-25 Yedidya FeldblumSimplify IsUniquePtrToSL in IOBuf.h
2017-10-24 Yedidya FeldblumMove folly/Hash.h to folly/hash/, leaving a shim
2017-10-24 Igor Sugakfix build with asan and static linking
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 Christopher DykesModernize uses of std::make_shared
2017-10-23 Lee HowesAdd a full drain for folly's ManualExecutor.
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 Qi WangMemoryIdler: use mallctl directly for tcache.flush
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-23 Jon Maltiel SwensonRename unique_lock variables in `TimedMutex` in order...
2017-10-23 Andrew KriegerGate std::invoke_result et. al. to appropriate MSVC...
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
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 James Sedgwickmove io/Compression and io/compression/* to compression/
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-20 Christopher DykesMatch commented argument names with actual names
2017-10-19 Christopher DykesUse nullptr rather than 0 for a null pointer
2017-10-19 James Sedgwickmove CallOnce to synchronization/
2017-10-19 Alex YarmulaHandle timekeeperSingleton being nullptr in within()
2017-10-19 Yedidya FeldblumAdd InlineExecutor.cpp to Makefile.am
2017-10-19 Yedidya FeldblumFix fibers build on older boost
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 James Sedgwickmove ApplyTuple to functional/
2017-10-19 Peter AlexanderAdd ProducerConsumerQueue::capacity()
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Walker MillsAdd window overload that takes an executor to prevent...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-10-19 Arkady ShapkinEnable bug workaround also for MSVC 2017.4
2017-10-19 Boliu XuFix incorrect example usage in stop_watch
2017-10-19 Richard FillmanMove small fields to avoid padding in AsyncSocket.h...
2017-10-18 James Sedgwickmove futures/QueuedImmediateExecutor to executors/Queue...
2017-10-18 Andrew KriegerWorkaround MSVC bug with referencing template construct...
2017-10-18 James Sedgwickmove futures/ScheduledExecutor to executors/ScheduledEx...
2017-10-18 Yedidya FeldblumMove folly/MallctlHelper.h to folly/memory/
2017-10-18 James Sedgwickmove Partial to functional/
2017-10-18 Christopher DykesUse nullptr rather than 0 when initializing pointers
2017-10-18 James Sedgwickmove futures/DrivableExecutor to executors/DrivableExecutor
2017-10-18 Yedidya FeldblumLift the invoke helper in Function.h
2017-10-18 James Sedgwickmove python/NotificationQueueExecutor to futures/
2017-10-18 Yedidya FeldblumSimplify impl of setThreadName
2017-10-17 Dan MelnicDo not set WriteFlags::WRITE_MSG_ZEROCOPY if the buffer...
2017-10-17 Yedidya FeldblumUn-templatize Range::str
2017-10-17 Yedidya FeldblumRefactor ShutdownSocketSet atomic state machine
2017-10-17 Yedidya FeldblumAn InlineExecutor singleton
2017-10-17 Andrew KriegerDon't make copies of std::string or fbstring when conve...
2017-10-17 Yedidya FeldblumMake Range.h and FBString.h mutually independent
2017-10-17 Yedidya FeldblumShrink integral hasher specialization implementations
2017-10-16 Chad Austinfix typo in invalid log level error message
2017-10-16 qiao hai-junfix typo
2017-10-16 Yedidya Feldblum4-way overloads for SemiFuture::value
2017-10-16 Ognjen DragoljevicFix hash overloads for integral types
2017-10-16 Andrew Kriegerconstexpr estimateSpaceNeeded for string literals. v2017.10.16.00
2017-10-15 Marc CelaniMove retrying method to separate header in folly/futures
2017-10-13 Yedidya FeldblumStyle fixes for folly/experimental/gdb/README.md
2017-10-13 Neel GoyalAdd AsyncSocketException.cpp to build sources
2017-10-13 Vitaly BerovReplace ShutdownSocketSet to singleton
2017-10-13 Lucian Grijincufolly: AsyncSocketException: move implementation to...
2017-10-13 Yedidya FeldblumMove folly/Checksum.h into folly/hash/
2017-10-11 Miroslav CrnicAdd support for clang intrinsic constexpr
2017-10-10 Cameron PickettHandle nullptr from getTimekeeperSingleton
2017-10-09 Dan MelnicAdd SO_ZEROCOPY support v2017.10.09.00
2017-10-07 Yedidya FeldblumLet EventBase::runInEventBaseThreadAndWait consume...
2017-10-06 Stiopa Koltsovfuture.then() is identical to future.unit()
2017-10-06 Yedidya FeldblumRemove Executor::addPtr
2017-10-06 Jun QuWorkaround for a gcc crash
2017-10-06 Valeriy Khromovadd static makeFromPath to construct SocketAddress...
2017-10-06 Yedidya FeldblumUse fewer keep-alives in VirtualEventBase::keepAliveRelease
2017-10-05 Yedidya FeldblumMake keepAliveRelease consistent between EventBase...
2017-10-05 Yedidya FeldblumMove GlobalThreadPoolList.h into folly/concurrency/
2017-10-05 Andre PintoAdd an overload to use backlashify with StringPiece
2017-10-05 Lee HowesAdd SemiFuture class.
2017-10-04 Eric Nieblergive folly future's exceptions default visibility
2017-10-04 Yedidya FeldblumMove keepalive-acquire code into Executor::keepAliveAcq...
2017-10-04 Tom JacksonBenchmark comparison
next