folly.git
2016-09-08 Andrii GrynenkoRemove runAfterDrain()
2016-09-08 Zonr ChangExplicitly include <random> to use std::mt19937 in...
2016-09-08 Tom Jacksonprvalues from get_ref_default()'s default functor
2016-09-08 Christopher... Move the alignment attribute in TokenBucket to a place...
2016-09-07 Nathan Bronsoninteger division with controlled rounding in Math.h
2016-09-07 Maged MichaelExpand DSched interface for managing auxiliary functions
2016-09-06 Christopher... Rework the de-allocation guard on the munmap implementation
2016-09-06 Chip TurnerEliminate a string allocation in folly::SocketAddr...
2016-09-06 Christopher... Implement more of the sockets API
2016-09-02 Philip Pronindelete const rvalue reference ctor of folly::Function v2016.09.05.00
2016-09-01 Chip Turnerzstd is no longer in beta -- s/ZSTD_BETA/ZSTD/g
2016-09-01 Phil WilloughbyFix folly conversions for Clang with GCC5's libstdc++
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-08-31 Andrii GrynenkoProperly report observable returning nullptr
2016-08-31 Colin NiUpdate FBVector.md
2016-08-31 Adam Simpkinsupdate TimeseriesHistogram::rate to return a template...
2016-08-31 Zonr ChangConsolidate namespace for using GFlags.
2016-08-31 Philip ProninReverted commit D3755446
2016-08-31 Naizhi LiFix folly::SocketAddress::reset
2016-08-31 Gabriel GriseExpose SSL key materials to debug SSL
2016-08-31 Michael LeeUse a normal variable if thread local is not available.
2016-08-30 Zonr ChangFix joining threads twice when exiting EventBaseTest...
2016-08-30 Zonr ChangDefine "__STDC_FORMAT_MACROS" for using PRI{u,x}64...
2016-08-30 Zonr ChangMake type conversion from Expected<> to bool explicitly.
2016-08-30 Bruno GoncalvesAdded a better check for openssl
2016-08-30 Anand MazumdarModified ref-qualifiers return type for Optional::value...
2016-08-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-29 Andrii GrynenkoResolve fibers-futures dependency
2016-08-29 Yedidya Feldblumgen::dereference should perfectly-forward unwrapped...
2016-08-29 Yedidya FeldblumUse Synchronized in RequestContext
2016-08-29 Nick TerrellAdd default constructor to folly::IOBuf::Iterator.
2016-08-29 Jon Maltiel... Fix up TokenBucket.h in Makefile headers
2016-08-29 Philipp UnterbrunnerGeneralized and polished folly::TokenBucket v2016.08.29.00
2016-08-26 Lee HowesAdded fiber-compatible semaphore.
2016-08-26 Christopher... Use folly::Random and ensure M_PI is defined
2016-08-26 Yunqiao ZhangcollectOne
2016-08-26 David GoldblattAdd CachelinePadded<T> to folly.
2016-08-26 Nicholas OrmrodRemove now-useless FOLLY_MALLOC_H_
2016-08-26 Christopher... Use intrusive base hook rather than a member hook
2016-08-25 Christopher... Suppress an abort in FileUtilTest under MSVC
2016-08-25 Christopher... lseek returns the new offset, not 0
2016-08-25 Christopher... Allow locking nullptr if the length is 0
2016-08-25 Andrii GrynenkoFix SimplerObservable build with -Werror=unused-local...
2016-08-25 Christopher... Don't pass the single quote format parameter when forma...
2016-08-25 Felix HandteEasy: Mark folly::static_function_deleter::operator...
2016-08-24 Stephane SezerFix a typo in ScopeGuard.h
2016-08-24 Christopher... Don't assume unsigned long is 64-bit
2016-08-24 Yedidya FeldblumUse cbegin and cend in static reflection container...
2016-08-24 Christopher... Allow building the NotificationQueue tests without...
2016-08-24 Michael CallahanExplicit typecast of unused constant to make 32 bit...
2016-08-24 Andrii GrynenkoCycle detection
2016-08-24 Huapeng Zhoufolly: fix enumeral vs non-enumeral type in conditional...
2016-08-24 Jon Maltiel... Prevent compiler warning about mixing enumeral and...
2016-08-24 Phil WilloughbyFix a folly build failure with GCC5
2016-08-23 Heng Hong LeeAsyncSSLSocket getRawBytes fix
2016-08-23 Meng ZhangMake it build on Ubuntu 16.04
2016-08-23 Giuseppe OttavianoMake fbstring::assign() tight, and simplify operator...
2016-08-23 Giuseppe OttavianoMake Malloc.h self-contained again
2016-08-22 Christopher... Fixup a reference to detail/FunctionalExcept.cpp
2016-08-22 Christopher... Use a constexpr char* under MSVC for the constexpr...
2016-08-22 Christopher... More fixup of the build on Mac for HHVM
2016-08-22 pp__qqfix(FBString): fix bugs v2016.08.22.00
2016-08-21 Christopher... Get ObserverManager compiling under MSVC
2016-08-21 Christopher... Fix folly::to<> under MSVC
2016-08-21 Bi XueSuggestion of fixing folly::to<std::string>(double...
2016-08-20 Yedidya FeldblumAn intro to the upgrade mutex in the Synchronized docs
2016-08-19 Aravind Anbuduraifix flaky EventHandlerTest
2016-08-19 Yedidya FeldblumRemove a dead comment in folly/test/SynchronizedTest.cpp
2016-08-19 Christopher... Include <unordered_set> in experimental/observer/detail...
2016-08-19 Christopher... Mark the long overload of digits_to as noexcept
2016-08-19 Christopher... Move detail/FunctionalExcept to portability/BitsFunctexcept
2016-08-19 Aaryaman SagarUpdating documentation for folly::Synchronized to inclu...
2016-08-19 Andrii GrynenkoDon't allow getting singleton after shutdown in strict...
2016-08-19 Aaryaman SagarAdding upgradable locks to Synchronized
2016-08-18 Aravind AnbuduraiSupport for EPOLLPRI
2016-08-18 Christopher... Fix folly::Expected under MSVC
2016-08-18 Dave Watsonbitmap search
2016-08-18 Dave Watsonremove constant tick
2016-08-17 Christopher... Add a pair of util functions for getting and setting...
2016-08-17 Phil WilloughbyFix folly contbuild
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-17 Petr LapukhovAllow accept callbacks to be short-circuited in primary...
2016-08-17 Subodh IyengarInvoking correct callback during TFO fallback
2016-08-17 Subodh IyengarFix ssl timeouts during TFO
2016-08-17 Subodh IyengarSimplify TFO write path
2016-08-17 Andrii Grynenkofolly::Observer
2016-08-16 Michael LeeSplit up FibersTest into test and Benchmark.
2016-08-16 Christopher... Use std::is_nothrow_swappable under MSVC
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-16 Christopher... Use a base hook rather than a member hook for EventBase...
2016-08-16 Christopher... Disable SSL socket cache tests if cache isn't available
2016-08-16 Nathan Bronsonexplicit return types in Partial to work around gcc bug
2016-08-16 Kyle NekritzFix extension length counter in client hello parsing.
2016-08-16 Sven OverIntroducing folly::partial
2016-08-16 Yedidya FeldblumScopedBoundPort
2016-08-15 Christopher... Fix applyTuple to work under MSVC again
2016-08-15 Yedidya FeldblumLet FOLLY_SAFE_DCHECK be erased by the optimizer in...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Alex OrlovDon't derive name on singleton creation
next