fix service memory leak
[folly.git] / folly / wangle /
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
2014-10-29 Hans Fugal(wangle) fix race in Core::detachOne()
2014-10-29 Hans Fugalunrevert "(wangle) express current Core functionality...
2014-10-29 Hans FugalRevert "(wangle) express current Core functionality...
2014-10-29 Hans Fugalfix Future<const T>::value()
2014-10-29 Hans Fugal(wangle) fix after-delete assert
2014-10-29 Hans FugalwaitFor race workaround
2014-10-29 Hans Fugal(wangle) Fix a couple compilation issues
2014-10-29 Hans Fugal(wangle) Interrupts (and therefore, cancellation)
2014-10-29 Hans Fugal(wangle) express current Core functionality with a...
2014-10-29 Hans Fugal(wangle) Core cleanup
2014-10-29 Hans Fugal(wangle) deprecate Later and ThreadGate
2014-10-29 Hans Fugalremove fireAndForget
2014-10-29 Hans Fugal(wangle) dummy cpp files
2014-10-29 Hans Fugal(FSM) updateState with unprotected action
2014-10-17 James Sedgwickmerge wangle/Executor.h and experimental/wangle/concurr...
2014-10-17 Hans Fugal(wangle) Use MicroSpinLock
2014-10-17 Hans Fugalwangle::detail::FSM
2014-10-17 Hans Fugal(wangle) s/State/Core/
2014-10-15 Hans FugalGo back to a regular mutex
2014-10-15 Hans FugalFix via
2014-10-15 Hans Fugalwangle-bench gflags
2014-10-15 Hans Fugalserial/parallel benchmark
2014-10-15 Hans Fugaladd some benchmarks
2014-09-30 Hans Fugal(Wangle) Make via behave more like gate
2014-09-26 Nicholas OrmrodDisable failing wangle test
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Nicholas OrmrodIncrease wangle test timers
2014-09-18 Matt Dordalfix race in Future::waitWithSemaphore
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Hannes Roth(Folly/Wangle) Later.then, Later.whenAllLater
2014-09-09 Philip Proninuse folly::Baton in waitWithSemaphore
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Hannes Roth(Wangle) Optimize empty continuation
2014-08-14 Hannes Roth(Wangle) Generic void star callback wrapper
2014-08-14 Rushi DesaiConstruct Later with exception_ptr
2014-07-25 Hans Fugal(wangle) set* should not invalidate getFuture
2014-07-14 Wez Furlonguse recursive_mutex to protect State
next