Remove/make private the default ***Holder constructor to allow compile time detection...
[folly.git] / folly /
2017-02-26 Philip Proninreduce consumed stack size in symbolizer
2017-02-26 Christopher DykesDrop FOLLY_HAVE_STD_THIS_THREAD_SLEEP_FOR
2017-02-25 Michael LeeFix -Wshadow warning in sorted_vector_types
2017-02-24 Yedidya FeldblumDrop support for gcc 4.7 with byteswap shim
2017-02-24 Giuseppe OttavianoFix a corner case in EliasFanoReader::previousValue
2017-02-23 Mark LoganRemove duplicates during bulk insertion.
2017-02-21 Michael LeeAdd getCommonName and getSubjectAltName Cert utility...
2017-02-20 Mark WilliamsPrevent a crash in folly::Symbolizer
2017-02-17 Maged MichaelAdd Baton variants with multiple posters and with a...
2017-02-17 Yedidya FeldblumFix exception_wrapper::throwException when called befor...
2017-02-16 Yedidya FeldblumDrop support for Clang < 3.9
2017-02-16 Christopher DykesWorkaround MSVC 2015 limitations in Traits.h
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-02-16 Christopher DykesUse std::this_thread::yield rather than sched_yield
2017-02-16 Maged MichaelFix data race in Futex<EmulatedFutexAtomic>
2017-02-16 Lovro PuzarAdd AtomicIntrusiveLinkedList::reverseSweep()
2017-02-15 Philip Proninoptimize EliasFanoEncoder::defaultNumLowerBits
2017-02-15 Phil WilloughbyReplace the future-splitting system
2017-02-15 Anton LikhtarovFix undefined behaviour
2017-02-14 Alex MalyshevAdd overloads of Range::{start,end}sWith with custom...
2017-02-14 Maxim GeorgievTimestamping callback interface in folly::AsyncSocket
2017-02-11 Adam Simpkinsadd Range constructors from std::array
2017-02-10 Andrii GrynenkoMinor GDB script fix
2017-02-10 Jack Montgomerychanged Synchronized.md to reflect SharedMutex as default
2017-02-10 Andrew KriegerDetect identity conversion in toDynamic
2017-02-09 Den Raskovalovadd folly:hasher<bool>
2017-02-09 Andrii GrynenkoAdd keepAlive() mechanism
2017-02-09 Phil WilloughbyBenchmark string copying via the formatter
2017-02-09 Andrew KriegerNon-const `dynamic` iterators
2017-02-08 Sebastian MessmerSpecialise std::hash for folly::Optional
2017-02-08 Ameya LimayeThrow custom exception type when ABD fails a result...
2017-02-07 Christopher DykesMake a few coersions to bool explicit
2017-02-07 Phil WilloughbyModify BaseFormatter to help static analysers
2017-02-07 Phil WilloughbyRun clang-format over Format*.h
2017-02-06 Christopher DykesSupport compiling in C++14 mode
2017-02-06 Sven Overexecute callbacks as rvalue references
2017-02-04 Andrey IgnatovExpose testing callbacks from AsyncSocketTest2.
2017-02-04 Matt GlazarFix environ enumeration on Apple platforms
2017-02-03 Xuli LiuExpose more functions/constructors on BucketedTimeSeries
2017-02-03 Mark LoganAdd ContainerT&& ctors to sorted_vector_map and sorted_...
2017-02-03 Mark LoganFix worst-case quadratic behavior of iterator construct...
2017-02-02 Pádraig BradyFix build failure with GCC 5
2017-02-02 Christopher DykesCorrect the API of some functions in the portability...
2017-02-01 Yedidya FeldblumAssorted cleanups for folly/portability/BitsFunctexcept.h
2017-02-01 Scott MichelsonMPMCQueue Wrapper with priorities
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-02-01 Christopher DykesUse std::chrono::high_resolution_clock for folly::Benchmark
2017-01-31 Igor AdamskiFunctionScheduler - set running_ when it has actually...
2017-01-31 Phil WilloughbyRequire compile-time constant format strings to `shellify`
2017-01-31 Michael Leecrt_externs.h is not available on all platforms
2017-01-30 Michael LeeFix folly/Makefile.am
2017-01-30 Michael LeeSplit up experimental/TestUtil
2017-01-29 Michael Leechar ** enivron is inconsistent on some platforms
2017-01-28 Jason RahmanRFC: Include timeout duration in exception message
2017-01-28 Christopher DykesActually do the stress test on RCURefCount and make...
2017-01-27 Phil WilloughbyNamespace rename from UpperCamelCase to snake_case
2017-01-27 Angelo FaillaImplemented IPAddressV6::getMacAddressFromLinkLocal
2017-01-27 Christopher DykesMove the Environment portability header to the stdlib...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-26 Christopher DykesAdd __builtin___clear_cache to the portability headers
2017-01-25 Daniel SommermannAdd ability to set custom SSLContext on TestSSLServer
2017-01-25 Michael LeeRe-Gate setenv/unsetenv
2017-01-25 Daniel SommermannSplit out SSL test server for reuse
2017-01-25 Christopher DykesFix JemallocNodumpAllocator when compiled without folly...
2017-01-25 Petr LapukhovAdd disableTransparentTls call
2017-01-25 Christopher DykesActually allow SFINAE to occur with setThreadName
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-24 Ryan WilsonAdd needsPeerVerification function to check if peer...
2017-01-24 Christopher DykesEnsure portability/Windows.h is included before OpenSSL...
2017-01-20 Igor Zinkovskyfix use-after-free in addFunctionOnce
2017-01-20 Maged MichaelMade atomics generic in hazptr_owner member functions
2017-01-20 Christopher DykesDefine AF_LOCAL in the socket portability layer
2017-01-20 Kyle NekritzClear OpenSSL error stack after loading certificate...
2017-01-20 Luca NiccoliniRevert D4389970: add an option to clear error before...
2017-01-20 Maxim GeorgievEnable EOR flag configuration for folly::AsyncSocket.
2017-01-19 Phil WilloughbyModernise and clang-format existing formatting benchmark
2017-01-19 Andrii GrynenkoAdd fiber-print-limit command
2017-01-18 Maxim GeorgievAdding 'compound assignment union operator' for folly...
2017-01-18 Eric NieblerAdd a missing #include. Remove an unnecessary #include.
2017-01-16 Christopher DykesDrop unneeded Pthread include
2017-01-16 Christopher DykesDon't use Pthread in EventBase
2017-01-16 Christopher DykesSupport setting thread name via std::thread::id
2017-01-14 Igor Sugakremove override from adjacent_tokens_only
2017-01-13 Marcus Holland-MoritzProtect memcpy calls against undefined behaviour
2017-01-13 Jim Meyeringfolly/Traits.h: fix a deep problem with FBVector
2017-01-13 Eric Nieblercapture exception information when creating exception_w...
2017-01-13 Dave WatsonAdd AsyncSSLSocket option to turn off transparent tls
2017-01-11 Yedidya FeldblumSlight simplification of exception_wrapper constructor
2017-01-11 Subodh Iyengaradd an option to clear error before calling ssl methods
2017-01-10 Yedidya FeldblumFix an inefficiency in json-serializing a dynamic with...
2017-01-10 kumagifix typo in comments. s/unitialized/uninitialized/g
2017-01-10 Yedidya FeldblumRename exception_wrapper::getExceptionPtr to to_excepti...
2017-01-10 Maged MichaelFix dynamic MPMCQueue tryObtainPromisedPushTicket(...
2017-01-09 Christopher DykesUse 2 second loop smoothing period rather than 20 seconds
2017-01-09 Kyle NekritzAdd pre received data API to AsyncSSLSocket.
2017-01-09 Kyle NekritzSet custom ssl bio read method.
2017-01-09 Zonr ChangInclude <errno.h> for using "errno" and ENOMEM.
2017-01-09 Nick WolchkoRemove folly::Future conversion constructor
2017-01-09 Michael O'FarrellFix folly json to only sort properties of objects based...
2017-01-08 Igor Sugakremove always true if-predicate (gcc-5 -Wlogical-op)
next