folly.git
2016-12-16 Christopher... Enable -Wunreachable-code
2016-12-16 Christopher... Allow folly to compile cleanly with most of the rest...
2016-12-16 Christopher... More implicit truncation warning fixes
2016-12-16 Christopher... Refactor stats to use the same type for indexes
2016-12-16 Christopher... Include <cassert> when using assert
2016-12-15 Yedidya FeldblumCheck the baton waits in the ScopedEventBaseThread...
2016-12-15 Andrii GrynenkoRequire runBeforeLoop callbacks to be canceled prior...
2016-12-15 Wez Furlongadd folly::init to libfolly for OSS build
2016-12-15 Andrii GrynenkoMake FunctionLoopCallback available outside of EventBas...
2016-12-15 Andrii GrynenkoMake SingletonVault state use ReadPriority mutex
2016-12-14 Eric Nieblerwork around GCC#61971 (spurious -Warray-bounds warnings...
2016-12-14 Nathan Bronsonfix ExceptionTracerTest build
2016-12-14 Christopher... Allow building with -Wmissing-noreturn
2016-12-14 Andrii GrynenkoUpdate fibers GDB docs
2016-12-13 Michael LeeFind and remove unused headers
2016-12-13 Andrii GrynenkoMove GDB scripts for fibers into folly
2016-12-13 Neel GoyalAdd evb change callback to SSL Socket
2016-12-13 Christopher... Enable -Wunreachable-code-return
2016-12-13 Philip Proninmove JemallocNodumpAllocator to folly/experimental
2016-12-13 Igor Zinkovskyallow run-once callbacks
2016-12-12 Christopher... Allow building with -Wshift-sign-overflow
2016-12-12 Christopher... Allow building with -Wgnu-conditional-omitted-operand
2016-12-12 Christopher... Don't declare a variable for exceptions we discard
2016-12-12 Christopher... Fix some implicit truncation and sign coersion in the...
2016-12-10 Christopher... Enable -Wunreachable-code-break v2016.12.12.00
2016-12-10 Kyle NekritzLog supported versions extension in AsyncSSLSocket.
2016-12-09 Nathan Bronsonfolly/io/async/tests: always detach event base in tests...
2016-12-09 Christopher... Enable -Wextra-semi
2016-12-09 Christopher... Don't shadow locals, parameters or fields
2016-12-09 David GoldblattFix SimpleBarrier
2016-12-09 Dave Watsonupdate small locks benchmark
2016-12-09 Qinfan WuFix sorted_vector_set::erase
2016-12-07 David LamFix Synchronized.md documentation to use correct condit...
2016-12-07 Christopher... Fix some implicit truncations in the interaction with...
2016-12-07 Yedidya FeldblumCut some includes from Executor.h
2016-12-07 Wez FurlongUSE_JEMALLOC in the OSS build if we have jemalloc
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...
2016-12-07 Christopher... Rename stdin, etc. in Subprocess to work with MSVC
2016-12-07 Nathan Bronsonfix FutureTest/RequestContext
2016-12-07 Nathan Bronsonincrease writeLen for tests that want to trigger buffering
2016-12-07 Dan SchatzbergAdd EvictingCacheMap MoveConstructor
2016-12-06 Andrii GrynenkoIncrease fiber stack size if UBSAN is enabled
2016-12-06 Michael LeeRemove unecessary iostream include
2016-12-06 Michael LeeMore iostream removal.
2016-12-06 Christopher... Make bm_min_iters a 32-bit flag
2016-12-06 Misha Shneersonfix gbd debugging script
2016-12-05 Eric Nieblerconstexpr_strlen works for types other than char. Remov...
2016-12-05 Eric NieblerReformulate constexpr_min and constexpr_max to achieve...
2016-12-04 Amir ShalemFix potential double close() on exception v2016.12.05.00
2016-12-03 Christopher... Get ConcurrentSkipList functional
2016-12-02 Christopher... Begin making folly compile cleanly with a few of MSVC...
2016-12-02 Scott Michelsonsupport getting timer from eventbase
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
2016-12-01 Subodh IyengarFix assertion in unit test
2016-12-01 Andrii GrynenkoUse singleton EventBasePool in ServiceRouter
2016-12-01 Andrii GrynenkoUse SingletonThreadLocal in folly::Random
2016-11-30 Christopher... Start fixing implicit truncations
2016-11-30 Teng QinAdd optional Tracepoint for RequestContext switch
2016-11-30 Eric NieblerAdd constexpr to the simple folly::Range accessors...
2016-11-29 Tiho TarnavskiFix incorrect bytesWritten computation in AsyncSocket
2016-11-29 Andrii GrynenkoDisallow folly::Singletons before main()
2016-11-29 Guo XiaoEscape backticks in shell script
2016-11-29 Nick TerrellSupport old LZ4 versions
2016-11-29 Christopher... Use std::terminate rather than throwing in a noexcept...
2016-11-28 r8kfix bootstrap on osx
2016-11-28 Yedidya FeldblumCanonicalize some aspects of the folly/experimental... v2016.11.28.00
2016-11-27 Phil WilloughbyFix termination output on GCC
2016-11-25 Christopher... Allow the use of an emulated futex for EventCount
2016-11-25 Christopher... Revert D4214296: [Folly] Include init/Init.cpp
2016-11-25 Subodh IyengarFix TFO refused case
2016-11-24 Yedidya FeldblumSuppress deprecation warnings in related tests
2016-11-23 Christopher... Don't expect .native() to return a string
2016-11-23 Teng QinAdd USDT header file to folly
2016-11-23 Christopher... Close sockets properly in the portability headers
2016-11-23 Christopher... Suppress some aborts in debug mode when using already...
2016-11-22 Stepan PalamarchukFix fibers gdb utils script
2016-11-22 Lovro PuzarTweak zstd autoconf check so the build works with older...
2016-11-22 Christopher... Correctly bind to the wildcard address in AsyncServerSo...
2016-11-21 Christopher... Work around an MSVC expression SFINAE bug in DynamicParser
2016-11-21 Christopher... Disable the DoubleRegistrationLogging singleton test...
2016-11-21 Zach AmsdenInclude init/Init.cpp
2016-11-19 Christopher... Workaround a bug resolving decltype'd locals in lambdas v2016.11.21.00
2016-11-19 Christopher... Don't explicitly alias dynamic after using the entire...
2016-11-19 Christopher... Use the GTest portability header in shell_test
2016-11-19 Christopher... Don't attempt to separately close the underlying file...
2016-11-19 Christopher... Use structs rather than type aliases for Unit::Lift...
2016-11-19 Maxime BoucherSynchronized: disable operator= when the type isn't...
2016-11-18 Christopher... Disable a range test under MSVC
2016-11-18 Martin MartinExpose folly::symbolizer::dumpStackTrace().
2016-11-18 Phil WilloughbyExplain crash when exception is thrown from Scope Guard
2016-11-18 Nathan Bronsonforce read for doNotOptimizeAway(*ptr_to_small_trivial)
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-18 Andrew Gallagherfolly/portability: move some macro definitions to ...
2016-11-18 Tom JacksonFaster unhexlify
2016-11-18 Christopher... Don't rely on implicit lookup of member names in depend...
2016-11-18 Christopher... Include atomic in SingletonTestStructs.cpp
2016-11-18 Christopher... Mark a couple more local constexpr values as static
2016-11-17 Srinivas \... Update AtomicHashMap.md
2016-11-17 Nick TerrellReplace deprecated LZ4 functions
next