Improve efficiency of trivial toDelim calls
[folly.git] / folly /
2017-06-26 Phil WilloughbyImprove efficiency of trivial toDelim calls
2017-06-25 Christopher DykesExplicitly specify that timezone is a struct v2017.06.26.00
2017-06-24 Michael LeeFix up and namespace clock_gettime and clock_getres...
2017-06-23 Kyle NekritzMove address caching logic from AsyncSSLSocket to Async...
2017-06-23 Ilya Maykovfix UBSAN failure in atomic_shared_ptr_test
2017-06-23 Giuseppe OttavianoMoveOnly utility
2017-06-23 Christopher DykesFix AsyncFileWriterTest due to long being 32-bit on...
2017-06-23 Andrew KriegerFix exception_wrapper on Windows by abusing internals
2017-06-23 Ilya Maykovmove input shared_ptr in atomic_shared_ptr constructor
2017-06-23 Christopher DykesFix GlogFormatterTest on Windows
2017-06-23 Christopher DykesStop MSVC from complaining about digraphs not being...
2017-06-23 Christopher DykesSwitch the logging tests from .native() to .string()
2017-06-23 Christopher DykesFix ThreadName.cpp on Windows
2017-06-23 Christopher DykesEnable more auto-deps in Folly
2017-06-22 Adam Simpkinsallow passing function pointers to Future::onError()
2017-06-22 Adam Simpkinslogging: fix issues detecting XLOG(FATAL) statements...
2017-06-22 Aaron BalsaraAsyncSSLSocket connect without SSL
2017-06-22 Adam Simpkinslogging: improve the AsyncFileWriter flush test()
2017-06-22 Adam Simpkinslogging: fully convert the ERROR level to ERR
2017-06-22 Adam Simpkinslogging: add more tests for fatal log messages
2017-06-21 Maged MichaelAdd support for move operations on hazptr-holder. Other...
2017-06-21 Adam Simpkinslogging: shorten output of logLevelToString()
2017-06-21 Giuseppe OttavianoPrint expected/actual thread names when running EventBa...
2017-06-21 Victor ZverovichCall onRecycle after element is marked as deallocated...
2017-06-21 Christopher DykesShift the exception tracer benchmark and test into...
2017-06-21 Dave WatsonAdd flags to asymmetric mem barrier
2017-06-21 Petr LapukhovHave reserved sockopt to disable TSOCKS
2017-06-21 Uladzislau PaulovichAdd missing uint32 type to folly::ProgramOptions::gFlag...
2017-06-21 Giuseppe OttavianoAdd support for getting other threads' names
2017-06-21 Adam Simpkinslogging: reduce the amount of code emitted for log...
2017-06-21 Adam Simpkinslogging: add printf-style logging macros
2017-06-21 Adam Simpkinslogging: make XLOG_GET_CATEGORY() safe for all callers
2017-06-21 Adam Simpkinslogging: improve the AsyncFileWriterTest discard test
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
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 DykesDelete folly/futures/OpaqueCallbackShunt.h
2017-06-20 Christopher DykesRevert D5278412: [Folly] Merge StringBase.cpp and Strin...
2017-06-20 Christopher DykesMerge StringBase.cpp and String.cpp
2017-06-20 Christopher DykesSwitch pid_t to be defined as int rather than void*
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-06-19 Phil WilloughbyDocument the preferred alternatives in Foreach.h
2017-06-19 Christopher DykesFix the build of detail/CacheLocality.h on Windows
2017-06-19 Alan FrindellMake DestructorCheck::Safety no-copy, no-move v2017.06.19.00
2017-06-18 Christopher DykesFix a few exception_wrapper tests under MSVC
2017-06-17 Nathan Bronsonworking and warning tweak for UninitializedMemoryHacks
2017-06-16 Christopher DykesRevert D4567233: [Folly] Drop support for Clang < 3.9
2017-06-16 Peter DeLongImprove get_fiber_manager_map_*() error reporting
2017-06-16 Uladzislau PaulovichFix class member shadowing in folly::ProducerConsumerQueue
2017-06-16 Christopher DykesRemove the relative comparison operators on LogLevel
2017-06-16 Christopher DykesDon't declare caught exceptions when not actually used
2017-06-16 Christopher DykesDon't try to use _CrtDbgReport in the logging framework
2017-06-16 Christopher DykesEnsure LogWriter::writeMessage(std::string&&) is in...
2017-06-16 Christopher DykesInclude the time portability header in GlogStyleFormatt...
2017-06-16 Christopher DykesExplicitly 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 DykesReorganize 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 DykesFix 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 DykesSwitch unguarded #pragmas to use portability macros
2017-06-08 Christopher DykesRefer 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 DykesImplement __builtin_popcount under MSVC
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.
next