folly.git
2017-08-19 Xiangyu BuRecommended cipher list for server side. v2017.08.21.00
2017-08-18 Xiangyu BuLet SSLContext::setCipherList accept generic container...
2017-08-18 Dave WatsonDrop jemalloc specific smartRealloc integration
2017-08-18 David LamRemove outdated comments referencing removed TAsyncSSLS...
2017-08-18 darrenlFix incorrect format in Overview markdown
2017-08-17 Stella LauFix undefined behavior when decoding varint
2017-08-17 Mingtao YangAdd getSSLContext() to AsyncSSLSocket
2017-08-17 Neel GoyalChange AsyncSSLSocket getSecurityProtocol to handle...
2017-08-17 Phil WilloughbyRemove a use of SFINAE in the Range constructor.
2017-08-17 Philip JamesonOptionally run autoconf
2017-08-17 Rushy PanchalAdd prepareSkipTo() method to EliasFanoReader
2017-08-16 Shu ZhangAdd ConcurrentHashMap installable
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-08-16 Maged MichaelFix destruction order
2017-08-15 Alexey Spiridonovtry to fix folly, wangle, etc open-source build
2017-08-14 Peter DeLongAdd hooks to track which threads belong to which thread...
2017-08-14 Nick Wolchkoallow comparing Optional<T> with none
2017-08-14 Xiangyu BuAsyncSSLSocket::get/setClientCertValidationResult API.
2017-08-10 Nathan Bronsonsmall_vector default constructor shouldn't be explicit v2017.08.14.00
2017-08-09 Nick Jiangfix sorted_vector_{set,map} bulk_insert deduplication
2017-08-09 Yedidya FeldblumExplicitly handle gcc in FOLLY_MAYBE_UNUSED
2017-08-09 Yedidya FeldblumCut unnecessary parens in IPAddress.h
2017-08-09 Yedidya FeldblumLet IPAddressV4::bitCount and IPAddressV6::bitCount...
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-08-08 Phil WilloughbyAdd a UDL suffix to define a StringPiece
2017-08-07 Sargun VohraDon't allow Future::onError([](exception_wrapper&)...
2017-08-06 Yedidya FeldblumConsistent use of sformat in address-related files v2017.08.07.00
2017-08-06 Yedidya FeldblumApply clang-format to folly/**/*Range*.*
2017-08-04 Xiangyu BuTest server-side getPeerCert().
2017-08-04 Xiangyu BuClang-format AsyncSSLSocketTest.cpp.
2017-08-04 Marko NovakovicReplacing instances of __CLANG__ with __clang__
2017-08-03 Alex GuzmanAdd X509_EXTENSION unique pointer
2017-08-03 Adam NortonReduce Code Duplication In NotificationQueue With Unive...
2017-08-02 Martin MartinFix error in comment.
2017-08-02 Greg BentleyFix for building with icc.
2017-08-01 Alex GuzmanCreate X509_STORE ptr type
2017-08-01 Yedidya FeldblumCut debugging code from SocketAddress
2017-08-01 Phil WilloughbyC++11 support for Replaceable
2017-08-01 Neel GoyalAdd TLS 1.2+ version for contexts
2017-08-01 Neel GoyalChange AsyncUDP's readCallback to be protected.
2017-08-01 Yedidya FeldblumDRY some methods in IPAddress
2017-07-31 Yang ChiMake sendmsg in AsyncUDPSocket overridable
2017-07-31 Yedidya FeldblumNo need for strncpy in passwordCallback
2017-07-31 Phil WilloughbyRemove template helper constants
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-31 Yedidya FeldblumSimplify the StateSize helper in Random
2017-07-30 Yedidya FeldblumOutline throw statements in format
2017-07-30 Yedidya FeldblumLet MacAddress use a helper hex-table
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-30 Yedidya FeldblumMark two implicit ctors as explicit
2017-07-29 Yedidya FeldblumDefine IPAddressV6 comparison ops in terms of its fields
2017-07-29 Yedidya FeldblumMerge IPAddressTest.h into the IPAddressTest.cpp
2017-07-29 Yedidya FeldblumOutline throw statements in folly/futures/
2017-07-29 Yedidya FeldblumCompute masks in IPAddressV4
2017-07-29 Phil WilloughbyFix the copy constructor in Replaceable
2017-07-28 Yedidya FeldblumOptimal make_integer_sequence
2017-07-28 strykuPrevent IsOneOf unused template specialization instanti...
2017-07-28 Mingtao YangAdd X509_REVOKED_get0_* OpenSSL shims
2017-07-28 Andrew KriegerFix StringPiece ostream overloads to properly not rely...
2017-07-28 Andrew Kriegerstd::basic_ostream operator<< overload for FixedString
2017-07-27 Michael LeeSwitch to folly/Optional.h to use std::aligned_storage
2017-07-26 Yedidya FeldblumAdd FOLLY_HAS_FEATURE and use it
2017-07-26 Yedidya FeldblumCut moveFromTry
2017-07-26 Yedidya FeldblumOutline throw statements in dynamic
2017-07-26 Xiangyu BuKill folly::SSLContext::switchCiphersIfTLS11.
2017-07-26 Neel GoyalAdd getEventBase() to AsyncUDPSocket
2017-07-26 Dave WatsonConcurrentHashMap
2017-07-26 Dave WatsonAllow stealing pointer bits
2017-07-26 Phil WilloughbyUpdate Optional
2017-07-26 Phil Willoughbyclang-format Optional.h
2017-07-26 Yedidya FeldblumAdd FOLLY_HAS_BUILTIN and use it
2017-07-26 Yedidya FeldblumCut throwOnFail
2017-07-26 Yangqing Jiafolly: changes to make nvcc happy
2017-07-26 Yedidya FeldblumMove __CLANG_PREREQ to folly/CPortabiilty.h
2017-07-26 Yedidya FeldblumThere is no HAVE_SHADOW_LOCAL_WARNINGS
2017-07-25 Mingtao YangFix include typo
2017-07-25 nicksbymanadd import to main in logging example
2017-07-25 Mingtao YangMove OpenSSL locking code out of SSLContext
2017-07-25 Nicholas OrmrodFix double-free in DynamicConverter
2017-07-25 Phil WilloughbyReplaceable
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-24 Yedidya FeldblumOutline the throw statements in Try
2017-07-23 Subodh IyengarAdd fnv1-a hash to Hash
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-21 Stephen Chencrc32c: add missing header for std::runtime_error
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/symbolizer/
2017-07-21 Yedidya FeldblumApply clang-format to folly/experimental/io/
2017-07-21 Yedidya FeldblumStyle tweaks to max_align_v calculation
2017-07-21 Yedidya FeldblumApply clang-format to folly/tracing/
2017-07-21 Yedidya FeldblumParse suffixes without switch-fallthrough in huge-pages
2017-07-20 Yedidya FeldblumApply clang-format to folly/experimental/bser/
2017-07-20 Yedidya FeldblumDrop a remnant of gcc48 support in futures
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...
next