fix Baton.h typo
[folly.git] / folly / wangle /
2015-06-09 Woo Xiefix the compling error caused by tcpinfo of low version
2015-06-09 Dave WatsonFix haystack threading crashes
2015-06-09 James SedgwickFileServer
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Woo Xieenrich network-quality HTTPHeader field with retransmis...
2015-06-03 Hans Fugalupdate wangle/rx/README.md
2015-05-28 James Sedgwickcopy wangle back into folly
2015-05-28 James Sedgwickmove folly/wangle to wangle
2015-05-26 James Sedgwickremove spurious warning
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Dave Watsonfixup service filter interface
2015-05-20 Dave Watsonframing handler pipeline stage
2015-05-20 James Sedgwickfix clang build
2015-05-20 James Sedgwickvia with priority
2015-05-20 James SedgwicktransportActive and transportInactive
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
2015-05-20 Woo Xieclose idle HTTPDownstreamSessions before load shedding
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
next