folly.git
2015-05-12 Praveen Kumar... Bump version to 38:0 v0.38.0
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 Tom JacksonAdd SpookyHashV2-based hash to StringPiece
2015-05-12 Alexey SpiridonovFactor out pipe methods, add takeOwnershipOfPipes
2015-05-12 Alexey SpiridonovDestructor DCHECKs for EBADF
2015-05-12 Adam Simpkinsupdate FunctionScheduler to use std::chrono::steady_clock
2015-05-12 Josh WatzmanTweak explicit std::max instantiation
2015-05-12 Josh WatzmanOS X doesn't support constructor priorities
2015-05-12 Ming ZhaoAdd missing #include <gflags/gflags.h>
2015-05-12 YM CHENfix namespace v2
2015-05-12 Josh WatzmanExplicitly template instantiate `std::min/max` in a...
2015-05-12 Sergey DoroshenkoMove FOLLY_DISABLE_ADDRESS_SANITIZER from Fiber::init...
2015-05-12 James SedgwickTelnet client
2015-05-12 James Sedgwicktelnet server
2015-05-12 James SedgwickSplit HandlerContext and Pipeline into inl headers
2015-05-12 James Sedgwickexplicit instantiation of common Future types
2015-05-12 Nicholas OrmrodUpdated string.h
2015-05-12 Andre PintoDisable ASAN for Fiber::init()
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-05-12 Sean CannellaLazily initialize AsyncSSLSocket EorBioMethod
2015-05-12 Hannes Roth(Wangle) Chaining reduce
2015-05-12 Hannes Roth(Wangle) Simplify reduce, use the same implementation...
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
2015-05-12 Vladislav IsenbaevFix race condition in collect(..)
2015-05-12 Hans FugalUnit::Lift<T>
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-05-12 James Sedgwickfix return type for map
2015-05-12 Hans FugalMove a little test
2015-05-12 Hans FugalFuture<Unit>::Future()
2015-05-12 Chao YangTag dispatch for enqueue/dequeue implementation
2015-05-12 James Sedgwickunidirectional pipelines
2015-05-12 James Sedgwickuse inbound/outbound handlers in a few more places
2015-05-12 James Sedgwickinbound/outbound handlers
2015-05-12 James Sedgwickmoar CRTP to minimize copypasta for inbound/outbound...
2015-05-12 Nicholas Ormrodstruct/class consistency
2015-04-29 Andrii GrynenkoBump version to 37:0 v0.37.0
2015-04-29 Dave Watsonfix unittest break
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Alex LandauShave off 1.3s of THeader.h compile time
2015-04-29 Hans FugalMove this `reduce` to `helpers.h`
2015-04-29 Blake Mathenyget_or_throw and get_optional
2015-04-29 Rushi DesaiAn IOExecutor that executes under mapped fiber context.
2015-04-29 Woo XieDynmaic load shedding
2015-04-29 Hans FugalPromise::setValue() for Unit
2015-04-29 Giuseppe OttavianoFix default arguments for orderBy()
2015-04-29 Yedidya FeldblumBenchmarkSuspender::dismissing.
2015-04-29 James SedgwickHandler::getContext() when possible
2015-04-29 James Sedgwickfix detachPipeline/attachPipeline ordering
2015-04-27 Alecs KingBump version to 36:0 v0.36.0
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 James SedgwickManage handlers with shared_ptrs, introduce StaticPipeline
2015-04-27 Hans Fugalrearrange Future.h
2015-04-27 James Sedgwickstrip Channel from all class names
2015-04-27 Andre PintoFix oss build
2015-04-27 Hans FugalIntroducing Unit!
2015-04-27 Yedidya FeldblumIPAddressV6::kToFullyQualifiedSize.
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 Dave WatsonChange ThreadManager interface to Executor
2015-04-27 Hans FugalCleanup Future(Value) ctor
2015-04-27 James Sedgwicktake collections by reference
2015-04-27 Jun LiMake MIN_WRITE_SIZE configurable for AsyncSSLSocket.
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-04-27 Dave Watsonfuture / fiber integration
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfix collect() for move-only types
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types, for...
2015-04-27 James Sedgwickmap()
2015-04-27 Hans FugalAssume exception when Executor::add throws
2015-04-27 James Sedgwickrevert D1985475, clang still borked
2015-04-27 Dave Watsontest failure conditions in LengthFieldBasedFrameDecoder
2015-04-27 Nicholas OrmrodRevert "Revert "Deprecating folly::is_complete""
2015-04-27 Nicholas OrmrodRevert "Deprecating folly::is_complete"
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 Nicholas OrmrodRemove unused variables
2015-04-27 Nicholas OrmrodAdds x64 arch-specific test
2015-04-27 Nicholas OrmrodUpdate Copyright 2014 -> 2015
2015-04-27 Marcelo JuchemDeprecating folly::is_complete
2015-04-27 Nicholas OrmrodWe might avoid some temporaries in putMessagesImpl
2015-04-27 James Sedgwickfix build
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 Andre PintoInstrument fibers execution
2015-04-27 Andrii GrynenkoMake sure we can't access LocalData when destroying it
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-27 James Sedgwickremove unnecessary & deprecated activate() call
2015-04-27 Brian WatlingEnsure the loop callback is scheduled when the ready...
2015-04-27 Louis Brandyfix race in ~ThreadWheelTimekeeper
2015-04-27 Louis Brandyparse flags in unit tests
2015-04-27 Hans Fugal(rx) Include types.h first
2015-04-10 Viswanath SivakumarBump version to 35:0 v0.35.0
2015-04-10 Nathan BronsonSharedMutex potential lost wakeup with exactly 3 or...
2015-04-10 Dave WatsonMove StringHandler to its own file
2015-04-10 Dave WatsonLineBasedFrameDecoder
2015-04-10 Dave WatsonPipeline OutputBufferingHandler
next