folly copyright 2015 -> copyright 2016
[folly.git] / folly /
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-12 Andrii GrynenkoFix Singleton/ThreadLocal destruction order crashes...
2016-02-12 Drew HoskinsFix MultiLevelTimeseries::getRate()
2016-02-11 Michael Leefix -Wshadowing in String.cpp
2016-02-11 Michael LeeFix typo in StringTest
2016-02-11 Michael LeeSwitch stripLeftMargin to not use boost::regex
2016-02-11 Andrii GrynenkoAdd MAX_STATIC_CONSTRUCTOR_PRIORITY to PthreadKeyUnregister
2016-02-11 Michael LeeCompensate for -m32 platforms.
2016-02-10 Giuseppe OttavianoMinor optimizations in ExceptionCounterLib
2016-02-10 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-02-10 Yedidya FeldblumstripLeftMargin
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
2016-02-08 Michael LeeFix bad merge.
2016-02-08 Yedidya FeldblumFix Build: conditionally_existent_test in folly/test...
2016-02-07 Sven Overfolly/futures: fix early release of non-embedded callbacks
2016-02-06 Den RaskovalovCall destructor for non-trivial destructors if arena...
2016-02-05 Francis MaLoosen restriction to get folly::future::CoreTest pass...
2016-02-05 Francis MaMake folly/future portable on android
2016-02-05 Yedidya FeldblumConditionallyExistent<typename>
2016-02-05 Andrii GrynenkoRevert D2853921
2016-02-05 Michael LeeTurn off a FBStringTest for Android.
2016-02-05 Louis BrandyGreatly expand the components overview in Overview.md
2016-02-05 Louis Brandypromote a bunch of high level txt to the main Readme.md
2016-02-05 Lee HowesAdding addTaskFuture and addTaskRemoteFuture to FiberMa...
2016-02-04 Andrii GrynenkoImprove RequestContext::getStaticContext() perf
2016-02-04 Neel GoyalAllow SSLSessionCallbacks to be used on SSL* that isn...
2016-02-04 Giuseppe OttavianoBuild workaround for nvcc in Malloc.h
2016-02-03 Alan FrindellMake HHWheelTimer take a TimeoutManager rather than...
2016-02-03 Peter GriessAdd MockTimeoutManager
2016-02-02 Wez Furlongfolly: add bser encode/decode for dynamic
2016-02-02 Denis Samoylovfixed Ubuntu 12 build script dependencies
2016-02-02 Martin MartinAdd some quick comments about folly::fiber implementati...
2016-02-02 Giuseppe OttavianoKill writeTerminator in fbstring
2016-02-02 Orvid KingAllow building without JEMalloc under MSVC
2016-02-02 Lucian Grijincufolly: #define UNDEFINED_SANITIZER in ubsan mode
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2016-02-02 Lucian Grijincufolly: ubsan: Benchmark: avoid division by zero (fsanit...
2016-02-01 Igor Sugakfolly: fix one more -Wunused-parameter
2016-02-01 Scott WolchokRemove unnecessary includes from Optional.h
2016-02-01 Christopher DykesSupport constexpr_strlen under MSVC.
2016-02-01 Lucian Grijincufolly: Hash: use loadUnassigned to avoid UB in hsieh_ha...
2016-02-01 Lucian Grijincufolly: ubsan: HashTest: avoid invalid shift (sanitize...
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-02-01 Neel GoyalComments for SSLVerifyPeerEnum
2016-01-30 Igor Sugakfolly: fix -Wunused-parameter in opt mode
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-29 Orvid KingAdjust AsyncServerSocket to not use getsockname before...
2016-01-29 Michael LeeHandle tmp dir on Android
2016-01-29 Denis SamoylovMake advanced init function for test optional
2016-01-29 Michael LeeExclude based on __APPLE__
2016-01-29 Giuseppe OttavianoOptimize getline(istream&, fbstring&) implementation
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Lucian Grijincufolly: ubsan: replace undefined call through reinterpre...
2016-01-28 Michael LeeAdd (void)ssl back to SSLContext for -Wunused-parameter
2016-01-28 Marcus Holland-MoritzFix unused parameter errors under -Werror
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Igor Sugakfolly/test/FBVectorTestBenchmarks.cpp.h: remove unused...
2016-01-28 Francis MaFix FOLLY_TLS under macosx and clang
2016-01-28 Igor Sugakfolly: use -Wheader-hygiene with clang
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-27 Francis MaMake folly::detail::CacheLocality portable on apple
2016-01-27 Lucian Grijincufolly: ubsan: reduce vector size to avoid UBSAN timeout
2016-01-27 Orvid KingImplement a generalized mechanism for pushing/popping...
2016-01-27 Maxim GeorgievAdd mechanizm for caching local and peer addresses...
2016-01-27 Giuseppe OttavianoFix typo in comment
2016-01-27 Yedidya FeldblumExtract endianness checks into Portability.h
2016-01-26 Christopher DykesUse FOLLY_DEPRECATED rather than directly using GCC...
2016-01-26 Arjen RoodselaarDebian DEBs build script
2016-01-25 Christopher DykesInitialize LifoSem's padding to allow for its constexpr...
2016-01-25 Michael BejdaThread-safe RequestContext putIfAbsent operation
2016-01-22 David Callahanavoid aggressive optimization
2016-01-21 Tom JacksonAdd PrintTo for dynamic
2016-01-21 Kyle NekritzAdd getPeerCert() to AsyncTransport.
2016-01-21 Kyle NekritzAdding OpenSSLPtrTypes.h.
2016-01-21 Dmitry PleshkovHaswell-specific implementation of Select64 routine.
2016-01-20 Michael LeeMove StringTest benchmarks into StringBenchmark.cpp
2016-01-20 Michael LeeRemove unecessary main functions.
2016-01-19 Alan FrindellAdd Range::erase
2016-01-15 Alexey SpiridonovPrint null correctly
2016-01-15 Aaron BalsaraFix buck build for SSLContext
2016-01-15 Aaron BalsaraAllow SSLContext to read certificates and keys from...
2016-01-14 Francis MaDecouple future and fiber for mobile
2016-01-14 Rachel Krollmatch new signal text from prior diff; squash colors (!)
2016-01-13 Michael LeeAdd a preprocessor guard around __STDC_LIMIT_MACROS...
2016-01-13 Michael LeeUse PRIuMAX for Android format strings.
2016-01-12 Rachel KrollLog pid/uid of sending process in signal handler, too
2016-01-11 Kyle NekritzAdd security protocol trace event.
2016-01-09 Yedidya FeldblumSingeltonVault::ScopedExpunger - RAII class to clear...
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2016-01-08 Pallab Bhattacharyafolly::Symbolizer can be enhanced for dumpStackTrace
2016-01-08 Giuseppe OttavianoFix two fbstring operator+ overloads
2016-01-06 David Callahanparse args for -json flag
2016-01-05 Gustavo Serra ScaletEnable GroupVarint on PPC64
2016-01-05 David Callahanparse args for -json flag
2016-01-05 Neel GoyalAdd canAdvance to cursor and tests
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix
2016-01-04 Michael LeeClean up folly tests.
2015-12-30 Giuseppe OttavianoClose AsyncServerSocket sockets in reverse order
2015-12-28 Samrat BhattacharyaAdd Notification Queue Size in verbose logs of EventBase
2015-12-24 Dominik Gabiwrapper for nullable attribute
next