folly.git
2016-06-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-24 Haocheng Zhangfix bug for negative shift value
2016-06-24 Marcus Holland... Fix uses of std::nextafter on Android
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-06-24 Christopher... std::aligned_storage<>::type is not a dependent type
2016-06-24 Christopher... Use FOLLY_TLS rather than __thread
2016-06-24 Christopher... Dear Elias Fano Bit Vector: You do not require GCC
2016-06-24 Marcus Holland... Fix code for anything-to-string space estimation
2016-06-24 Marcus Holland... Simplify unsigned-to-string conversion code and improve...
2016-06-24 Marcus Holland... Fix undefined behaviour in 128-bit integer-to-string...
2016-06-24 Marcus Holland... Add more benchmarks for integer-to-string conversion
2016-06-24 Marcus Holland... Fix conversion from bool to floating point value
2016-06-23 Marcus Holland... Clean up Conv.cpp / Conv.h
2016-06-23 Marcus Holland... Fix undefined behaviour in float<->int conversion
2016-06-22 Bruno GoncalvesAdded missing m4 file ax_boost_chrono
2016-06-22 Marcus Holland... Add more benchmarks for various conversions
2016-06-21 Lucian Grijincufolly:: singleton: ubsan: fix calling overriden method...
2016-06-20 Christopher... Adjust the way Future<Unit>'s constructor is defined
2016-06-17 Caren ThomasAdd very basic compatibility with folly locks for synch...
2016-06-17 Yedidya FeldblumWrappers for some of OpenSSL's crypto hash functions
2016-06-17 Christopher... Fix infinite recursion in sorted_vector_{set|map}:...
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Christopher... Use the standard intrinsics for crc32c
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-16 Blake LawsonAdded limited list of supported ciphers
2016-06-15 Haocheng Zhangfix bug for nullptr in qfind
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-06-14 Marcus Holland... Add conv_benchmark target to Makefile.am
2016-06-14 Michael LeeReverted commit D3427621
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-14 Michael LeeTime.h portability for iOS 10.
2016-06-11 Alexey SpiridonovDCHECK on reentrant invocations of loop()
2016-06-10 Ben HamiltonMake Fibers library conditional on working Boost.Contex...
2016-06-10 Andrii GrynenkoFix folly::fibers on OSX with boost 1.60
2016-06-10 Maged MichaelAdded support for std::mutex in folly Deterministic...
2016-06-10 Marcus Holland... Get rid of circular dependency when including Exception...
2016-06-09 Christopher... Use intrinsics rather than inline assembly where possible
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-06-09 pravicFix typo in docs/Function.md
2016-06-09 Martin MartinFix a data race found by TSAN in folly::fibers::Baton
2016-06-09 David Callahanfix command line parsing
2016-06-09 Brett SimmersAllow const mapped types in folly::AtomicHash(Array...
2016-06-08 Adam Simpkinsmake Range::size() constexpr
2016-06-08 Christopher... Pack PackedSyncPtr
2016-06-08 Adam Simpkinsadd hexlify() and unhexlify() convenience methods
2016-06-08 Andrii GrynenkoDisable SIGSEGV signal handler if run in JVM
2016-06-07 Adam Radziwonczyk... Expose current observer from FiberManager
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-06-06 Kenny Yufolly: define FOLLY_SANITIZE_THREAD convenience macro...
2016-06-04 Christopher... Allow constexpr construction of AtomicStruct under...
2016-06-04 Christopher... Deal with a couple of warnings from MSVC
2016-06-04 Christopher... Remove a couple of MSVC portability defines
2016-06-03 Andrii GrynenkoAdd a SIGSEGV signal handler which detects stack overflow
2016-06-03 Subodh IyengarAlways override write bio method
2016-06-02 Elliott ClarkUpdate folly OSS build to use 1y
2016-06-01 Christopher... Assert that MicroSpinLock is a POD type
2016-06-01 Christopher... PackedSyncPtr.data_ is private
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-06-01 Christopher... SingletonVault_c.cpp is always C++
2016-06-01 Subodh IyengarMethods to change cipher suite list
2016-05-31 Michael LeeSocketFastOpen should include <cerrno>
2016-05-31 Michael LeeSubprocessTest does not use dirent.h
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher... Switch uses of networking headers to <folly/portability...
2016-05-30 Christopher... Switch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher... Switch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher... Include <folly/portability/PThread.h> where needed
2016-05-30 Christopher... Include <folly/portability/Time.h> where needed
2016-05-30 Christopher... Include <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher... Switch uses of <sys/syscall.h> to <folly/portability...
2016-05-30 Christopher... Switch uses of <dirent.h> to <folly/portability/Dirent.h>
2016-05-30 Christopher... Switch uses of <sys/resource.h> to <folly/portability...
2016-05-30 Christopher... Switch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-05-30 Christopher... Switch uses of <sys/file.h> to <folly/portability/SysFi...
2016-05-30 Christopher... Include <folly/portability/SysTime.h> rather than ...
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-28 Ben HamiltonFix test/ProducerConsumerQueueTest.cpp build break
2016-05-28 Ben HamiltonFix test/FunctionTest.cpp build breaks
2016-05-27 Ben HamiltonFix open source `make check` build broken by `ThreadedE...
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-27 Giuseppe OttavianoUse exponential growth in fbstring::append(size_type...
2016-05-27 Christopher... Disable a couple of warnings for MSVC in folly::Function
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-05-26 Christopher... Disable the signal stack on Windows
2016-05-26 Christopher... Remove the declaration of TimeseriesHistogram::getBucketIdx
2016-05-26 Christopher... Include <folly/portability/Windows.h> in folly::format
2016-05-26 Christopher... Fix doVecOperation in the SysUio portability header
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Jon Maltiel... std::make_unique -> folly::make_unique
2016-05-24 Christopher... Update generate_varint_tables to support MSVC
2016-05-24 Joseph GriegoClear old fs::path when moving a TemporaryDirectory
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-24 Christopher... Support folly::assume under MSVC
2016-05-23 Yedidya FeldblumAvoid std::initializer_list ctor in folly::dynamic...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-20 Christopher... Fix the detection of preadv and pwritev on OSX in OSS
2016-05-20 Shubhanshu... templating folly::fibers::await by Baton
2016-05-19 AlejandroPromote memory_order_consume to memory_order_acquire
next