make it really clear that wangle/rx is deprecated
[folly.git] / folly / Makefile.am
2015-07-01 Hans Fugalmake it really clear that wangle/rx is deprecated
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-06-24 James Sedgwickrearrange Pipeline to have more functionality in Pipeli...
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.
2015-06-15 Sara GolemonMerge pull request #225 from wb14123/dup
2015-06-15 Bin WangRemove duplicate header file
2015-06-12 Misha ShneersonAdded fiber supported mutex to folly
2015-06-11 Sara GolemonCheck for python in configure
2015-06-11 Alexander Böhn / FIKeep Makefile.am from double-installing detail/Clock.h
2015-06-11 James SedgwickRequestEventBaseCache -> IOObjectCache
2015-06-09 Anton LikhtarovAdd a guard page to a limited number of stacks
2015-06-09 James SedgwickAsyncSocket::writeRequest() and its first user wangle...
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Delyan KratunovExtract TurnSequencer to detail/TurnSequencer
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-28 Marcelo Juchemremoving non-existing file from the build
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
2015-05-26 Tudor BosmantupleRange, tuplePrepend
2015-05-20 James SedgwickRFC: FutureDAG
2015-05-20 James SedgwickSharedPromise
2015-05-12 James SedgwickTelnet client
2015-05-12 James SedgwickSplit HandlerContext and Pipeline into inl headers
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Rushi DesaiAn IOExecutor that executes under mapped fiber context.
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 Andre PintoInstrument fibers execution
2015-04-10 Andrii GrynenkoFix open-source Makefiles after fibers were moved to...
2015-04-02 Alan FrindellUpdate Makefile.am for AsyncSignalHandler
2015-04-02 Alan FrindellAdd socket mocks
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-03-25 Dave WatsonUdp Acceptor
2015-03-18 Alecs Kingfix typo: add backslash to Makefile.am
2015-03-18 Alecs KingAdd StringKeyedUnorderedMap to Makefile
2015-03-18 Nathan Bronsonfix Makefile.am formatting
2015-03-18 Nathan BronsonSharedMutex - a small fast scalable reader-writer lock
2015-03-18 Andrey GoderAdd JSON Schema Validator
2015-03-05 Nicholas OrmrodAdd FunctionScheduler to Makefile.am
2015-03-03 Andrey GoderAdd AutoTimer to folly
2015-03-03 Dave Watsonuse ServerBootstrap
2015-03-03 Giuseppe OttavianoElias-Fano micro-optimizations
2015-02-11 Andrii GrynenkoMaking each SingletonEntry a singleton
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Dave Watsonkill asyncsslserversocket
2015-02-02 James SedgwickgetVia() and waitVia()
2015-02-02 James Sedgwickkill remaining Futures-related Wangle references
2015-02-02 James Sedgwickglobal executors with weak_ptr semantics
2015-01-13 James Sedgwickmove wangle/futures to futures
2014-12-29 Hans FugalFix case of ThreadWheelTimekeeper.cpp in Makefile.am
2014-12-29 Hans Fugal(wangle) fix Makefile.am
2014-12-18 James Sedgwickcodemod: merge folly/wangle and folly/experimental...
2014-12-18 Adam Simpkinsfix the open source build
2014-12-18 Adam SimpkinsSpinLock improvements
2014-12-18 Adam Simpkinsremove PortableSpinLock.h
2014-12-18 Adam Simpkinsrename io::PortableSpinLock to SpinLock
2014-12-18 James Sedgwickcodemod: folly/wangle/ -> folly/wangle/futures
2014-12-18 James Sedgwickglobal io executor
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
2014-12-18 Dave WatsonAsyncUDPSocket
2014-12-11 Hans FugalRemove Later
2014-12-11 James Sedgwickfix Makefile.am
2014-11-19 Daniel SommermannMove some tests to folly
2014-11-19 Dave WatsonMove Acceptor to wangle
2014-11-08 Dave WatsonMove SSL socket to folly
2014-11-08 Dave Watsonfix build
2014-11-08 Dave WatsonSSLContext
2014-10-29 Dave WatsonMove AsyncSocket to folly (try 2)
2014-10-29 Hans Fugalkill threadgate
2014-10-29 Viswanath SivakumarRevert "D1587625 [thrift->folly] AsyncSocket"
2014-10-29 Dave WatsonAdd missing headers
2014-10-29 Dave WatsonAsyncSocket
2014-10-29 Dave Watsonmove asyncserversocket to folly
2014-10-29 James Sedgwickadd PortableSpinLock.h to Makefile, unbreak fbthrift...
2014-10-29 James Sedgwicksync wangle to makefile
2014-10-17 Pavlo KushnirFix mcrouter opensource build
2014-10-17 Dave Watsonmove shutdown socket set
2014-10-17 Pavlo KushnirFix opensource build
2014-10-15 James Sedgwickmove TEventBaseManager to folly/io/async/EventBaseManager
2014-09-26 Pavlo KushnirFix fbthrift build
2014-09-19 Dave Watsonmove socketaddress to folly
2014-09-19 Dave Watsoninstall connectionmanager headers
2014-09-18 dungcoimerge https://github.com/facebook/folly/pull/88
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
2014-09-10 Daniel SommermannInstall EvictingCacheMap as part of OSS build
2014-09-09 Dave WatsonMove HHWheelTimer to folly
2014-08-14 Dave Watsoninstall delayeddestruction header
2014-07-25 Tudor BosmanEnforce that only one version of folly is loaded at...
2014-07-07 Tudor Bosmanfix Makefile.am
2014-07-02 Tudor BosmanAdd Random-inl.h to Makefile.am
2014-06-26 Tudor Bosmanfolly OSS fixes: add ThreadName.h and compression
2014-06-26 Peter RuibalAdd ThreadName.h to folly's Makefile.am
2014-06-14 Anton LikhtarovFix open source build
2014-06-09 Tudor BosmanMore opensource build fixes
2014-05-20 Tudor BosmanSome opensource build fixes
2014-05-20 Dave WatsonFix buid, missing getHugePageSizeForDevice
next