Fix crashes in readRandomDevice()
[folly.git] / folly / test /
2014-11-08 Nicholas OrmrodFix licenses
2014-11-08 Nicholas OrmrodFix global statics
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-11-08 Nicholas OrmrodFix line too long lint errors
2014-11-08 Nicholas Ormrodvolatile override
2014-11-08 Nicholas OrmrodFix/override bad symbol names
2014-11-08 Nicholas OrmrodComparing the same tokens
2014-11-08 Nicholas Ormrodthrow() specs deprecated
2014-11-08 Nicholas OrmrodFix folly lint errors
2014-11-08 Nicholas OrmrodOverride for include-guard
2014-11-08 Nicholas OrmrodAllow catch-int to be nolinted
2014-11-08 Nicholas OrmrodMove constructors should be noexcept
2014-10-29 Nicholas OrmrodFix multiple includes
2014-10-17 Jun LIDefer query string parsing from ctor to getQueryParams()
2014-10-15 Nathan Bronsonadd per node mutex for emulated futex
2014-10-15 Nathan Bronsonfix flaky test from uninitialized std::atomic
2014-10-15 Marcin Pawlowskistop prereserving space in toAppend
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-10-15 Adam Simpkinsadd stringVPrintf() and stringVAppendf()
2014-09-30 Nicholas OrmrodRare bug fix
2014-09-26 Jim Meyeringfolly/GroupVarint: fix a clang-caught heap-buffer-overrun
2014-09-26 Dave WatsonFix SocketAddress AF_UNIX support
2014-09-26 Andrew GallagherAdd and fix BUCK files for folly
2014-09-26 Marc Horowitzexpose the class_name in an efficient way
2014-09-26 Soren LassenFix some folly memory leaks found with clang:dev +...
2014-09-26 Danny GuoRevert "Fix folly memory leaks found with clang:dev...
2014-09-26 Soren LassenFix folly memory leaks found with clang:dev + asan.
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Nathan Bronsonfix leak in MPMCQueueTest's use of boost::intrusive_ptr
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Pavlo KushnirFaster accessors for dynamic values
2014-09-19 Dave Watsonmove socketaddress to folly
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-17 Marc Horowitzmake with_exception() const work in all cases
2014-09-15 Victor Lohequality for exception_wrapper
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
2014-09-10 Dave WatsonRemove broken test
2014-09-09 Marc Horowitzfix exceptionStr to work for derived classes of std...
2014-09-09 Pavlo KushnirFix bug in stripComments
2014-09-09 Marc HorowitzMake it work more generically
2014-09-09 Nicholas OrmrodFix block overhead estimation in tests
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 Nicholas OrmrodFix Optional test for -fb platform
2014-09-09 Tom Jacksonhash_range
2014-09-09 Tudor BosmanAdd Optional::value_or
2014-09-09 Jez NgFix json_test's lookup of test files.
2014-09-09 Jez NgFactor out JSON stripComments().
2014-08-14 Ranjeeth Dasinenimove EvictingCacheMap to folly
2014-08-14 Nathan Bronsonalways log from LOG_EVERY_MS if interval is <= 0
2014-08-14 Sarang MastiAdd timed_wait and try_wait to Baton
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 Marc Celanisorted_vector containers have a shrink_to_fit() method
2014-08-14 Marc CelaniIPAddress::empty()
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 Tom JacksonSupport trailing decimals for floats
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 Marcin Pawlowskiextend folly::split
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-15 Pavlo KushnirFix IPAddress operator==
2014-07-09 Paul TarjanRevert "make `folly::Formatter` extendible"
2014-07-09 Tyler MacDonaldmake `folly::Formatter` extendible
2014-07-09 Brian PaneMove the branchless, parallel ASCII toLower into folly
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-07 Kevin ChouFix string split when last part is shorter than delimiter
2014-07-01 Dave Watsonupdate make check targets
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Jim Meyeringfolly: futexWaitUntilImpl: avoid abort triggered via...
2014-06-27 Sarang MastiFix use-after-free in futexWaitUntilImpl
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-06-09 Marcus Holland-MoritzAdd support for returning number of benchmark iterations
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Marcelo JuchemAllowing additional arguments to be passed to split_ste...
2014-06-09 Yedidya FeldblumAdd shorthand functions to Format.h.
2014-06-09 Tudor BosmanMore opensource build fixes
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-05-20 Nicholas OrmrodRemoved old FBVector compatibility functions
2014-05-20 Rocky LiuRevert "[folly::Subprocess] Set O_CLOEXEC by default...
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 Nicholas OrmrodDelete small_vector's OneBitMutex policy
2014-05-20 Nicholas OrmrodHousekeeping
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Elizabeth SmithExpression SFINAE fixes in ApplyTuple
2014-05-20 Marc Celanitry_and_catch
2014-05-20 Tudor BosmanAdd defaulted() in Format.h to avoid throwing on missin...
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
next