folly.git
2016-03-07 Michael LeeGuard Getcpu in test.
2016-03-05 Christopher... Create the Windows portability header
2016-03-05 Yedidya FeldblumA warning for the portability headers
2016-03-05 Michael LeeSwitch from tmpdir to TemporaryDirectory
2016-03-04 Christopher... Create the sys/types.h portability header
2016-03-04 Max WarsewaFix clang build for MicroLock
2016-03-04 Kyle NekritzAdd replay safety method and callback to AsyncTransport.
2016-03-04 Michael LeeMake the test portable for different libc
2016-03-04 Yang Chifix liger contbuild: cast offset_bytes to unsigned
2016-03-04 Yang ChiRemove persistentCork in native land
2016-03-04 Den RaskovalovAdd a missed glog header.
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock
2016-03-04 Michael LeeHave internal tests use folly::Random instead of rand_r
2016-03-03 Marcelo JuchemAdding DynamicConverter support for enums
2016-03-03 Michael LeeFix printing of uint64_t in ConvTest
2016-03-03 Neel GoyalAdd service identity to SSL socket and use in ticket...
2016-03-03 Kyle NekritzUse false start with ALPN.
2016-03-03 Kyle NekritzFix AsyncSSLSocket handshake error reporting.
2016-03-02 Christopher... Create the strings.h portability header
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-02 Daniel ColascioneImprove RWSpinLock.h cautionary comment
2016-03-02 Michael Leei386 -fPIC requires `%ebx`
2016-03-02 Christopher... Create the portability header for time.h
2016-03-01 Daniel ColascioneStern warning about spinlocks
2016-03-01 Michael LeeEnclose global variables in an anonymous namespace.
2016-03-01 Christopher... Listen to the Windows docs in portability/SysTime.cpp
2016-03-01 Christopher... Add timeradd and timersub to the sys/time.h portability...
2016-03-01 Dave WatsonFix narenas size
2016-03-01 Michael Leeto_string is not supported everywhere
2016-03-01 Michael LeeRemove unecessary int main from MemoryTest
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-29 Pavlo KushnirFix SingletonThreadLocal
2016-02-27 Scott WolchokUse yield, not wfe, for asm_volatile_pause on ARM and...
2016-02-26 Andrii GrynenkoFix folly::ThreadLocal to have unique singleton in...
2016-02-26 Christopher... Create the sys/time.h portability header
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Michael LeeSplit FileTest to a smaller test and an extended test
2016-02-25 Christopher... Create a portability header for working with environmen...
2016-02-25 Nathan Bronsonshorten SharedMutex tests that timeout under ASAN
2016-02-25 Jonathan KronFixing AtomicHashArrayTest ASan Test Failure
2016-02-25 Christopher... Minor MSVC issues
2016-02-25 Orvid KingExplicit vtordisp for MSVC
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-24 Andrii GrynenkoFix double definition for templated folly::Singletons
2016-02-24 Yedidya FeldblumFix Build: folly/test/IndestructibleTest.cpp under...
2016-02-23 Andrii GrynenkoFix SIOF in folly/io/async/Request.cpp
2016-02-23 Beny LuoAsyncSocketException: add detailed information in error...
2016-02-23 Michael LeeSplit benchmarks and tests
2016-02-23 Lucian Grijincufolly: symbolizer: dwarf: don't fallback to linear...
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
next