folly.git
2014-07-25 Chip TurnerTry again: folly::Singleton, a class for managing singl...
2014-07-25 Jun LIAdd method to parse parameter list in query string...
2014-07-25 Tom JacksonAdding one more test for trailing dots
2014-07-25 Hans Fugal(wangle) set* should not invalidate getFuture
2014-07-25 Tudor BosmanVersioning for Thrift, remove thrift/lib/cpp/config.h
2014-07-25 Tom JacksonSupport trailing decimals for floats
2014-07-25 Tudor BosmanMake ElfFile not crash on invalid ELF files
2014-07-25 Tudor BosmanEnforce that only one version of folly is loaded at...
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: ConvTest.cpp.
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: MPMCQueueTest...
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: FutexTest.cpp.
2014-07-25 Tyler MacDonaldfix D1422343 ("make `folly::Formatter` extendible"...
2014-07-25 Brian PaneFix the unaligned string toLowerAscii test
2014-07-25 Alexey SpiridonovA generic line-reading callback for communicate()
2014-07-25 Alexey SpiridonovFactor out string stream re-splitting as StreamSplitter
2014-07-25 Marcin Pawlowskiextend folly::split
2014-07-21 Tudor BosmanBump version to 1:0
2014-07-21 Philip Proninmake folly::Range literal type
2014-07-21 Zejun WuCheck for self-assignment in move assignment
2014-07-21 Marcin Pawlowskireserve capacity in toAppend<StringType>(...)
2014-07-21 Marcin Pawlowskiadded replaceAt and replaceAll to MutableStringPiece
2014-07-21 Jim Meyeringfolly: toLowerAscii: avoid unaligned access; also corre...
2014-07-15 Tudor Bosmanoops, remove stray libgtest
2014-07-15 Tudor BosmanUpdate folly/thrift README with tested deps for Ubuntu...
2014-07-15 Tudor BosmanAllow undefined LZ4_MAX_INPUT_SIZE
2014-07-15 Pavlo KushnirFix IPAddress operator==
2014-07-14 Gunjan SharmaFix another race in Notification Queue
2014-07-14 Tudor BosmanEnforce max uncompressed size; use safe LZ4 decompresso...
2014-07-14 Elizabeth SmithSmall changes for cygwin build
2014-07-14 Elizabeth SmithMSVC includes for inet/sockets
2014-07-14 Elizabeth SmithMSVC intrinsics for bits and cpuid
2014-07-14 Elizabeth SmithExpression SFINAE issue in base.h
2014-07-14 Wez Furlonguse recursive_mutex to protect State
2014-07-09 Tudor BosmanRemove unnecessary and broken hash specializations
2014-07-09 Gunjan SharmaFix race in Notification Queue
2014-07-09 Tudor BosmanSimplify pipe2 / O_CLOEXEC handling in Subprocess.cpp
2014-07-09 Paul TarjanRevert "make `folly::Formatter` extendible"
2014-07-09 Tyler MacDonaldmake `folly::Formatter` extendible
2014-07-09 Tudor BosmanFix libc++ build errors
2014-07-09 Tudor BosmanUse pipe2 in Subprocess; platform-specific config
2014-07-09 Tom Jacksonstride()
2014-07-09 Brian PaneMove the branchless, parallel ASCII toLower into folly
2014-07-09 Hans Fugal(wangle) fix shadow
2014-07-07 Tudor Bosmanfix Makefile.am
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-07 Hans Fugal(wangle) cold via
2014-07-07 Hans Fugal(wangle) Future/Promise detachment
2014-07-07 Hannes Roth(Folly/FBString) Enum class for category
2014-07-07 Lucian Grijincufolly: StringPiece: add skipWhitespace
2014-07-07 Hans Fugals/setCallback_/setCallback/ for detail::State
2014-07-07 Hans Fugal(wangle) s/continuation_/callback/ (missed some)
2014-07-07 Hans Fugal(wangle) s/FutureObject/detail::State/
2014-07-07 Kevin ChouFix string split when last part is shorter than delimiter
2014-07-02 Tudor BosmanAdd Random-inl.h to Makefile.am
2014-07-01 Dave Watsonupdate make check targets
2014-07-01 Tudor BosmanSimplify include path, make sure .. is in it
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...
next