Remove unnecessary construction of IOBuf in Cursor
[folly.git] / folly /
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
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 DykesFix 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 DykesAdd portability header for libgen.h
2016-04-02 Christopher DykesCreate a portability header for syslog.h
2016-04-02 Christopher DykesDon'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 DykesCreate the Builtins portability header
2016-04-01 Christopher DykesCreate the dirent.h portability header
2016-04-01 Christopher DykesCreate 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.
2016-03-31 Christopher DykesCreate the sys/resource.h portability header
2016-03-31 Christopher DykesCreate a malloc.h portability header
2016-03-31 Andrii GrynenkoAdd create-move-invoke benchmark for folly::Function
2016-03-31 Christopher DykesFix the portability implementation of strndup
2016-03-31 Christopher DykesSupport SSE 4.2 qfind under MSVC
2016-03-31 Neel Goyalinclude glog for CHECK_EQ
2016-03-31 Christopher DykesUpdate the sys/syscall.h portability header for Windows
2016-03-30 Giuseppe OttavianoDo not use small category in fbstring when in ASan...
2016-03-30 Yang Chiuse unit64_t for numElements in HHWheelTimer
2016-03-30 Misha Shneersonfix stack usage in HHWhileTimer
2016-03-29 Yedidya FeldblumIPAddressV[46]::validate
2016-03-29 Neel GoyalChange SSLContext to use a ThreadLocalPRNG
2016-03-29 Nicholas OrmrodMake FBVector faster
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-28 Subodh IyengarFix cases of overwriting errno
2016-03-28 Yedidya Feldblums/MAX_STATIC_CONSTRUCTOR_PRIORITY/FOLLY_STATIC_CTOR_PRI...
2016-03-28 Andrii GrynenkoAllocate stacks with guard pages by default
2016-03-28 Sven Overfolly::fibers: do not move out of lvalue references
2016-03-28 Christopher DykesCreate the string.h portability header
2016-03-28 Christopher DykesMove asm portability to an Asm portability header
2016-03-27 Haijun ZhuMove event_base_new out of critical region
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-26 Bert MaherFix portability/Time.h on OSX
2016-03-24 Kevin McCrayfolly: avoid using atomic operations android can't...
2016-03-24 Yedidya FeldblumFix Build: folly after replacing FOLLY_NORETURN
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-03-23 Christopher DykesMove the clock details over to the Time.h portability...
2016-03-22 Michael LeeAdd APPLE to portability/Config
2016-03-22 Sven OverIntroducing folly::Function
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-22 Orvid KingRevert "Changed AC_LANG from PROGRAM to SOURCE to preve...
2016-03-21 Anirudh RamachandranAdd support for probabilistically choosing server ciphers
2016-03-21 Michael LeeHave StringTest use PRI*64 instead
2016-03-21 Anirudh RamachandranAdd option to retrieve hex representation of client...
2016-03-21 Christopher DykesAdd Windows support to portability/Memory.h
2016-03-21 Giuseppe OttavianoOptimize fbstring::append()
next