folly.git
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-17 Dave WatsonBump version to 7:0
2014-09-17 Dave Watsonmove connectionmanager/managed connection to wangle
2014-09-17 James SedgwickThreadPoolExecutor and its children CPUThreadPoolExecut...
2014-09-17 Sean CannellaFix folly signed/unsigned comparisons
2014-09-17 Marc Horowitzmake with_exception() const work in all cases
2014-09-17 Shao-Chuan... Adding IO stats in AsyncIO.
2014-09-15 Dave WatsonBump version to 6:0
2014-09-15 Chip TurnerAdd non-strict mode to folly::Singleton
2014-09-15 Victor Lohequality for exception_wrapper
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
2014-09-15 Jim Meyeringfolly: avoid used-uninitialized bug in a test
2014-09-10 Sara GolemonBump version to 5:0
2014-09-10 Daniel SommermannInstall EvictingCacheMap as part of OSS build
2014-09-10 Sara GolemonFix folly compilation on MacOSX
2014-09-10 Dave WatsonRemove broken test
2014-09-09 Sara GolemonBump version to 4:0
2014-09-09 Dave WatsonMove HHWheelTimer to folly
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-09-09 Marc Horowitzfix exceptionStr to work for derived classes of std...
2014-09-09 Pavlo KushnirFix bug in stripComments
2014-09-09 Chip TurnerFix bug in circular singleton creation detection
2014-09-09 Hannes Roth(Folly/Wangle) Later.then, Later.whenAllLater
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
2014-09-09 Chip TurnerMake using folly::Singleton easier: names and direct...
2014-09-09 Philip Proninuse folly::Baton in waitWithSemaphore
2014-09-09 Marc HorowitzMake it work more generically
2014-09-09 Chip TurnerImprove messaging when registrationComplete hasn't...
2014-09-09 Soren LassenEventCountTest cleanups
2014-09-09 Daniel SommermannFix compilation warning
2014-09-09 Nicholas OrmrodFix block overhead estimation in tests
2014-09-09 Sean CannellaFix various compiler warnings
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Dave WatsonAdd link-local scope handling
2014-09-09 Marcin Pawlowskimade toAppendDelim better
2014-09-09 Nicholas OrmrodFix Optional test for -fb platform
2014-09-09 Tom Jacksonhash_range
2014-09-09 Hannes Roth(Wangle) Optimize empty continuation
2014-09-09 Tudor BosmanAdd Optional::value_or
2014-09-09 Jez NgFix json_test's lookup of test files.
2014-09-09 Andrey KashinEnabling folly::Synchronized for non-default constructi...
2014-09-09 Darren MoClang Love
2014-09-09 Jez NgFactor out JSON stripComments().
2014-08-15 Sara GolemonBump version to 3:2
2014-08-15 Sara Golemondon't use readFromSysfs on non-linux
2014-08-15 Sara GolemonAdd missing s6_addr16 define for MacOSX targets
2014-08-15 Sara GolemonBump version to 3:1
2014-08-15 Daniel Sloofbe explicit about what integer type we're using
2014-08-14 Sara GolemonBump version to 3:0
2014-08-14 Hannes Roth(Wangle) Generic void star callback wrapper
2014-08-14 Philip Proninfix build (gtest 1.6 -> 1.7)
2014-08-14 Ranjeeth Dasinenimove EvictingCacheMap to folly
2014-08-14 Josh WatzmanRemove constructor version attribute on OS X
2014-08-14 Brian PaneSmall memory footprint reduction for folly::MultiLevelT...
2014-08-14 Lucian Grijincufolly: operator << for MutableStringPiece
2014-08-14 Nathan Bronsonalways log from LOG_EVERY_MS if interval is <= 0
2014-08-14 Chip TurnerFix test breakage in clang
2014-08-14 Marc Celanistore ipaddresses in folly::IPAddress
2014-08-14 Sarang MastiAdd timed_wait and try_wait to Baton
2014-08-14 Philip ProninEliasFanoReader::{jump,jumpTo}
2014-08-14 Henry FilgueirasImprove IPAddress::toFullyQualified() CPU performance
2014-08-14 Jim Meyeringfolly/test: correct an erroneous test for failed mmap
2014-08-14 Philip Proninstreaming support for EF compression
2014-08-14 Jim Meyeringfolly/IndexedMemPool: correct an erroneous test for...
2014-08-14 Marc Celanisorted_vector containers have a shrink_to_fit() method
2014-08-14 Marc HorowitzDon't check for thread running in terminateLoopSoon()
2014-08-14 Ranjeeth Dasinenirfc: move folly::json::ParseError type to folly/json.h
2014-08-14 Philip ProninEliasFanoReader::goTo()
2014-08-14 Hitesh KhandelwalAPI for getTimeoutManager
2014-08-14 Dave Watsoninstall delayeddestruction header
2014-08-14 Rushi DesaiConstruct Later with exception_ptr
2014-08-14 Alan FrindellMove TDelayedDestruction to folly::DelayedDestruction
2014-08-14 Marc CelaniIPAddress::empty()
2014-07-25 Chip TurnerBump version to 2:0
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
next