folly.git
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... Prefer bool literals rather than integers in boolean...
2017-10-24 Christopher... Consistently have the namespace closing comment
2017-10-23 Christopher... Modernize 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... Modernize use of std::make_unique
2017-10-23 Jon Maltiel... Rename 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... Drop redundant void parameters from function declarations
2017-10-20 Christopher... Match commented argument names with actual names
2017-10-19 Christopher... Use 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... Ensure 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... Use 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
2017-10-04 Yedidya FeldblumLet keep-alive tokens from VirtualEventBase be destroye...
2017-10-03 Maged MichaelDynamic MPMCQueue: Backout of last change as it may...
2017-10-03 Maged MichaelFixes: prevent compiler reporting UB, hazptr_array...
2017-10-03 Yedidya FeldblumLet keep-alive tokens be destroyed from any thread
2017-10-02 Igor Sugakfix -Wvexing-parse
2017-10-02 Yedidya FeldblumMove Merge.h into folly/algorithm/ v2017.10.02.00
2017-10-01 Maged MichaelOptimize local and bulk management of hazptr_holder-s
2017-09-29 Felix HandteShort-Circuit within() When Future Is Already Complete
2017-09-29 Igor Sugakdelete deprecated SSLContext::setSSLLockTypes
2017-09-27 Kyle NekritzAdd AsyncSocketExceptionType for early data rejection.
2017-09-27 Mohamed Amin... Fix unittest compile error on futures/test/RetryingTest...
2017-09-26 Michael LeeDelete conversion from Objective-C block to folly:...
2017-09-24 Yedidya FeldblumLet ProcessReturnCode be publicly constructible v2017.09.25.00
2017-09-23 Yedidya FeldblumAvoid tautological compare in folly/experimental/symbol...
2017-09-23 Matthew ToltonFix deadlock in TimedMutex
next