folly.git
2017-06-20 Maged MichaelUpdate hazard pointer interface to standard proposal...
2017-06-20 Qi Zhoufix folly::FunctionScheduler.cancelFunctionAndWait...
2017-06-20 Adam Simpkinslogging: add LoggerDB::flushAllHandlers()
2017-06-20 Adam Simpkinslogging: add a LogHandler::flush() call
2017-06-20 Adam Simpkinslogging: add a NEVER_DISCARD flag to LogWriter
2017-06-20 Adam Simpkinslogging: add a small example program
2017-06-20 Christopher... Delete folly/futures/OpaqueCallbackShunt.h
2017-06-20 Christopher... Revert D5278412: [Folly] Merge StringBase.cpp and Strin...
2017-06-20 Christopher... Merge StringBase.cpp and String.cpp
2017-06-20 Christopher... Switch pid_t to be defined as int rather than void*
2017-06-19 Christopher... Make semaphore.h a non-portable header
2017-06-19 Phil WilloughbyDocument the preferred alternatives in Foreach.h
2017-06-19 Christopher... Fix the build of detail/CacheLocality.h on Windows
2017-06-19 Christopher... Fix the CMake build with tests enabled
2017-06-19 Alan FrindellMake DestructorCheck::Safety no-copy, no-move v2017.06.19.00
2017-06-18 Christopher... Fix a few exception_wrapper tests under MSVC
2017-06-17 Nathan Bronsonworking and warning tweak for UninitializedMemoryHacks
2017-06-16 Christopher... Revert D4567233: [Folly] Drop support for Clang < 3.9
2017-06-16 Peter DeLongImprove get_fiber_manager_map_*() error reporting
2017-06-16 Uladzislau... Fix class member shadowing in folly::ProducerConsumerQueue
2017-06-16 Christopher... Remove the relative comparison operators on LogLevel
2017-06-16 Christopher... Don't declare caught exceptions when not actually used
2017-06-16 Christopher... Don't try to use _CrtDbgReport in the logging framework
2017-06-16 Christopher... Ensure LogWriter::writeMessage(std::string&&) is in...
2017-06-16 Christopher... Include the time portability header in GlogStyleFormatt...
2017-06-16 Christopher... Explicitly initialize the base class of LogStream
2017-06-15 Andrii GrynenkoFix Observable to not trigger unneccessary refresh...
2017-06-15 Adam Simpkinsfix issues with the open source tests
2017-06-15 Adam Simpkinslogging: add initialization convenience functions
2017-06-15 Adam Simpkinslogging: add GlogStyleFormatter
2017-06-15 Adam Simpkinslogging: add AsyncFileWriter
2017-06-15 Adam Simpkinslogging: add ImmediateFileWriter
2017-06-15 Adam Simpkinslogging: add a LoggerDB::internalWarning() function
2017-06-15 Adam Simpkinslogging: add new RateLimiter helper class
2017-06-15 Adam Simpkinslogging: add LogFormatter and LogWriter interfaces
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-15 Maged MichaelAdd thread caching of hazard pointers. Benchmarks....
2017-06-15 Neel GoyalFix a memory leak in 1.1.0 related to initial_ctx
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-14 Jonathan KronFixing opt-asan/ubsan fail for folly contbuild
2017-06-13 Nick TerrellAdd fuzz testing
2017-06-13 Sven Overremove misleading comment in Partial.h
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-06-13 Nick TerrellFix decompression of truncated data
2017-06-13 Adam Simpkinslogging: if folly::format() fails, also log the arguments
2017-06-13 Adam Simpkinslogging: add support for streaming operators
2017-06-13 Adam Simpkinsadd a new logging library
2017-06-12 Theo Najimfix build due to stats test refactor
2017-06-10 Tianjiao Yinfix FutexTest v2017.06.12.00
2017-06-10 Yedidya FeldblumLet SubprocessError inherit std::runtime_error
2017-06-10 Christopher... Reorganize the stats directory
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-06-09 Victor Gaoapply clang-tidy modernize-use-override
2017-06-09 Yedidya FeldblumSaner test exception in ExceptionWrapperTest.cpp
2017-06-09 Anirudh RamachandranSome more OpenSSL 1.1.0 compat APIs
2017-06-09 Yedidya FeldblumApply clang-format to folly/gen/ (template decls)
2017-06-09 Christopher... Fix OpenSSLUtils to not include headers the wrong way
2017-06-09 Yedidya FeldblumApply clang-format to folly/experimental/exception_trac...
2017-06-08 Yedidya FeldblumApply clang-format to folly/fibers/
2017-06-08 Christopher... Switch unguarded #pragmas to use portability macros
2017-06-08 Christopher... Refer to nullptr not NULL
2017-06-08 Eric NieblerExtend the -Warray-bounds workaround in FixedString...
2017-06-08 Qi Wangmake extent_hooks static.
2017-06-07 Christopher... Implement __builtin_popcount under MSVC
2017-06-07 Christopher... Exclude experimental/hazptr/bench from the globs used...
2017-06-07 Yedidya FeldblumPass Try by rvalue ref in onError implementation
2017-06-07 Sonia MarUri: switch to std::string over fbstring take 2
2017-06-07 Kyle NekritzAdd OpenSSLCertUtils functions for DER encoding/decoding.
2017-06-07 Yedidya FeldblumShrink the implementations of then and onError
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-06-07 Yedidya FeldblumRemove exception_wrapper::throwException
2017-06-07 Nick TerrellAdd zlib/gzip streaming support
2017-06-07 Christopher... Switch folly::Uri to use std::string rather than fbstring
2017-06-07 Anirudh RamachandranAdd a version of async_test using openssl 1.1.0
2017-06-07 Giuseppe OttavianoFix destruction order problem in getCoreAllocator
2017-06-06 Yedidya FeldblumRename exception_wrapper::get_object to get_exception
2017-06-06 Adam Simpkinsadditional minor cleanup to the TimeUtil code
2017-06-06 Adam Simpkinsupdate TimeUtil to use getOSThreadID()
2017-06-06 Adam Simpkinsfix timeWaiting computation in TimeUtil
2017-06-06 Dave WatsonCore-local allocator
2017-06-06 Christopher... Fix the build of MallctlHelperTest without JEMalloc
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-06-06 Christopher... Drop a dead include of FBString.h from MemoryMapping.h
2017-06-06 Adam Simpkinsadd missing include to ThreadId.h
2017-06-06 Nathan BronsonUninitializedMemoryHacks
2017-06-06 Qi WangUpdate MallctlHelperTest with jemalloc 5 APIs.
2017-06-06 Adam Simpkinsadd getOSThreadID()
2017-06-05 Christopher... Switch Bits.h to just use the popcount builtins directly
2017-06-05 Christopher... Rename folly/detail/Malloc.h to folly/detail/MallocImpl.h
2017-06-05 Yedidya FeldblumLet map-related functions be templated over key types
2017-06-05 Peter GoldsboroughFixed documentation in folly/Random.h
2017-06-05 Qi WangFix JemallocNodumpAllocator destructor w/ jemalloc...
2017-06-05 Phil WilloughbyMake StringKeyed* more complete
2017-06-04 Christopher... Don't explicitly disable the C++1y-extensions warning... v2017.06.05.00
2017-06-04 Christopher... Resolve the circular dependency between folly/futures...
2017-06-04 Christopher... Don't use folly::shellify in StaticTracepointTest
2017-06-03 Yedidya FeldblumApply clang-format to folly/gen/ (partial: namespace)
2017-06-02 Yedidya FeldblumApply clang-format to folly/portability/
2017-06-02 Qi WangFix JemallocNodumpAllocator extent_hooks API.
2017-06-02 Maged MichaelHazard pointers: Optimize memory order, add bulk reclam...
next