Move the Environment portability header to the stdlib header
[folly.git] / folly /
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)
2017-01-08 Eric Niebleradd folly::as_const, like C++17's std::as_const
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::loopBody
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::setMaxLatency
2017-01-07 Yedidya FeldblumRemove <glog/logging.h> from folly/Indestructible.h
2017-01-07 Eric Niebleradd folly::void_t like C++17's std::void_t
2017-01-07 Yedidya FeldblumSkip defined checks in folly/Memory.h
2017-01-06 Zonr Chang__throw* functions seem to be available in LLVM 4.0...
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::setLoadAvgMsec
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::SmoothLoopTime
2017-01-06 Igor Sugakfix gcc-5 build
2017-01-06 Igor Sugakfix gcc-5 build
2017-01-06 Michael Leemake_unique is ambiguous with c++14 for some platforms
2017-01-05 Eric Nieblerdon't use assert in benchmarks. it gets stripped out...
2017-01-05 Yedidya FeldblumNamespace the UBSAN_DISABLE symbol
2017-01-05 Yedidya FeldblumBackport ceil, floor, round from C++17 std::chrono
2017-01-04 Yedidya FeldblumKeep the std::exception* or std::type_info* in folly...
2017-01-04 Shoaib MeenaiAdd preprocessor macro to disable throw* definitions
2017-01-04 Yedidya Feldblumfolly::_t and use it in folly::exception_wrapper
2017-01-04 Yedidya Feldblum2017
2017-01-03 Steve O'Brienfolly: ReadMostlySharedPtr fix for `getStdShared()...
2017-01-03 Yedidya FeldblumDrop the boost dependency from Traits.h and FBVector.h
2017-01-03 Christopher DykesKill a dead constant in EventBase
2017-01-02 Mathieu Baudetfbcode: remove unused includes from .cpp files without...
2017-01-02 Yedidya FeldblumDrop <boost/operators.hpp> as a dependency of FBVector.h
2017-01-02 Yedidya FeldblumMove the traits factories up, and remove <boost/mpl...
2017-01-02 Zonr ChangAdd FOLLY_OPENSSL_HAS_ALPN and FOLLY_OPENSSL_HAS_SNI.
2017-01-01 Yedidya FeldblumFix assorted missing includes
2016-12-31 Petr LapukhovAdd more MSG_OOB tests for EventHandler
2016-12-30 Zbigniew SzymanskiMove internal `decodeUtf8` method from json.cpp to...
2016-12-30 Yedidya FeldblumLet Future::then call callbacks outside of the catch...
2016-12-30 Yedidya FeldblumConst-correctness for folly::exception_wrapper::with_ex...
2016-12-29 Eric Nieblerfolly::TryException inherits from std::logic_error...
2016-12-29 Eric Nieblerfolly::FutureException inherits from std::logic_error...
2016-12-29 Bi XueMake FunctionRef support bool operator
2016-12-29 Giuseppe OttavianoAvoid shadowing warnings in SYNCHRONIZED
2016-12-29 Anirudh RamachandranAdd OpenSSL portability layer
2016-12-29 Yedidya Feldblumfolly::copy
2016-12-29 Philip Proninnuke UNSYNCHRONIZED
2016-12-28 Yedidya FeldblumA smaller implementation of try_and_catch
2016-12-27 Adrian HamzaMake UncaughtExceptionCounter public
2016-12-27 Eric NieblerAdd proper Doxygen comment markings around exception_wr...
2016-12-27 Christopher Smallpass RNG by reference so state is updated on each call
2016-12-25 Sven Overfix include dependencies in folly/stats
2016-12-24 Yedidya FeldblumFix a wrong filename in a comment in ExceptionWrapper.h
2016-12-23 Christopher DykesUse std::chrono for timeouts to sslAccept and sslConn...
2016-12-23 Jacob BowerEnable making libfollyinit even when libdwarf is not...
2016-12-22 Yedidya FeldblumMove Thrower into exception_wrapper
2016-12-22 Yedidya FeldblumMove the guts of try_and_catch into a detail namespace
2016-12-22 Jason LengUpdate future interrupts example in README
2016-12-22 Jacob BowerMake folly pkg-config more usable on OS X
2016-12-22 Yedidya Feldblumto_weak_ptr
2016-12-22 Christopher DykesSupport fchmod and include the correct portability...
2016-12-22 Yedidya FeldblumAdd missing includes in folly/experimental/observer
2016-12-22 Amir ShalemFBString: remove unnecessary 7-byte padding in large...
2016-12-21 Christopher DykesFix the return type for sysconf in the unistd portabili...
2016-12-21 Amir ShalemFix bug where capacity is not updated correctly after...
next