Add method to get the connect timeout used for an AsyncSocket
[folly.git] / folly /
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()
2016-03-20 Christopher DykesAdd features to portability/Config.h
2016-03-20 Christopher DykesSplit iovec out of SysUio.h
2016-03-20 Mark Reitblattfix typo in log printing in AsyncSSLSocket
2016-03-19 Jeremy WrightUpgrade ScopeGuard for Visual Studio 2015
2016-03-18 Christopher DykesCreate the sys/mman.h portability header
2016-03-17 Yedidya FeldblumRemove pthread_yield support
2016-03-17 Subodh IyengarAllow override of session context
2016-03-17 Andrew CoxTell ASAN about fiber stacks
2016-03-16 Christopher DykesCreate portability/Config.h
2016-03-16 Eric Nieblermove StaticMeta::onThreadExit into libfolly_thread_local.so
2016-03-16 Phil WilloughbyRemove `using std::make_unique`
2016-03-16 Yedidya FeldblumRemove an outdated/inapplicable comment
2016-03-15 Christopher DykesAdd portability header for sys/file.h
2016-03-15 Igor Sugakfolly/subprocess: fix one -Wsign-conversion and clag...
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-03-15 Subodh IyengarAllow httpsession to be movable readCB
2016-03-15 Michael LeeMissing guards for FOLLY_TLS in test
2016-03-14 Sven Overfolly/portability/Constexpr.h: add missing include...
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-14 Jimmy Saadefolly::FunctionScheduler: Adding capability to reset...
2016-03-13 Giuseppe OttavianoFix warning in MicroLock initialization
2016-03-12 Daniel ColascioneExplain union safety in MicroLock comment
2016-03-12 Wez Furlongfolly: fix gflags<->glog configure check ordering
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-11 Michael LeeAdding portability to gating PicoSpinLock.
2016-03-10 Eric NieblerFix an exception safety hole in ScopeGuard
2016-03-09 Giuseppe OttavianoPort easy instances to folly::dynamic::array
2016-03-09 Kyle NekritzAdd replay safety connector/handler to delay transactio...
2016-03-09 Christopher DykesCreate the sys/stat.h portability header
2016-03-09 Kyle NekritzMake Bits.h respect FOLLY_HAVE_UNALIGNED_ACCESS.
2016-03-09 Anirudh RamachandranSSL cleanup: moving some OpenSSL definitions to new...
next