folly.git
2016-10-07 Lucian Grijincufolly: symbolizer: increase default signal-handler...
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-10-05 Michael LeeGate `__returns_nonnull__` attribute to gcc 4.9 or...
2016-10-05 Lucian Grijincufolly: deprecate StringPiece::hash
2016-10-05 Lucian Grijincufolly: kill StringPieceHash
2016-10-05 Maged MichaelUpdated example and methodology for using Deterministic...
2016-10-05 Matthieu MartinFix optional default initialization
2016-10-05 Lucian Grijincufolly: experimental: ABI-break: replace deprecated...
2016-10-05 Lucian Grijincufolly: elfcache: nuke StringPieceHash
2016-10-04 Qinfan WuImplicit construct sorted_vector_set from std::initiali...
2016-10-04 Jim Meyeringfolly/io/async/AsyncSocket.cpp: avoid shadowing warning...
2016-10-04 Arthur O'Dwyerhazptr: Replace friend "swap" with a member function...
2016-10-04 Jim Meyeringfolly/io/Compression.cpp: avoid shadowing warnings...
2016-10-04 Giuseppe OttavianoOutline several fbstring/malloc functions
2016-10-04 Giuseppe OttavianoFix a typo
2016-10-03 Shubhanshu... add BatchDispatcher
2016-10-03 Giuseppe OttavianoOptimize frequently inlined FBString methods
2016-10-03 Philip Proninswitch back to inline assembly in compression::instructions v2016.10.03.00
2016-10-02 Sven OverFix folly::Partial copy/move construction
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-09-30 Ted PercivalFind dwarf.h in libdwarf subdirectory
2016-09-29 Lucian Grijincufolly: Range: detail::throwOutOfRange -> std::__throw_o...
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-09-29 Subodh IyengarFix apple bug around TFO writes
2016-09-29 Subodh IyengarAdd tfo functions for apple
2016-09-29 Lucian Grijincufolly: Range: outline exception throwing
2016-09-28 Giuseppe OttavianoAdd unchecked versions of advance(), subtract(), and...
2016-09-28 Witchakorn... Fix SUPPLY_MISSING_INT128_TRAITS
2016-09-28 Maged Michaelfolly/experimental/hazptr: fix gcc 5 build
2016-09-28 Michael LeeSet a default value for slot in SharedMutex.h
2016-09-27 Sven OverIntroducing folly::FunctionRef
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-26 Phil WilloughbyMake a SharedPromise from a Future
2016-09-23 Eli PoznianskyImprove documentation of MPMCQueue size and sizeGuess... v2016.09.26.00
2016-09-23 Alisson Gusatti... Avoid external linkage call inside __ifunc__
2016-09-22 Michael LeeSwitch SocketAddressTest to use TemporaryFile instead...
2016-09-22 Giuseppe OttavianoFix a couple comments
2016-09-22 Tianjiao Yinfix flaky TimeKeeper unit-test
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-09-22 Michael Leeexperimental/observer/detail/ObserverManager.cpp missin...
2016-09-21 Shoaib MeenaiFix compilation for libc++ 3.9
2016-09-20 Subodh IyengarFix detaching from evb
2016-09-20 Sven Overuse folly::Function<void()> in folly::Executor interface
2016-09-20 Maged MichaelDraft prototype of hazard pointers C++ template library
2016-09-20 Andrey IgnatovRemove boost::barrier from AsyncUDPSocketTest.
2016-09-20 Igor SugakFix fibers asan integration for new asan APIs
2016-09-20 Philip Proninfix ZSTD support
2016-09-19 Qi WangTry using the last Deferred reader slot first
2016-09-16 Dominik Gabimove `shellQuote` to implementation file v2016.09.19.00
2016-09-16 Dominik Gabiescape `{` in cmd for deprecated `Substring(std::string...
2016-09-16 Adam Simpkinsupdate stats APIs to use TimePoint vs Duration correctly
2016-09-16 Tom JacksonReturn rvalue references from &&-qualified members...
2016-09-16 Vladimir SlaykovskiyReduce footprint of ScribeClient
2016-09-16 Eric Nieblerwork around LLVM#30305 in folly::Expected, use unified...
2016-09-15 Jim Meyeringfolly/.../ExceptionTracerLib.cpp: provide less DOF...
2016-09-15 Christopher... Kill unneeded dependency on portability/Memory.h
2016-09-15 Neel GoyalAdd flag to indicate a session resumption attempt
2016-09-15 Adam Simpkinsa simple first step towards using clocks properly in...
2016-09-15 Dominik Gabiignore `$SHELL` in `shellify`
2016-09-15 Dominik Gabiformatting support for `Subprocess::shellify`
2016-09-15 Dominik Gabideprecate `folly::Subprocess(std::string, ...)`
2016-09-14 Mark WilliamsMake ElfCache follow .gnu_debuglink
2016-09-14 Christopher... Swap a newly added include of gtest.h with portability...
2016-09-14 Phil WilloughbyTest for folly::SingletonThreadLocal
2016-09-13 Michael LeeRemove Benchmark.h dependency in SpookyHash tests
2016-09-13 Milo YipOptimize toJson() Performance
2016-09-13 Stepan PalamarchukFix recordStack feature in FiberManager
2016-09-13 Andrii GrynenkoFix a bug in ObserverManager destructor
2016-09-13 Andrii GrynenkoFix TLObserver copy constructor
2016-09-12 Giuseppe OttavianoDo not mess with NDEBUG in fbstring
2016-09-10 Christopher... Use the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher... Use the GMock portability header
2016-09-10 Christopher... Add portability headers for GTest and GMock
2016-09-09 Eric NieblerRefactor basic_fbstring
2016-09-09 Yedidya FeldblumNomenclature in Synchronized - prefer read to shared
2016-09-09 Daniel SommermannAdd forwarding gather() function to IOBufQueue
2016-09-09 Anirudh RamachandranMake folly::PasswordCollector::getPassword const
2016-09-09 Michael Lee#if FOLLY_HAVE_INT128_T rather than #ifdef
2016-09-08 Denis Samoylovmove AsyncSSLSocket logging level for errors to vlog
2016-09-08 Maged MichaelDynamic expansion of folly MPMC queue
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...
next