folly.git
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... Don'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... Use 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... Have 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... Optimize 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... Define 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... Remove the strings.h portability header
2016-04-15 David GoldblattCorrectly deduce RNG type in folly::Random
2016-04-15 Michael LeeFix build for no FOLLY_TLD_USE_FOLLY_TLS
2016-04-14 Andrii GrynenkoImprove folly::ThreadLocal perf
2016-04-14 Andrii GrynenkoFix GuardPageAllocator to do mprotect lazily
2016-04-14 Den Raskovalovremove duplicate licence prolog
2016-04-13 Christopher... Fix the includes in portability/Malloc.h
2016-04-13 Neel GoyalAdd method to get the connect timeout used for an Async...
2016-04-12 Michael LeeSorry, forgot to add portability/Memory.cpp
2016-04-11 Alexander ShaposhnikovFix the order of EXPECT_EQ parameters
2016-04-10 Yedidya FeldblumSome cleanups to folly::EventBase after converting...
2016-04-09 Adam NortonAdd <new> header for placement new
2016-04-07 Tom JacksonExtensibility for folly::to<> through ADL
2016-04-07 Alexey SpiridonovDynamicParser to reliably and reversibly convert JSON...
2016-04-07 Yedidya FeldblumUse folly::Function in folly::EventBase
2016-04-06 Giuseppe OttavianoRemove leftover comment in Portability.h
2016-04-06 Bert Mahermalloc.h doesn't exist on OSX
2016-04-06 Michael LeeStart compiling a bit of `-Wshadow`
2016-04-06 Sven Overfolly::fibers::Fiber: use folly::Function instead of...
2016-04-06 Dmitry PleshkovAllow usage of Symbolizer options for ExceptionStats...
2016-04-05 James SedgwickFunction::asStdFunction()
2016-04-05 Giuseppe OttavianoUpdate libgcc and boost symlinks (Disable SSO on ASan...
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-04-04 Sven Overfolly::FunctionScheduler: replace std::function w/...
2016-04-02 Giuseppe Ottavianofbstring: Make SSO disabling and insertImplDiscr implem...
2016-04-02 Christopher... Add portability header for libgen.h
2016-04-02 Christopher... Create a portability header for syslog.h
2016-04-02 Christopher... Don't use the plus operator unecessarily
2016-04-02 Sven Overfolly::Function: fix swap function and put in correct...
2016-04-01 Adam Simpkinsupdate SocketAddress::setFromPath() to take a StringPiece
2016-04-01 Christopher... Create the Builtins portability header
2016-04-01 Christopher... Create the dirent.h portability header
2016-04-01 Christopher... Create the pthread.h portability header
2016-04-01 Michael Lee`strndup` is defined on modern OSX
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-04-01 Sven Overfolly/docs: add documentation about folly::Function
2016-04-01 Andrii GrynenkoImplement GDB pretty-printers for folly::fibers
2016-03-31 Nicholas OrmrodNew strings no longer relocatable
2016-03-31 Giuseppe OttavianoSimplify fbstring::insertImpl
2016-03-31 Kyle NekritzLog SSL alerts received on the server.
next