folly.git
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-07-01 Philip Proninfix AsyncIO::doWait
2014-06-27 Joel MarceyBe explicit about what we're passing to Endian::big
2014-06-27 Joel MarceyFix folly on OSX and BSD in prep for FastCGI on HHVM
2014-06-27 Hans Fugal(wangle) Return a Later from Future::via
2014-06-27 Jim Meyeringfolly: futexWaitUntilImpl: avoid abort triggered via...
2014-06-27 Sarang MastiFix use-after-free in futexWaitUntilImpl
2014-06-27 Hans Fugal(wangle) noexcept move constructor
2014-06-27 Hans Fugal(wangle) s/continuation/callback
2014-06-27 Hans Fugalnuke executeWith
2014-06-27 Hans FugalFix bizarre optimization
2014-06-27 Hans Fugal(folly) QueuedImmediateExecutor
2014-06-26 Tudor BosmanOops, fix README
2014-06-26 Tudor Bosmanfolly OSS fixes: add ThreadName.h and compression
2014-06-26 Anton LikhtarovFix for folly open source build on Ubuntu 12.04
2014-06-26 Hans FugalScheduler interface of Executor
2014-06-26 Tudor Bosmanfolly OSS fixes: add ThreadName.h and compression
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-06-26 Peter RuibalAdd ThreadName.h to folly's Makefile.am
2014-06-26 Yunqi ZhangExpose EVLOOP_NONBLOCK
2014-06-26 Nicholas OrmrodMake fbstring libgcc-safe
2014-06-26 Nicholas OrmrodFBString conservative additions
2014-06-14 Anton LikhtarovFix open source build
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-14 Nicholas Ormrodstatic-ify FBString asserts
2014-06-14 Vojin Katicfolly::gen::splitByLine
2014-06-09 Jim Meyeringfolly: do not disable RW_SPINLOCK_USE_X86_INTRINSIC_...
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-06-09 Marcus Holland... Add support for returning number of benchmark iterations
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Stepan PalamarchukIntroduce destruction callbacks
2014-06-09 Marcelo JuchemAllowing additional arguments to be passed to split_ste...
2014-06-09 Tudor BosmanHasher and equality comparison for IOBuf
2014-06-09 Matt DordalTimed wait for futures
2014-06-09 Jon PurdyAdd missing make_unique overload.
2014-06-09 Philip Proninuse NoInt() wrappers in FileUtil
2014-06-09 Tom JacksonMinor edit to comment
2014-06-09 Dave WatsonRemove extraneous syscalls if NotificationQueue size...
2014-06-09 Jim Meyeringfolly/wangle: temporarily disable compilation of Thens.cpp
2014-06-09 Yedidya FeldblumAdd shorthand functions to Format.h.
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
next