folly.git
2017-07-03 Phil WilloughbyContent-conversion constructors for Future
2017-07-03 Christopher... Replace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-07-02 Yedidya FeldblumIn-place construction for Try
2017-07-02 Yedidya FeldblumIn-place construction for Optional
2017-07-02 Yedidya FeldblumMove in_place and friends to Utility.h
2017-07-02 Yedidya FeldblumRemove construct_in_place
2017-07-02 Yedidya FeldblumDisambiguate the various in_place overloads, following...
2017-07-02 Christopher... Don't attempt to lock the file descriptor in readv...
2017-07-01 Christopher... Enable a missing test in the CMake build
2017-07-01 Nate StedmanFix undefined warning errors
2017-06-30 Christopher... Drop std::max_align_t hack present for GCC 4.8
2017-06-30 Christopher... auto-dep the rest of Folly
2017-06-30 Adam SimpkinsDon't try to access XlogFileScopeInfo->category if...
2017-06-30 Christopher... Use #warning rather than #warn
2017-06-30 Christopher... Remove the now dead StringBase.cpp
2017-06-30 Maged MichaelFlat combining: Fix typos in comments
2017-06-30 Maged MichaelHazard pointers: Fix leak in hazptr_priv destruction
2017-06-30 Christopher... Merge StringBase.cpp into String.cpp
2017-06-29 Adam Simpkinslogging: support building with gcc-4.9
2017-06-29 Ankit ShahRemoving memory leaks in rsa setter test
2017-06-29 Maged MichaelHazard pointers: Add support for thread local lists...
2017-06-29 Andrew KriegerRemove dependency on Conv.h from FileUtil.h
2017-06-28 Andrew KriegerAdd `mode` parameter to FileUtil.h writeFile
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-28 Ankit ShahAdding getter and setter methods for RSA
2017-06-28 Christopher... Shift Future::then and Future::thenMulti into the class...
2017-06-27 Yedidya FeldblumFixes for Try::withException
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
2017-06-27 Adam Simpkinsallow AsyncSignalHandler to attach and detach from...
2017-06-27 Adam Simpkinsmake io::Cursor::push() safe to call with an empty...
2017-06-26 Giuseppe OttavianoImprove Format's handling of temporaries
2017-06-26 Christopher... Support marking a file-descriptor as blocking via fcntl
2017-06-26 Marie BremnerEdited folly synchronized doc because one of the functi...
2017-06-26 Yedidya FeldblumLet make_exception_wrapper construct on-heap objects...
2017-06-26 Bi XueFix SharedPromise::isFulfilled doesn't get back correct...
2017-06-26 Christopher... Resolve the circular dependency between ThreadLocalDeta...
2017-06-26 Christopher... Revert D5312574: [folly] Fix up and namespace clock_get... v2017.06.26.01
2017-06-26 Phil WilloughbyImprove efficiency of trivial toDelim calls
2017-06-25 Christopher... Explicitly specify that timezone is a struct v2017.06.26.00
2017-06-25 Christopher... Exclude experimental/logging/example from the main...
2017-06-25 Christopher... Split the futures and logging tests in the CMake build
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... Fix 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... Fix GlogFormatterTest on Windows
2017-06-23 Christopher... Stop MSVC from complaining about digraphs not being...
2017-06-23 Christopher... Switch the logging tests from .native() to .string()
2017-06-23 Christopher... Fix ThreadName.cpp on Windows
2017-06-23 Christopher... Enable 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... Shift 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... Add 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... 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...
next