add LockTraits
[folly.git] / folly /
2016-07-06 Adam Simpkinsadd LockTraits
2016-07-05 Andrii GrynenkoDisable PthreadKeyUnregister on iOS and MSVC
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-07-05 Subodh IyengarAdd sa_len for sockaddr conversions
2016-07-02 Jim Meyeringfolly:thread_local_test: avoid test failure due to...
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher DykesDon't do #if in the middle of a parameter to a preproce...
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesUse a defined form of uniform_int_distribution
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-07-02 Aravind AnbuduraiMoved object destructor should not log
2016-07-01 Adam Simpkinsfix the ThreadLocal test in open source builds
2016-07-01 Aravind AnbuduraiMake AutoTimer work with std::chrono::duration instead...
2016-07-01 Christopher DykesConstantRNG should implement UniformRandomBitGenerator
2016-07-01 Aravind Anbuduraiclang-format AutoTimer.h
2016-07-01 Christopher DykesDon't use named variadic macro parameters
2016-07-01 Christopher DykesUse asm_volatile_memory() for portable memory barriors...
2016-07-01 Christopher DykesUse UTF-8 strings for strings with multi-byte Unicode...
2016-07-01 Christopher DykesUse decltype rather than typeof
2016-07-01 Christopher DykesRename SIZE to kSize
2016-07-01 Christopher DykesUse uint32_t rather than uint
2016-07-01 Christopher DykesUse std::vector in the CacheLocalityBenchmark rather...
2016-07-01 Christopher DykesUse float literals when initializing float values
2016-07-01 Christopher DykesLong is not long enough for a long long
2016-07-01 Christopher DykesDon't try and instantiate an invalid function in Discri...
2016-07-01 Christopher DykesDon't use stderr as an identifier name
2016-07-01 Misha Shneersonstop_watch is moved to folly
2016-06-30 Tianjiao Yinsuppress unused variable warnings
2016-06-30 Aravind AnbuduraiMake AutoTimer usable with Closures
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-06-29 Eric Nieblergcc-4.8 is not decaying types correctly in lambda init...
2016-06-29 Mirek KlimosFix FiberManager.RequestContext unit test
2016-06-29 Eric Nieblerfix the open source ssl_test target
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-06-27 Marcus Holland-MoritzAllow unchecked conversion from floating point to bool
2016-06-27 Bo YouFolly parseJson doesn't handle minInt properly
2016-06-26 David Lamfix typo in dynamic.md documentation
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-MoritzFix uses of std::nextafter on Android
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-06-24 Christopher Dykesstd::aligned_storage<>::type is not a dependent type
2016-06-24 Christopher DykesUse FOLLY_TLS rather than __thread
2016-06-24 Christopher DykesDear Elias Fano Bit Vector: You do not require GCC
2016-06-24 Marcus Holland-MoritzFix code for anything-to-string space estimation
2016-06-24 Marcus Holland-MoritzSimplify unsigned-to-string conversion code and improve...
2016-06-24 Marcus Holland-MoritzFix undefined behaviour in 128-bit integer-to-string...
2016-06-24 Marcus Holland-MoritzAdd more benchmarks for integer-to-string conversion
2016-06-24 Marcus Holland-MoritzFix conversion from bool to floating point value
2016-06-23 Marcus Holland-MoritzClean up Conv.cpp / Conv.h
2016-06-23 Marcus Holland-MoritzFix undefined behaviour in float<->int conversion
2016-06-22 Bruno GoncalvesAdded missing m4 file ax_boost_chrono
2016-06-22 Marcus Holland-MoritzAdd more benchmarks for various conversions
2016-06-21 Lucian Grijincufolly:: singleton: ubsan: fix calling overriden method...
2016-06-20 Christopher DykesAdjust 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 DykesFix infinite recursion in sorted_vector_{set|map}:...
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Christopher DykesUse 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-MoritzAdd 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-MoritzGet rid of circular dependency when including Exception...
2016-06-09 Christopher DykesUse 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 DykesPack 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 DykesAllow constexpr construction of AtomicStruct under...
2016-06-04 Christopher DykesDeal with a couple of warnings from MSVC
2016-06-04 Christopher DykesRemove 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 DykesAssert that MicroSpinLock is a POD type
2016-06-01 Christopher DykesPackedSyncPtr.data_ is private
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-06-01 Christopher DykesSingletonVault_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
next