folly.git
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 Nicholas OrmrodRemove unused variables
2015-04-27 Nicholas OrmrodAdds x64 arch-specific test
2015-04-27 Nicholas OrmrodUpdate Copyright 2014 -> 2015
2015-04-27 Marcelo JuchemDeprecating folly::is_complete
2015-04-27 Nicholas OrmrodWe might avoid some temporaries in putMessagesImpl
2015-04-27 James Sedgwickfix build
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 Andre PintoInstrument fibers execution
2015-04-27 Andrii GrynenkoMake sure we can't access LocalData when destroying it
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-27 James Sedgwickremove unnecessary & deprecated activate() call
2015-04-27 Brian WatlingEnsure the loop callback is scheduled when the ready...
2015-04-27 Louis Brandyfix race in ~ThreadWheelTimekeeper
2015-04-27 Louis Brandyparse flags in unit tests
2015-04-27 Hans Fugal(rx) Include types.h first
2015-04-10 Viswanath SivakumarBump version to 35:0 v0.35.0
2015-04-10 Nathan BronsonSharedMutex potential lost wakeup with exactly 3 or...
2015-04-10 Dave WatsonMove StringHandler to its own file
2015-04-10 Dave WatsonLineBasedFrameDecoder
2015-04-10 Dave WatsonPipeline OutputBufferingHandler
2015-04-10 Lucian Grijincufolly: MemoryMapping: add offset/size params to advise
2015-04-10 Lucian Grijincufolly: MemoryMapping: respect writable when opening...
2015-04-10 Dave WatsonAsyncSocketHandler cacheChainLength
2015-04-10 Andrii GrynenkoRemove FiberManager move-constructor
2015-04-10 Dave WatsonAsyncUDPServerSocket passes socket in callback
2015-04-10 Brian WatlingAdd ability to yield execution of the currently running...
2015-04-10 Andrii GrynenkoFix open-source Makefiles after fibers were moved to...
2015-04-10 Hans FugalGlobalExecutor.h include Executor.h and IOExecutor.h
2015-04-10 Andrii GrynenkoAdd FiberManager local type
2015-04-10 Pavlo KushnirOption to record precise stack on every N fiber
2015-04-10 Dave Watsonshared ptr vector sockets
2015-04-10 Andrii GrynenkoUse Fiber locals for TAO Fiber-locals
2015-04-10 Andrii GrynenkoFiber-local context
2015-04-10 Joel GoguenAdd static method to skip SSL init
2015-04-02 afrindBump version to 34:0 v0.34.0
2015-04-02 Alan FrindellUpdate Makefile.am for AsyncSignalHandler
2015-04-02 Rushi DesaiMove mcrouter/lib/fibers to folly/experimental/fibers
2015-04-02 afrindBump version to 33:0 v0.33.0
2015-04-02 Dave WatsonUDP bind via port or address
2015-04-02 Alan FrindellMove TAsyncSignalHandler into folly
2015-04-02 Alan FrindellAdd socket mocks
2015-04-02 Alan FrindellMove AsyncSocket tests from thrift to folly
2015-04-02 Rushi DesaiMove AtomicLinkedList to folly
2015-04-02 Hannes Roth(Wangle) Swap order of Try<T> and T matching
2015-04-02 Naizhi LiAdd support for writev for AsyncUDPSocket
2015-04-02 Tom JacksonMinor fixes from documentation
2015-04-02 Mark McDuffimprove split() docs
2015-04-02 Hannes Roth(Wangle) Allocate lambda space inside Core instead...
2015-04-02 Dave Watsonstop in same thread
2015-04-02 Joel GoguenMove OpenSSL uninitialization to a separate function
2015-04-02 Yuri PutivskyGet access to EventBaseManager object
2015-04-02 Daniel PittmanMPMCQueue - FPE to invalid_argument for 0 capacity
2015-04-02 Dave WatsonDefault accept function in Acceptor
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
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-04-02 Hans FugalFuture::filter(A => bool)
2015-04-02 Alexey SpiridonovAdd CaptureFD for log testing (and some glog patterns)
2015-04-02 Alexey SpiridonovAdd EXPECT_{NO_,}_PCRE_MATCH macros
2015-04-02 Adam SimpkinsTemporaryFile and TemporaryDirectory
2015-04-02 Hannes Roth(Wangle) Reduce
2015-03-25 Noam LernerBump version to 32:0 v0.32.0
2015-03-25 Ben MaurerAdd a pretty macro for deprecation
2015-03-25 Sarang MastiRelax CHECK condition in stringAppendfImpl
2015-03-25 Dave Watsonhttpserver on serverbootstrap (2)
2015-03-25 Alexey SpiridonovAdd ChangeToTempDir to TestUtil
2015-03-25 Andrii GrynenkoMake folly::Singleton DFATAL as late as possible
2015-03-25 Dave WatsonUdp Acceptor
2015-03-25 Dave Watsonfix service memory leak
2015-03-25 Alexey SpiridonovAdd comment about djb2 hash
2015-03-25 Sean CannellaSocketAddress::anyAddress should be a method
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-25 Andrey GoderSupport 'min ms to log'
2015-03-25 Alexey SpiridonovFix logFormat
2015-03-18 Andre AzevedoBump version to 31:0 v0.31.0
2015-03-18 Nicholas OrmrodFixed README download link to get the correct GTest...
2015-03-18 Praveen KumarBackoffTimeout disallow copy, move, default ctor
2015-03-18 Praveen KumarWe might avoid some temporaries
2015-03-18 Praveen KumarAsyncServerSocket disallow copy, move, and default...
2015-03-18 Alecs Kingfix typo: add backslash to Makefile.am
2015-03-18 Alecs KingAdd StringKeyedUnorderedMap to Makefile
2015-03-18 Hans Fugal(folly osx) test for the zip, not the dir
2015-03-18 James SedgwickexceptionStr(exception_wrapper)
2015-03-18 Jeroen Vaelenextend future api with Future<T>::poll
2015-03-18 Matt DordalAdd ctor to CPUThreadPoolExecutor to enable custom...
2015-03-18 Naizhi LiAdd support for iovec for UDP send in folly::AsyncUDPSocket
2015-03-18 Adam Simpkinsadd Cursor::isAtEnd()
2015-03-18 Stepan PalamarchukProtect unprotected
2015-03-18 Matt DordalCPUThreadPoolExecutor's default queue is quite big
2015-03-18 Nathan Bronsonfix Makefile.am formatting
2015-03-18 Nathan BronsonSharedMutex - a small fast scalable reader-writer lock
2015-03-18 Adrian HamzaAdd null check to avoid crash in unit tests that use...
2015-03-18 Andrey GoderAdd JSON Schema Validator
2015-03-06 Viswanath SivakumarBump version to 30:0 v0.30.0
next