move FiberIOExecutor to wangle/concurrent
[folly.git] / folly / test /
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
2014-05-20 Tudor BosmanMemoryMapping changes: automatically detect huge pages...
2014-05-20 Marc Celaniexception wrapper
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-05-20 Tom Jacksonstd::move-able MemoryMapping
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Marc CelaniIntroduce LifoSem
2014-04-18 Jun LIFix folly Uri::host() return value for IPv6 address
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-04-18 Lucian Grijincufolly: improve ProducerConsumerQueueBenchmark (misplace...
2014-04-18 Nicholas OrmrodFix apparent race in SubprocessTest
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-09 Dave WatsonFix make check
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-04 Louis KrugerFix TIMED_SYNCHRONIZED_CONST bug
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
2014-04-04 Mikhail OkunevUtility that converts from prettyPrint format back...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-31 Tom JacksonRange::contains(x)
2014-03-31 Nima AghdaiiPerformance Improvement for AsciiCaseInsensitive
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
next