folly.git
2017-07-20 Jeff Caifix ExceptionWrapper comment
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-20 Subodh IyengarAdd folly non null
2017-07-20 Yedidya FeldblumMove futures helper types into folly::futures::detail
2017-07-20 Benjamin Reesmando not crash process by default when ExceptionTracer...
2017-07-20 Tom JacksonVisit, for monitoring or mutating pipelines
2017-07-19 Victor Gaochange the definition of FOLLY_MAYBE_UNUSED
2017-07-19 Dave Watson3-way crc32c
2017-07-19 Xiangyu BuAdd SSLOptions to Makefile.am.
2017-07-19 Eli Lindseyappend the interface index instead of throwing an excep...
2017-07-19 Dave WatsonAtomicCoreCachedSharedPtr
2017-07-18 Christopher... Support if_indextoname in the socket portability header v2017.07.17.01
2017-07-18 Victor Gaoadd FOLLY_MAYBE_UNUSED
2017-07-18 Xiangyu BuFunctions to set common ciphers and sig algs for SSLCon...
2017-07-18 Christopher... Ensure the allocator types in the string keyed tests...
2017-07-18 Phil WilloughbyRelax alignment restriction in CachelinePadded
2017-07-18 Christopher... Add support for tagging a test as BROKEN in the CMake...
2017-07-18 Dan MelnicLua exception handling test
2017-07-17 Christopher... Don't build the async signal handler test on Windows
2017-07-17 Tommy NguyenUse more libstdc++ specific macro
2017-07-17 Christopher... Enable a couple of AsyncFileWriter tests on Windows
2017-07-17 Yedidya FeldblumLet exception_wrapper::handle, when empty, show the... v2017.07.17.00
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-15 Christopher... Use long long for the 64-bit fingerprint table
2017-07-14 Christopher... Replace all includes of pthread.h with the portability...
2017-07-14 Christopher... Switch future's Core<T> to std::is_nothrow_constructible
2017-07-14 Christopher... Add an sfmt19937 benchmark (again)
2017-07-14 Phil WilloughbyRe-align LifoSem
2017-07-14 Christopher... Fix building the stl_vector tests with -Wshadow-compati...
2017-07-14 Eli Lindseyreplace getnameinfo with inet_ntop in v6 string formatting
2017-07-14 Phil WilloughbyUpdate CachelinePadded
2017-07-14 Xiangyu BuBreak long lines in SSLContext.
2017-07-13 Christopher... Fix the build of the socket tests on Windows
2017-07-13 Christopher... Add support for closing a TemporaryFile early
2017-07-13 Christopher... Force string pooling to workaround a codegen bug
2017-07-13 Ankit ShahGetters and setters for ECDSA_SIG
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-13 Eli LindseyRevert D5408572: replace getnameinfo with inet_ntop...
2017-07-12 Eli Lindseyreplace getnameinfo with inet_ntop in v6 string formatting
2017-07-12 Mickey PhoenixFix documentation for folly's to<double>() method's...
2017-07-12 Tom JacksonDon't use range construction for associative containers...
2017-07-12 Phil WilloughbyImprove launder
2017-07-11 Christopher... Revert D5393697: [Folly] Add an sfmt19937 benchmark
2017-07-11 Benjamin Renardadd helper method to generate same crc32 results as...
2017-07-11 Christopher... Add an sfmt19937 benchmark
2017-07-11 Peter DeLongAllow fiber to be called on both type Fiber and Fiber*
2017-07-11 Giuseppe OttavianoUse Baton (again) in EventBase::runInEventBaseThreadAndWait
2017-07-11 Xiangyu BuUpdate providedCiphersStr_ in one place.
2017-07-11 Yedidya FeldblumCompute masks in IPAddressV6
2017-07-11 Peter DeLongAdd function to folly_fibers.py to get the address...
2017-07-10 Fred EmmottAdd some more OpenSSL 1.1 APIs for folly/portability/
2017-07-10 Eli Lindseyadd the getnameinfo error code and v6 scope id to excep...
2017-07-09 Yedidya FeldblumIn-place construction for Future v2017.07.10.00
2017-07-08 Alan FrindellOption to set thread name for EventBaseThread
2017-07-07 Eric Nieblermake FunctionRef constexpr on compilers that support it
2017-07-07 Jiahao LiAdds `make_mock` to `folly::LeakySingleton`.
2017-07-07 Christopher... Determine noexcept'ness of folly::Optional with std...
2017-07-06 Christopher... Define OPENSSL_NO_SSL2 under OpenSSL 1.1.0
2017-07-06 Phil Willoughbylaunder
2017-07-05 Adam Simpkinsfix double comparison in histogram test
2017-07-05 Adam Simpkinslogging: fix compiler compatibility for one more conste...
2017-07-05 Yedidya FeldblumPromise<T>::makeEmpty() and Future<T>::makeEmpty()
2017-07-05 Jim Meyeringfolly/futures/detail/Core.h: avoid FP from clang's...
2017-07-04 Yedidya FeldblumApply clang-format to folly/stats/
2017-07-04 Yedidya FeldblumApply clang-format to folly/ssl/
2017-07-04 Yedidya FeldblumApply clang-format to folly/concurrency/
2017-07-04 Yedidya FeldblumExtract the namespace choice in FBString.h
2017-07-04 Yedidya FeldblumApply clang-format to folly/io/ (namespace)
2017-07-04 Christopher... Fix tests in CMake build
2017-07-03 Christopher... Fix build of SysUio portability header
2017-07-03 Eric Nieblerconstexpr the Unit comparison ops
2017-07-03 Yedidya FeldblumFor futures::retrying, detect policy type using std...
2017-07-03 Phil WilloughbyContent-conversion constructors for Future
2017-07-03 Christopher... Replace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-07-02 Yedidya FeldblumIn-place construction for Try
2017-07-02 Yedidya FeldblumIn-place construction for Optional
2017-07-02 Yedidya FeldblumMove in_place and friends to Utility.h
2017-07-02 Yedidya FeldblumRemove construct_in_place
2017-07-02 Yedidya FeldblumDisambiguate the various in_place overloads, following...
2017-07-02 Christopher... Don't attempt to lock the file descriptor in readv...
2017-07-01 Christopher... Enable a missing test in the CMake build
2017-07-01 Nate StedmanFix undefined warning errors
2017-06-30 Christopher... Drop std::max_align_t hack present for GCC 4.8
2017-06-30 Christopher... auto-dep the rest of Folly
2017-06-30 Adam SimpkinsDon't try to access XlogFileScopeInfo->category if...
2017-06-30 Christopher... Use #warning rather than #warn
2017-06-30 Christopher... Remove the now dead StringBase.cpp
2017-06-30 Maged MichaelFlat combining: Fix typos in comments
2017-06-30 Maged MichaelHazard pointers: Fix leak in hazptr_priv destruction
2017-06-30 Christopher... Merge StringBase.cpp into String.cpp
2017-06-29 Adam Simpkinslogging: support building with gcc-4.9
2017-06-29 Ankit ShahRemoving memory leaks in rsa setter test
2017-06-29 Maged MichaelHazard pointers: Add support for thread local lists...
2017-06-29 Andrew KriegerRemove dependency on Conv.h from FileUtil.h
2017-06-28 Andrew KriegerAdd `mode` parameter to FileUtil.h writeFile
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-28 Ankit ShahAdding getter and setter methods for RSA
2017-06-28 Christopher... Shift Future::then and Future::thenMulti into the class...
2017-06-27 Yedidya FeldblumFixes for Try::withException
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
next