folly.git
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... Allow constexpr construction of AtomicStruct under...
2016-06-04 Christopher... Deal with a couple of warnings from MSVC
2016-06-04 Christopher... Remove 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... Assert that MicroSpinLock is a POD type
2016-06-01 Christopher... PackedSyncPtr.data_ is private
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-06-01 Christopher... SingletonVault_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
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher... Switch uses of networking headers to <folly/portability...
2016-05-30 Christopher... Switch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher... Switch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher... Include <folly/portability/PThread.h> where needed
2016-05-30 Christopher... Include <folly/portability/Time.h> where needed
2016-05-30 Christopher... Include <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher... Switch uses of <sys/syscall.h> to <folly/portability...
2016-05-30 Christopher... Switch uses of <dirent.h> to <folly/portability/Dirent.h>
2016-05-30 Christopher... Switch uses of <sys/resource.h> to <folly/portability...
2016-05-30 Christopher... Switch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-05-30 Christopher... Switch uses of <sys/file.h> to <folly/portability/SysFi...
2016-05-30 Christopher... Include <folly/portability/SysTime.h> rather than ...
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-28 Ben HamiltonFix test/ProducerConsumerQueueTest.cpp build break
2016-05-28 Ben HamiltonFix test/FunctionTest.cpp build breaks
2016-05-27 Ben HamiltonFix open source `make check` build broken by `ThreadedE...
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-27 Giuseppe OttavianoUse exponential growth in fbstring::append(size_type...
2016-05-27 Christopher... Disable a couple of warnings for MSVC in folly::Function
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-05-26 Christopher... Disable the signal stack on Windows
2016-05-26 Christopher... Remove the declaration of TimeseriesHistogram::getBucketIdx
2016-05-26 Christopher... Include <folly/portability/Windows.h> in folly::format
2016-05-26 Christopher... Fix doVecOperation in the SysUio portability header
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Jon Maltiel... std::make_unique -> folly::make_unique
2016-05-24 Christopher... Update generate_varint_tables to support MSVC
2016-05-24 Joseph GriegoClear old fs::path when moving a TemporaryDirectory
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-24 Christopher... Support folly::assume under MSVC
2016-05-23 Yedidya FeldblumAvoid std::initializer_list ctor in folly::dynamic...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-20 Christopher... Fix the detection of preadv and pwritev on OSX in OSS
2016-05-20 Shubhanshu... templating folly::fibers::await by Baton
2016-05-19 AlejandroPromote memory_order_consume to memory_order_acquire
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-19 Lucian Grijincufolly: FBString: avoid ubsan in assert
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-19 Shubhanshu... adding Promise::await
2016-05-19 Yedidya FeldblumMake Try independent of Future
2016-05-19 Andrii GrynenkoExport documentation from dex to folly
2016-05-19 iivlevFixing typo in Readme
2016-05-18 Yedidya FeldblumFlesh out the comments about Unit
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-18 Andrii GrynenkoFix one more race in Promise::setTry
2016-05-18 Yedidya FeldblumKeep the Unit test suite free of Promise and Future
2016-05-17 Yedidya FeldblumSimplify Unit
2016-05-17 Marcus Holland... folly: fbvector: ubsan: don't call memcpy() with nullpt...
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-05-16 Andrii GrynenkoFix a race in Promise::setTry
2016-05-16 Andrii GrynenkoMake await exception safe
2016-05-14 Yedidya FeldblumPrefer constexpr to preprocessor conditionals when...
2016-05-14 Yedidya FeldblumA thread-per-task executor
2016-05-14 Lucian Grijincufolly: fbstring: ubsan: memcpy/memmove are marked as...
2016-05-14 Lucian Grijincufolly: ubsan: elias-fano avoid memset(nullptr)
2016-05-14 Lucian Grijincufolly: ubsan: redo BitsTest (no macros) and fix DCHECK...
2016-05-13 Mirek KlimosTest creation of RequestContext inside a fiber task
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-05-13 Mark SantanielloSuppress new GCC 5 warning -Wbool-compare
2016-05-13 Subodh IyengarFix extra bytes in err message
2016-05-12 Andrii GrynenkoRegister custom stack for signal handlers
2016-05-12 Chad ParryTransfer ownership from a unique_ptr to a ThreadLocalPtr
2016-05-12 Chad ParryPrevent leaks in ThreadLocalPtr initialization
2016-05-12 Michael LeeInclude limits.h in IOVec.h.
2016-05-12 Christopher... Make the sys/uio.h portability header work for Windows
2016-05-11 Subodh Iyengarwangle support for TFO
2016-05-11 Lucian Grijincufolly: ubsan: format: avoid UB in abs(-INT_MIN)
2016-05-11 Christopher... Add a compatibility shim for working with libevent...
2016-05-11 Subodh IyengarMake error size more explicit
2016-05-10 Neel GoyalAdd NETWORK_ERROR to switch statement
2016-05-10 Kyle NekritzAdd additional ALPN mismatch tests.
2016-05-10 Faidon LiambotisFix a few typos all over the code
2016-05-10 Jaak Ristiojadocs/Overview.md: Fixed 2 hyperlinks.
2016-05-10 Lucian Grijincufolly: ubsan: disable integer overflow tests in Histogram
2016-05-10 Lucian Grijincufolly: ubsan: cast to unsigned to avoid negative-left...
2016-05-10 Lucian Grijincufolly: ubsan: fix "reference binding to null pointer...
2016-05-10 Christopher... Deal with some oddities of MSVC's preprocessor
2016-05-10 Christopher... Fix detection of std::make_unique under MSVC
next