folly.git
2016-01-11 Kyle NekritzAdd security protocol trace event.
2016-01-09 Yedidya FeldblumSingeltonVault::ScopedExpunger - RAII class to clear...
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2016-01-08 Pallab Bhattacharyafolly::Symbolizer can be enhanced for dumpStackTrace
2016-01-08 Giuseppe OttavianoFix two fbstring operator+ overloads
2016-01-06 David Callahanparse args for -json flag
2016-01-05 Gustavo Serra... Enable GroupVarint on PPC64
2016-01-05 David Callahanparse args for -json flag
2016-01-05 Neel GoyalAdd canAdvance to cursor and tests
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix
2016-01-04 Michael LeeClean up folly tests.
2015-12-30 Giuseppe OttavianoClose AsyncServerSocket sockets in reverse order
2015-12-28 Samrat BhattacharyaAdd Notification Queue Size in verbose logs of EventBase
2015-12-24 Dominik Gabiwrapper for nullable attribute
2015-12-24 Dominik Gabiclang attribute wrappers
2015-12-23 Michael LeeChange `SYS_gettid` to __NR_gettid instead
2015-12-23 Giuseppe OttavianoFix test Dynamic.ArrayReassignment with Clang 3.7
2015-12-23 Mike KolupaevAdded missing instantiation for HistogramBuckets::compu...
2015-12-23 Michael LeeRemove extra FLAGS_seed definition
2015-12-21 Michael LeeMove ThreadLocal.h into the implementation
2015-12-18 Kosov Eugenefixed build with g++ 5+ and ASAN enabled
2015-12-17 Andrii GrynenkoFix EventBaseLoopController destruction races
2015-12-17 Michael LeeAllow override for unaligned reads in SpookyHashV2
2015-12-17 Bin LiuPut optimized memcpy into folly
2015-12-15 Lovro PuzarSupport gzip in folly/io:compression
2015-12-15 Neel GoyalUpdate SSLContext to use folly::Random and discrete_dis...
2015-12-15 Yang ChiAdd a per-socket buffer callback
2015-12-15 Yang ChiRemove per-write buffer callback from AsyncSocket
2015-12-11 Louis Brandyfolly::dynamic::operator= for std::initializer_list
2015-12-11 Andrii GrynenkoFix RefCountTest and RCURefCount race
2015-12-11 Philip Proninsetup signal handler with SA_ONSTACK
2015-12-10 Yedidya FeldblumUse SharedMutex as the default mutex type in Synchronized
2015-12-10 Neel GoyalD2741855 broke my wangle. Reverting
2015-12-10 Barney MossUnit test showing array assignment problem on gcc 4.9
2015-12-10 Andrii GrynenkoAdd ReadMostlySharedPtr and TLRefCount to Makefile.am
2015-12-10 Arjen RoodselaarFix automake build
2015-12-10 Neel GoyalUpdate SSLContext to use discrete_distribution
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-12-09 Alan FrindellAdd support for ALPN
2015-12-09 Shijin Kongnotification queue read -> readNoInt
2015-12-08 Chad ParryAvoid cost of cancelAll
2015-12-08 Andrii GrynenkoFix TLRefCount race around thread local destruction...
2015-12-08 Chip TurnerUpdate zstd to 0.4.2
2015-12-08 Neel GoyalMark some methods virtual on SSL Context.
2015-12-07 John Sherwoodadd type info to broken promise what()
2015-12-07 Kyle NekritzFix segfaults in AsyncSSLSocket when used in unencrypte...
2015-12-06 Bartek Ryniecjson: Add option to parse numbers as strings
2015-12-06 Kyle NekritzMake getWrappedTransport/getUnderlyingTransport const.
2015-12-06 Kyle NekritzRemove getBytesRead and getBytesWritten from folly...
2015-12-06 Alexey SpiridonovAdd an "after fork, before exec" callback
2015-12-06 Umair Sadiqfix for negative delay in runAfterDelay
2015-12-03 Steve O'BrienThreadLocalDetail: OSX fixes
2015-12-02 Steve O'BrienThreadLocalDetail: fix bug just introduced w/ recent...
2015-12-02 Tudor BosmanAdd Optional::value_type
2015-12-02 Steve O'Brienfolly: ThreadLocalDetail: make PthreadKeyUnregister...
2015-12-02 Chad ParryRecommend a different exception_handler idiom
2015-12-02 Andrii GrynenkoProperly init collectDone_
2015-12-01 Yedidya FeldblumAvoid requiring a suppression (unevaluated-expression)
2015-12-01 Daniel AnderssonEnable find/emplace for key types other than KeyT.
2015-12-01 Jim Meyeringfolly/Conv.h: suppress -Wfloat-conversion warnings
2015-12-01 Yedidya FeldblumCodeMod: Use the ExceptionWrapper::with_exception varia...
2015-12-01 Jim Meyeringfolly/Conv.h: estimateSpaceNeeded: avoid undefined...
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-11-26 Andrii GrynenkoDeprecate get_weak()
2015-11-26 Yedidya FeldblumFix ExceptionWrapper::with_exception to support lvalue...
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation
2015-11-25 Mark IsaacsonFix proxygen OSS build
2015-11-25 Giuseppe OttavianoUpdate symlinks
2015-11-25 Giuseppe OttavianoSkip reallocation in shrink_to_fit for empty fbvector
2015-11-25 Mark IsaacsonMake folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP...
2015-11-25 Jim Meyeringfolly/detail/ThreadLocalDetail.h: avoid UBSAN-detected...
2015-11-25 Adrien ConrathRemove undefined behavior in goodMallocSize()
2015-11-25 Giuseppe OttavianoMake goodMallocSize always use nallocx
2015-11-25 Yedidya FeldblumA well-known instance of folly::Unit
2015-11-25 Yedidya FeldblumExceptionWrapper::with_exception variant, deducing...
2015-11-24 Qinfan WuAdd sdallocx for jemalloc
2015-11-24 Yedidya FeldblumFix Build: folly/test/ThreadLocalTest
2015-11-23 Haijun ZhuFix HHWheelTimerTest.AtMostEveryN
2015-11-23 Chad ParrySimplify an exception handler
2015-11-23 Michael OliverBenchmark std::to_string vs. folly::to<std::string>
2015-11-23 Sara GolemonAdd missing header files to folly-automake
2015-11-23 Sara GolemonFix minor typo in folly/Conv.h
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...
2015-11-20 Lucian GrijincuRevert "Fix folly::ThreadLocal to work in a shared...
2015-11-20 Haijun Zhuget back AsyncServerSocket's setMaxNumMessagesInQueue
2015-11-20 Anirudh RamachandranRemove unnecessary resetClientHelloParsing callback...
2015-11-20 Alexander ShaposhnikovRemove busy wait and support multiple wait
2015-11-20 Delyan KratunovExpose move result from LockFreeRingBuffer::Cursor
2015-11-19 Giuseppe OttavianoFix usingJEMalloc with Clang
2015-11-19 Anton LikhtarovFix invalid DCHECK
2015-11-19 Andrii GrynenkoFix folly::ThreadLocal to work in a shared library
2015-11-18 Kyle NekritzAdd getUnderlyingTransport to AsyncTransportWrapper.
2015-11-17 Tom JacksonUTF8StringPiece, wrapping boost::u8_to_u32
2015-11-16 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-15 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-13 Andrii GrynenkoMake collect work for types with no default constructors
2015-11-13 Yang ChiAllow a AsyncSocket to be corked the whole time
2015-11-12 Giuseppe OttavianoMake Malloc.h self-contained
2015-11-12 Giuseppe OttavianoDisable assertions in FBString when used as std::string
2015-11-12 Chad ParryRestore the definition of HHWheelTimer::UniquePtr
next