folly.git
2016-02-22 Neel GoyalFix OSX build
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-20 Andrii GrynenkoMove RequestContext::getStaticContext to .cpp
2016-02-20 Andrii GrynenkoSupport nested FiberManagers
2016-02-19 Andrii GrynenkoFix EventBaseOnDestructionCallback to loop FiberManager
2016-02-19 Andrii GrynenkoFix folly::Singleton to work in dynamically linked...
2016-02-19 Tianjiao Yinfix dangling pointer bug in IPAddressV6
2016-02-19 Yedidya FeldblumIndestructible
2016-02-19 Lucian Grijincufolly: symbolizer: slow address->{file+line-number...
2016-02-19 Christopher... Don't use a VLA for the double->string buffer.
2016-02-18 Sven Overfolly/ApplyTuple.h: fix const-correctness & other issue...
2016-02-18 Yedidya FeldblumSort the Makefile headers a bit
2016-02-17 Nathan Bronsonclang-format some code in preparation for real changes
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...
2016-02-17 Michael LeeHandle wrapvFull when IOV_MAX is not defined.
2016-02-17 Anirudh RamachandranECDSA async/offloading support for proxygen
2016-02-16 Iaroslav TverdokhlibFix wrapvFull for the case when iovec* has size more...
2016-02-16 Brett Simmersfolly::Optional<T> should be trivially destructible...
2016-02-15 Lee HowesModification to futures to remove deadlock in certain...
2016-02-15 Andrii GrynenkoUnify runInMainContext for void and non-void
2016-02-15 Michael LeeMake Gold more like Core.
2016-02-13 Igor Sugakfolly/test/json_test: fix heap-buffer-overflow in Json...
2016-02-12 Andrii GrynenkoConvert Thrift1(2)RequestDispatcher::sendMessage()
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... Support 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... Fix 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... Use FOLLY_DEPRECATED rather than directly using GCC...
2016-01-26 Arjen RoodselaarDebian DEBs build script
2016-01-25 Christopher... Initialize 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
next