folly/wangle -> wangle cutover
[folly.git] / folly / wangle / channel /
2015-07-01 Hans FugalFuture<Unit> wangle fixup
2015-06-24 James Sedgwickrearrange Pipeline to have more functionality in Pipeli...
2015-06-23 Igor SugakRemove -Wno-inconsistent-missing-override suppression...
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-17 James Sedgwickuse Unit in Pipeline
2015-06-15 James Sedgwickpipeline handler removal, fix service test
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-09 James SedgwickFileServer
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-05-28 James Sedgwickcopy wangle back into folly
2015-05-28 James Sedgwickmove folly/wangle to wangle
2015-05-20 Dave Watsonframing handler pipeline stage
2015-05-20 James Sedgwickfix clang build
2015-05-20 James SedgwicktransportActive and transportInactive
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
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-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 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-10 Dave WatsonPipeline OutputBufferingHandler
2015-04-10 Dave WatsonAsyncSocketHandler cacheChainLength
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 Jim Meyeringwangle: make new pragma use portable to older clang
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-02-02 James Sedgwickfix deprecated Promise::setException()
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures
2015-01-13 Jim Meyeringfolly/wangle/channel/ChannelPipeline.h: avoid -Wsign...
2014-12-18 James Sedgwickcodemod: merge folly/wangle and folly/experimental...