folly.git
2015-05-28 James Sedgwickmove folly/wangle to wangle
2015-05-28 Marcelo Juchemremoving non-existing file from the build
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-26 wooBump version to 40:0 v0.40.0
2015-05-26 James Sedgwickremove spurious warning
2015-05-26 Anton LikhtarovSome optimizations
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Chip TurnerRevert "Make strlcpy available in folly" (D2062632)
2015-05-26 Chip TurnerMake strlcpy available in folly
2015-05-26 Marc Horowitzremove unused variable
2015-05-26 Jim Meyeringfolly/experimental/fibers/EventBaseLoopController.h...
2015-05-26 Marc HorowitzRefactor tests to verify that a single folly target...
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
2015-05-26 Dave Watsonfixup service filter interface
2015-05-26 Tudor BosmantupleRange, tuplePrepend
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Viswanath SivakumarBump version to 39:0 v0.39.0
2015-05-20 James Sedgwickmake AsyncSocket::WriteRequest an interface
2015-05-20 Brian WatlingMake AtomicHashMap shadow declaration clean
2015-05-20 Alexey SpiridonovMake Subprocess movable
2015-05-20 Hans FugalKoans to the Future
2015-05-20 Hasnain LakhaniAdd getTotalCount() to Histogram
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 Dave Watsonframing handler pipeline stage
2015-05-20 James SedgwickRFC: FutureDAG
2015-05-20 Tudor BosmanMake folly::format no longer crash on invalid format...
2015-05-20 Alan FrindellFix race issue in EventBase::runInEventBaseThreadAndWai...
2015-05-20 James Sedgwickfix clang build
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 Hannes Roth(Wangle) window
2015-05-20 James Sedgwickvia with priority
2015-05-20 James SedgwicktransportActive and transportInactive
2015-05-20 James Sedgwickmore restrictive implicit Future construction enabling
2015-05-20 Pavlo KushnirDisable stack recording with ASAN
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
2015-05-20 Adam Simpkinsexpose FunctionScheduler::addFunction() with a custom...
2015-05-20 Woo Xieclose idle HTTPDownstreamSessions before load shedding
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
next