Factor out pipe methods, add takeOwnershipOfPipes
[folly.git] / folly / wangle /
2015-05-12 YM CHENfix namespace v2
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 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 GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Alex LandauShave off 1.3s of THeader.h compile time
2015-04-29 Woo XieDynmaic load shedding
2015-04-29 James SedgwickHandler::getContext() when possible
2015-04-29 James Sedgwickfix detachPipeline/attachPipeline ordering
2015-04-27 James SedgwickManage handlers with shared_ptrs, introduce StaticPipeline
2015-04-27 James Sedgwickstrip Channel from all class names
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 Dave Watsontest failure conditions in LengthFieldBasedFrameDecoder
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 Nicholas OrmrodUpdate Copyright 2014 -> 2015
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 Hans Fugal(rx) Include types.h first
2015-04-10 Dave WatsonMove StringHandler to its own file
2015-04-10 Dave WatsonLineBasedFrameDecoder
2015-04-10 Dave WatsonPipeline OutputBufferingHandler
2015-04-10 Dave WatsonAsyncSocketHandler cacheChainLength
2015-04-10 Dave WatsonAsyncUDPServerSocket passes socket in callback
2015-04-10 Hans FugalGlobalExecutor.h include Executor.h and IOExecutor.h
2015-04-10 Dave Watsonshared ptr vector sockets
2015-04-02 Dave WatsonUDP bind via port or address
2015-04-02 Dave Watsonstop in same thread
2015-04-02 Yuri PutivskyGet access to EventBaseManager object
2015-04-02 Dave WatsonDefault accept function in Acceptor
2015-04-02 Yuri PutivskyFixing predicate inlining
2015-04-02 Yuri PutivskyExtend IO pool with external optional event_base_manager
2015-04-02 Dave Watsonasyncudpserversocket reuse port
2015-03-25 Dave Watsonhttpserver on serverbootstrap (2)
2015-03-25 Dave WatsonUdp Acceptor
2015-03-25 Dave Watsonfix service memory leak
2015-03-18 Matt DordalAdd ctor to CPUThreadPoolExecutor to enable custom...
2015-03-18 Matt DordalCPUThreadPoolExecutor's default queue is quite big
2015-03-05 Dave Watsonhttpserver on serverbootstrap
2015-03-03 Dave Watsonattempt at putting thrift2 on ChannelPipeline
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Haim GrosmanEventBase::runAfterDelay to throw an exception
2015-03-03 Dave Watsonuse ServerBootstrap
2015-03-03 Andrii GrynenkoKill get_fast/get_weak_fast Singletonn API
2015-03-03 Jim Meyeringwangle: make new pragma use portable to older clang
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-03-03 Jonathan FrankBe able to access proxy client IP (including Lua)
2015-02-11 Marcin Pawlowskifix open source build
2015-02-02 James Sedgwickfix deprecated Promise::setException()
2015-02-02 Viswanath SivakumarConvert TransportInfo SSL fields to shared_ptrs
2015-02-02 Woo Xiespecify connection's idle tiemout
2015-02-02 Dave WatsonFinagle interfaces
2015-02-02 Dave Watsoncodecs
2015-02-02 Satadru Panapply all sockopts to listening sockets
2015-02-02 James Sedgwickglobal executors with weak_ptr semantics
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 James Sedgwickmove wangle/futures to futures
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Hans Fugalavoid std::_Hash_impl
2015-01-13 Jim Meyeringfolly/wangle/futures/Future-inl.h: avoid -Wsign-compare...
2015-01-13 James Sedgwickstop returning move(...) when unnecessary
2015-01-13 James Sedgwickfix shadowed variables
2015-01-13 James Sedgwickdoxygen comments for Try
2015-01-13 James Sedgwickexception_ptr -> exception_wrapper migration
2015-01-13 Dave WatsonFix CPUObserver test
2015-01-13 Jim Meyeringfolly/wangle/bootstrap/ServerBootstrap.h: avoid -Wsign...
2015-01-13 Jim Meyeringfolly/wangle/channel/ChannelPipeline.h: avoid -Wsign...
2015-01-13 Hans Fugaljoin
2015-01-13 Dave WatsonThread Observer
2015-01-13 James Sedgwickfix 4.9 build
2015-01-13 Dave Watsonfix bootstrap test on older kernels
2015-01-13 Viswanath SivakumarFix use of SSL session TransportInfo after txn is detached
2015-01-13 Andrii GrynenkoReplace singleton names with type tags
2015-01-13 Nick Tchervenskiadd a UT for Wangle::Future for circular dependency
2015-01-13 Hans FugalFuture::within
2015-01-07 Dave WatsonSharedThreadPool unittest
2014-12-29 Hans Fugal(wangle) Timeouts basic
2014-12-29 James SedgwickonError callbacks
2014-12-18 James Sedgwickcodemod: merge folly/wangle and folly/experimental...
2014-12-18 James Sedgwickcodemod: folly/wangle/ -> folly/wangle/futures
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
2014-12-11 James Sedgwickformatting nits in Executor.h
2014-12-11 Hans Fugals/makeFuture().via/via/
2014-12-11 Hans Fugalvia and activate/deactivate chaining
2014-12-11 Hans FugalRemove Later
2014-12-11 Hans FugalReplace Later in tcc
2014-11-19 James Sedgwicktop-level via()
2014-11-19 Hans FugalHave EventBase implement wangle::Executor
2014-11-08 Hans Fugal(wangle) fix a race condition in Core::maybeCallback
2014-11-08 Hans Fugal(wangle) fix a race in whenAll
2014-11-08 Dave Watsonsave/restore request context in future
2014-11-08 Hans Fugal(wangle-test) fix double ifndef in thens.rb
2014-11-08 James SedgwickFuture<T>::then([](T&&)), aka next()
2014-10-29 Nicholas Ormrod__attribute__s need double underscore
2014-10-29 Hans Fugalmove clang disable of Thens.cpp to thens.rb
2014-10-29 Hans Fugalkill threadgate
next