Extract Try to top-level
[folly.git] / folly /
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 Agrawaladding Promise::await
2016-05-19 Yedidya FeldblumMake Try independent of Future
2016-05-19 Andrii GrynenkoExport documentation from dex to folly
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-Moritzfolly: 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 DykesMake 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 DykesAdd 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 DykesDeal with some oddities of MSVC's preprocessor
2016-05-10 Christopher DykesFix 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 DykesInclude <nmmintrin.h> in GroupVarint.h
2016-05-09 Lucian Grijincufolly: fbvector: ubsan: avoid memcpy(dest, nullptr, 0)
2016-05-09 Christopher DykesExplicitly reference folly::detail
2016-05-09 Christopher DykesFix 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 DykesUse intrinsics rather than inline assembly where possible
2016-05-06 Christopher DykesCreate the stdio.h portability header
2016-05-06 Haijun ZhuBind to a random file in unix domain socket test
2016-05-06 Christopher DykesCreate 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 DykesCreate the stdlib.h portability header
2016-05-04 Christopher DykesCreate the fcntl.h portability header
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-05-04 Andrii Grynenkofolly::Future integration with Python
2016-05-04 Christopher DykesFix the weak references to JEMalloc under MSVC
2016-05-04 Christopher DykesImplement __builtin_ctzll for MSVC
2016-05-04 Christopher DykesDon't initialize kDestroyWaitTime in-class
2016-05-04 Christopher DykesUse std::thread::id in Fiber rather than a syscall
2016-05-04 Christopher DykesDon't attempt to implicitly convert an atomic<T> to...
2016-05-04 Marcus Holland-MoritzUnpoison stack memory before deallocation
2016-05-04 Pavlo KushnirOptimize copy/move
2016-05-04 Yedidya FeldblumLet via take a functor by universal reference
2016-05-04 Christopher DykesCreate the sockets portability header
2016-05-03 Marcelo JuchemMore useful logging upon failed AsyncServerSocket:...
2016-05-03 Sven Overfix passing move-only types to via(Executor*, Func)
2016-05-03 Yedidya FeldblumDeprecate boost::mpl
2016-05-02 Michael LeeUse portability for SYS_gettid
2016-05-02 Christopher DykesDon't try to use the malloc_usable_size portability...
2016-05-02 Neel GoyalSet the appropriate AsyncSocketExceptionType from SSLEx...
2016-05-02 Anirudh RamachandranSimplify CryptoSSLRequestManager using unified futures API
2016-05-02 Yedidya FeldblumAvoid glog when warning about Singleton double-registration
2016-04-30 Andrii GrynenkoDon't require folly::Unit in addTaskFinally
2016-04-29 Martin MartinMake addTask[Remote]Future() work for functions returni...
2016-04-29 Martin MartinClang-format in preparation for other change
2016-04-29 Philip Pronindon't destory defaultElfCache in exit handlers
2016-04-28 Eric Niebleruse std::forward instead of std::move on objects whose...
2016-04-28 Andrew BirchallCreate ReadHolder::unlock
2016-04-28 Lucian Grijincufolly: Function: in-class init, drop (void*) casts
2016-04-28 Subodh IyengarBetter exception types to SSLexception
2016-04-28 Subodh IyengarStop abusing errno
2016-04-28 Subodh IyengarStrict validation for certs
2016-04-28 Nicholas OrmrodFix asan build
2016-04-28 Christopher DykesUse the portability header for malloc_usable_size in...
2016-04-28 Andrii GrynenkoFix races in TLRefCount
2016-04-28 Giuseppe OttavianoFurther Function simplification
2016-04-28 Pavlo KushnirFaster onDestroy
2016-04-27 Christopher DykesHave the GFlags portability header stick things in...
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-27 Kyle NekritzAdd recursion limit to folly::parseJson.
next