folly.git
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
2016-05-10 Lucian Grijincufolly: ubsan: &v[0] is undefined if v.empty()
2016-05-09 Jim Meyeringfolly test: fix typo in RandomDataHolder::RandomDataHolder
2016-05-09 Christopher... Include <nmmintrin.h> in GroupVarint.h
2016-05-09 Lucian Grijincufolly: fbvector: ubsan: avoid memcpy(dest, nullptr, 0)
2016-05-09 Christopher... Explicitly reference folly::detail
2016-05-09 Christopher... Fix a few issues in the portability headers
2016-05-09 Philip ProninReverted commit D3265572
2016-05-07 Andrii GrynenkoDon't re-throw exceptions from default FiberManager...
2016-05-06 Andrii GrynenkoDon't throw on late singleton registration
2016-05-06 Christopher... Use intrinsics rather than inline assembly where possible
2016-05-06 Christopher... Create the stdio.h portability header
2016-05-06 Haijun ZhuBind to a random file in unix domain socket test
2016-05-06 Christopher... Create the unistd.h portability header
2016-05-05 Andrii GrynenkoAllow optional atfork hook for singleton destruction
2016-05-05 Andrii GrynenkoImplement LoopKeepAlive for EventBase
2016-05-05 Andrii GrynenkoAllow adding tasks to TaskIterator dynamically
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Christopher... Create the stdlib.h portability header
2016-05-04 Christopher... Create the fcntl.h portability header
next