folly.git
2015-06-03 Noam LernerBump version to 42:0 v0.42.0
2015-06-03 Hans Fugal(Futures) manually-generated and manually-sanitized...
2015-06-03 Giuseppe OttavianoMore flexible constructors for Elias-Fano lists
2015-06-03 Alecs Kingfix mem leak
2015-06-03 Hannes Roth(Wangle) Don't use std::bind in Core
2015-06-03 Delyan KratunovMinor fix
2015-06-03 Mark McDuffAsyncServerSocket: more tries for binding to a port
2015-06-03 Haim Grosmanfolly: adding folly::ltrimWhitespace / folly::rtrimWhit...
2015-06-03 Woo Xieenrich network-quality HTTPHeader field with retransmis...
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-06-03 Lucian Grijincufolly: -Wsign-compare
2015-06-03 Abhik ChatterjeeComparing against tlsExthostname_
2015-06-03 Hans Fugalupdate wangle/rx/README.md
2015-06-03 Sarang MastiFix asan test crashes
2015-06-03 Dave WatsonChain executor in timeout functions
2015-06-03 Delyan KratunovMake TurnSequencer non-x86-safe
2015-06-03 Delyan KratunovMake detail/Futex.cpp bionic-safe
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Delyan KratunovExtract TurnSequencer to detail/TurnSequencer
2015-06-03 Tudor BosmanFix toString() for authority-less URIs
2015-06-03 Dave WatsonChain interrupt handlers
2015-06-03 Sarang MastiFix AsyncSocket::handleRead
2015-06-03 Lucian Grijincufolly: MemoryMapping: madvise: round the end to lower...
2015-06-03 Philip Pronindrop V0 of EliasFanoEncoder
2015-05-28 Pavlo KushnirBump version to 41:0 v0.41.0
2015-05-28 Dave WatsonFix cancel in ThreadWheelTimeKeeper
2015-05-28 Hans Fugalfolly::Unit docs and use lift in is_void_or_unit
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-28 James Sedgwickcopy wangle back into folly
2015-05-28 James Sedgwickmove folly/wangle to wangle
2015-05-28 Marcelo Juchemremoving non-existing file from the build
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-26 wooBump version to 40:0 v0.40.0
2015-05-26 James Sedgwickremove spurious warning
2015-05-26 Anton LikhtarovSome optimizations
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Chip TurnerRevert "Make strlcpy available in folly" (D2062632)
2015-05-26 Chip TurnerMake strlcpy available in folly
2015-05-26 Marc Horowitzremove unused variable
2015-05-26 Jim Meyeringfolly/experimental/fibers/EventBaseLoopController.h...
2015-05-26 Marc HorowitzRefactor tests to verify that a single folly target...
2015-05-26 Marc Horowitzfolly refactorings to better support cross-platform
2015-05-26 Dave Watsonfixup service filter interface
2015-05-26 Tudor BosmantupleRange, tuplePrepend
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Viswanath SivakumarBump version to 39:0 v0.39.0
2015-05-20 James Sedgwickmake AsyncSocket::WriteRequest an interface
2015-05-20 Brian WatlingMake AtomicHashMap shadow declaration clean
2015-05-20 Alexey SpiridonovMake Subprocess movable
2015-05-20 Hans FugalKoans to the Future
2015-05-20 Hasnain LakhaniAdd getTotalCount() to Histogram
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 Dave Watsonframing handler pipeline stage
2015-05-20 James SedgwickRFC: FutureDAG
2015-05-20 Tudor BosmanMake folly::format no longer crash on invalid format...
2015-05-20 Alan FrindellFix race issue in EventBase::runInEventBaseThreadAndWai...
2015-05-20 James Sedgwickfix clang build
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 Hannes Roth(Wangle) window
2015-05-20 James Sedgwickvia with priority
2015-05-20 James SedgwicktransportActive and transportInactive
2015-05-20 James Sedgwickmore restrictive implicit Future construction enabling
2015-05-20 Pavlo KushnirDisable stack recording with ASAN
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
2015-05-20 Adam Simpkinsexpose FunctionScheduler::addFunction() with a custom...
2015-05-20 Woo Xieclose idle HTTPDownstreamSessions before load shedding
2015-05-12 Praveen Kumar... Bump version to 38:0 v0.38.0
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 Tom JacksonAdd SpookyHashV2-based hash to StringPiece
2015-05-12 Alexey SpiridonovFactor out pipe methods, add takeOwnershipOfPipes
2015-05-12 Alexey SpiridonovDestructor DCHECKs for EBADF
2015-05-12 Adam Simpkinsupdate FunctionScheduler to use std::chrono::steady_clock
2015-05-12 Josh WatzmanTweak explicit std::max instantiation
2015-05-12 Josh WatzmanOS X doesn't support constructor priorities
2015-05-12 Ming ZhaoAdd missing #include <gflags/gflags.h>
2015-05-12 YM CHENfix namespace v2
2015-05-12 Josh WatzmanExplicitly template instantiate `std::min/max` in a...
2015-05-12 Sergey DoroshenkoMove FOLLY_DISABLE_ADDRESS_SANITIZER from Fiber::init...
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 Sedgwickexplicit instantiation of common Future types
2015-05-12 Nicholas OrmrodUpdated string.h
2015-05-12 Andre PintoDisable ASAN for Fiber::init()
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-05-12 Sean CannellaLazily initialize AsyncSSLSocket EorBioMethod
2015-05-12 Hannes Roth(Wangle) Chaining reduce
2015-05-12 Hannes Roth(Wangle) Simplify reduce, use the same implementation...
2015-05-12 Tudor BosmanIOBuf::reserve would return less tailroom than requeste...
2015-05-12 Vladislav IsenbaevFix race condition in collect(..)
2015-05-12 Hans FugalUnit::Lift<T>
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-05-12 James Sedgwickfix return type for map
next