Add NETWORK_ERROR to switch statement
[folly.git] / folly /
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.
2016-04-27 Subodh IyengarRemove dead code in AsyncSSLSocket
2016-04-27 Sven Overfix access-after-free bug in ProducerConsumerQueueTest
2016-04-27 Pavlo KushnirCheaper bumpHandlingTime
2016-04-27 Jon Maltiel SwensonOptimize away IOBuf clones on hot path
2016-04-26 Aditya MutturAdding a constructor to UTF8Range that uses std::string
2016-04-26 Mirek KlimosAPI to set folly::RequestContext for current scope...
2016-04-26 Christopher DykesDefine DECLARE_VARIABLE in portability/GFlags.h
2016-04-26 Michael LeeRemove extra dependency on Portability.h
2016-04-26 Pavlo KushnirUse std::string in folly::dynamic
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-25 Stepan PalamarchukRemove unnecessary construction of IOBuf in Cursor
2016-04-25 Andrew CoxUndelayedDestruction virtual=>override
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Hans Fugalupdate futures README
2016-04-22 Sven OverSubprocess: allow non-copyable callbacks
2016-04-22 Yedidya Feldblumget_default and get_ref_default variants taking functions
2016-04-22 Tobias RitzauUpdates the internal representation of signals in Notif...
2016-04-21 Taiyuan Zhangfix cancelAllFunctions
2016-04-21 chenkanfix: readvNoInt use wrong read function
2016-04-20 Michael LeeDefine more pieces of portability/GFlags
2016-04-20 Marcelo JuchemAdded FOLLY_IGNORE and FOLLY_SEMICOLON helper macros
2016-04-20 Michael LeeClean up deprecation warnings
2016-04-20 Michael LeeFix use of dynamic {} initialization in JSONSchemaTest
2016-04-20 Mirek KlimosReverted commit D3156698
2016-04-20 Alexey SpiridonovThrow on errors in read callback
2016-04-20 Michael LeeBackward compatibility for older versions of clang.
2016-04-19 Michael Lee`detail::Futex` wants 4 bytes but MicroLock only gives...
2016-04-19 Mark IsaacsonAdd make_array to folly
2016-04-18 Mirek KlimosAPI to set folly::RequestContext for current scope
2016-04-18 Brian WalkerNotificationQueue Logging for Android bug
2016-04-18 Sven Overremove superfluous include directive
2016-04-16 Sven Overremove MoveWrapper from io/async/AsyncUDPServerSocket.h
2016-04-16 Andrii GrynenkoNon-intrusive AtomicLinkedList
2016-04-15 Michael LeeForgot to fix the guard for String.cpp
2016-04-15 Christopher DykesRemove the strings.h portability header
next