folly.git
2014-06-09 Matt Dordaladd support for whenAll to waitWithSemaphore
2014-06-09 Simon MartinFuture::value() should throw when unset
2014-06-09 Daniil Burdakovadded missing includes; also fixed lint issue with...
2014-06-09 Tudor BosmanMore opensource build fixes
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-05-20 Tudor BosmanSome opensource build fixes
2014-05-20 Tudor BosmanBuild up signal handler message before writing
2014-05-20 Matt Dordalfix waitWithSemaphore return type
2014-05-20 Alex LandauMake EventHandler::isPending const
2014-05-20 Nicholas OrmrodRemoved old FBVector compatibility functions
2014-05-20 Rocky LiuRevert "[folly::Subprocess] Set O_CLOEXEC by default...
2014-05-20 Rocky LiuAlways #define _GNU_SOURCE to pull in pipe2() declarations
2014-05-20 Akshay VaidyaAdding a release function for ThreadLocalPtr.
2014-05-20 Rocky LiuSet O_CLOEXEC by default when creating pipes to avoid...
2014-05-20 Matt Dordaladd waitWithSemaphore to folly::wangle
2014-05-20 Elizabeth Smithmissing exception
2014-05-20 Nicholas Ormrodsmall_vector exception safety, part 2
2014-05-20 Nicholas Ormrodsmall_vector exception safety, part 1
2014-05-20 Hans Fugal(wangle) ManualExecutor::waitFor(F&&)
2014-05-20 James SedgwickmakeFuture(Try<T>&&)
2014-05-20 Nicholas OrmrodDelete small_vector's OneBitMutex policy
2014-05-20 Nicholas OrmrodHousekeeping
2014-05-20 Daniil Burdakovmade folly::gen::member accept pointers to objects...
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Dave WatsonFix buid, missing getHugePageSizeForDevice
2014-05-20 Elizabeth SmithExpression SFINAE fixes in ApplyTuple
2014-05-20 Marc Celanitry_and_catch
2014-05-20 Alexey SpiridonovSmall readability improvements
2014-05-20 Philip Proninfix IOBuf self move-assignment
2014-05-20 Marc CelaniFix rebase fail
2014-05-20 Marc CelaniAllow for folly::exception_wrapper in ClientReceiveState
2014-05-20 Elizabeth SmithBenchmark specific fixes
2014-05-20 Hans Fugalrace in Future destructor
2014-05-20 Elizabeth Smithprintf format checking for msvc
2014-05-20 Elizabeth SmithUse winpthreads clock_gettime implementations
2014-05-20 Elizabeth SmithAdding some msvc specific defines
2014-05-20 Marc Celanifolly::join takes advantage of StringPiece::size()
2014-05-20 Zejun WuHandle event_base_new failure when out of file descriptors.
2014-05-20 Philip Proninignore non-existent mount points in readHugePageSizes
2014-05-20 Tudor BosmanAdd defaulted() in Format.h to avoid throwing on missin...
2014-05-20 Marc CelaniExceptionWrapper comments
2014-05-20 Louis BrandyMove setPosixThreadName & friends to folly.
2014-05-20 Bryan AlgerFix for Android importing folly/Random.cpp
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
2014-05-20 Tudor BosmanMemoryMapping changes: automatically detect huge pages...
2014-05-20 Dave WatsonAdd missing files to Makefile.am
2014-05-20 Marc Celaniexception wrapper
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-05-20 Dave WatsonQueueBenchmark set max read at once
2014-05-20 Andrey GoderUse readNoInt/writeNoInt in folly::Subprocess
2014-05-20 Peter GriessInclude <random> in folly/Random.h
2014-05-20 Marc CelaniDefault to using folly::LifoSem
2014-05-20 Marcelo Juchemfixing split_step documentation
2014-05-20 Tudor BosmanSymbolizedFrame::name is already null-terminated
2014-05-20 Tom Jacksonstd::move-able MemoryMapping
2014-05-20 Tian FangSupport addValueAggregated() for histogram
2014-05-20 Elizabeth SmithBetter <bits/c++config.h> detection
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-05-20 Andrii GrynenkoFuture API for CacheClientCommon
2014-05-20 Adam Simpkinsfix off-by-one error in IPAddress::longestCommonPrefix()
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/
2014-05-20 Peter GriessFix type mismatch in IOBuf::getIov()
2014-04-18 Nicholas OrmrodFix header ordering lint failures
2014-04-18 Elizabeth Smithx64 detection missing an include
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Bryan AlgerFix flag naming
2014-04-18 Elizabeth Smithfbstring likely/unlikley ifdef for stuff that doesn...
2014-04-18 Hannes Roth(Folly/Gen) Make ranges and sequences take a stepping...
2014-04-18 Hannes Roth(Folly/Gen) Fix compilation with clang
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-04-18 Tom Jacksonparallel(pipeline)
2014-04-18 Marc CelaniIntroduce LifoSem
2014-04-18 Jun LIFix folly Uri::host() return value for IPv6 address
2014-04-18 Elizabeth SmithMSVC translation of noreturn attribute
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-04-18 Victor LohUse StringPiece instead of String
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-04-18 Tudor BosmanAdd non-const operator[] to TypedIOBuf
2014-04-18 Lucian Grijincufolly: improve ProducerConsumerQueueBenchmark (misplace...
2014-04-18 Nicholas OrmrodFix apparent race in SubprocessTest
2014-04-18 Lucian Grijincufolly: gen: pmap: parallel version of map
2014-04-18 Alexey SpiridonovChange child's working directory
2014-04-18 Jim Meyeringfolly: allow to build with clang.dev (flex arrays vs...
2014-04-18 Philip Proninconfigurable alignment for Arena
2014-04-09 ptarjanMake header compatible with warp
2014-04-09 Philip Proninfix ConcurrentSkipList::Recycler layout
2014-04-09 Jim Meyeringfolly: accommodate fact that clang's strlen is not...
2014-04-09 Dave WatsonFix make check
2014-04-09 Dave Watsonfix automake
2014-04-09 Hans Fugal(wangle) codegen then() variant tests
2014-04-09 Hannes Roth(Folly/FBString) Fix compilation time of test with opt
2014-04-09 Philip Proninconfigurable node allocator for ConcurrentSkipList
2014-04-09 Philip Proninmake ConcurrentSkipList ctor public
2014-04-09 Tom JacksonAdding support for signed integers
2014-04-09 Nicholas OrmrodBugfix in iterator emplace
2014-04-04 Hans FugalA few missing includes
2014-04-04 Hans Fugal(wangle) Use an atomic_flag to make FutureObject threadsafe
2014-04-04 Louis KrugerFix TIMED_SYNCHRONIZED_CONST bug
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
next