]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-07-28  Joel Rosdahlbump: Upgrade to BLAKE3 1.0.0
2021-07-28  Joel Rosdahlchore: Add hints about using conventional commits for...
2021-07-26  Joel RosdahlUse Asciidoctor instead of Asciidoc to render documentation
2021-07-25  Joel RosdahlDon’t use ssize_t
2021-07-25  Joel RosdahlAdd Redis support for Windows
2021-07-25  Joel RosdahlAdd support for downloading hiredis from Internet
2021-07-25  Gregor JasnyUse cpp-httplib 0.9.2 (#905)
2021-07-24  Joel RosdahlUpdate manual after layout change of compression statistics
2021-07-24  Joel RosdahlDocument that CMake 3.10 now is needed
2021-07-24  Joel RosdahlUse auto to simplify lambda expressions
2021-07-24  Joel RosdahlDrop support for compiling ccache with buggy GCC 5
2021-07-24  Joel RosdahlUse util::TextTable for compression statistics
2021-07-24  Joel RosdahlAdd TextTable class
2021-07-24  Joel RosdahlRefactor main option processing to a separate file
2021-07-24  Joel RosdahlSet umask when creating configuration file
2021-07-23  Joel RosdahlExplicitly default use_syslog to false for clarity
2021-07-22  Joel RosdahlRefactor printing of compression statistics
2021-07-22  Joel RosdahlConvert primary storage to a public member of storage...
2021-07-22  Joel RosdahlMove/split statistics functionality into core and stora...
2021-07-22  Joel RosdahlMove Statistic to core
2021-07-22  Joel RosdahlConvert Sloppiness enum to type-safe class
2021-07-22  Joel RosdahlMove code for cleanup, compressing and similar to stora...
2021-07-22  Joel RosdahlRename storage::CacheEntryWriter to EntryWriter
2021-07-20  Joel RosdahlMove compression classes to compression directory/namespace
2021-07-20  Joel RosdahlConvert nonstd::string_view to std::string using constr...
2021-07-20  Joel RosdahlTweak language
2021-07-20  Joel Rosdahltest: Use test_failed_internal in inode_cache suite
2021-07-20  Joel RosdahlMove exceptions.hpp to core
2021-07-20  Gregor JasnyDerive ccache featues from storage registry (#903)
2021-07-19  Joel RosdahlHTTP storage: Fix crash when not specifying port
2021-07-19  Joel RosdahlMove Util::get_path_in_cache to PrimaryStorage
2021-07-19  Joel RosdahlStore secondary storage hits in primary storage
2021-07-19  Joel RosdahlImprove secondary storage framework
2021-07-19  Joel Rosdahldoc: Mention file URLs without double slash
2021-07-19  Joel RosdahlRemove redundant _utils suffix for util headers
2021-07-19  Joel RosdahlAdd util::join function
2021-07-19  Joel RosdahlSplit util headers into interface and implementation...
2021-07-19  Joel RosdahlMove parse_signed and parse_unsigned to util
2021-07-19  Joel RosdahlAdd util::value_or_throw function
2021-07-19  Joel RosdahlMove starts_with and ends_with to util
2021-07-19  Joel RosdahlMove strip_whitespace to util
2021-07-19  Joel RosdahlSort Config::set_* methods
2021-07-19  Joel RosdahlUse std::this_thread::sleep_for instead of usleep
2021-07-17  Gregor JasnyHTTP storage: Fix IPv6 address handling (#898)
2021-07-17  Gregor JasnyFix test-all-systems (#901)
2021-07-14  Gregor JasnyExpose list of enabled features (#897)
2021-07-14  Gregor JasnyHTTP storage: Implement timeout support (#896)
2021-07-14  Gregor JasnyHTTP storage: Implement authentication support (#895)
2021-07-14  Joel RosdahlAdd CII Best Practices badge
2021-07-14  Joel RosdahlMention that test cases are preferred for contributed...
2021-07-13  Gregor JasnyOnly run redis test if backend is enabled (#891)
2021-07-12  Joel RosdahlAdd test for Redis storage with password
2021-07-12  Joel RosdahlRemove read-only tests of HTTP and Redis storage backends
2021-07-12  Joel RosdahlMake secondary_http and secondary_redis tests independent
2021-07-12  Joel Rosdahltest: Fix secondary_http suite for test/run called...
2021-07-12  Joel RosdahlImplement partial support for Redis provisional URI...
2021-07-12  Joel RosdahlSimplify Redis reply object management
2021-07-12  Joel RosdahlTouch up Redis storage code slightly
2021-07-10  Joel Rosdahlci: Extract common package list to a variable
2021-07-10  Anders BjörklundAdd optional Redis secondary storage backend (#875)
2021-07-10  Joel RosdahlTouch up secondary storage code slightly
2021-07-09  Joel RosdahlMove is_full_path to util
2021-07-08  Joel RosdahlMerge pull request #676 from gjasny/httpcache-backend
2021-07-07  Gregor JasnyAdd secondary HTTP storage 676/head
2021-07-07  Gregor JasnyRemove dead code in cpp-httplib
2021-07-07  Gregor JasnyAdd cpp-httplib 0.9.0
2021-07-07  Joel RosdahlImprove ssize_t typedefs for Windows platforms
2021-07-07  Joel RosdahlRemove system.hpp, including what’s needed instead
2021-07-06  Joel RosdahlDon’t fail “Collect testdir” job if there is no testdir...
2021-07-06  Joel RosdahlMove READ_BUFFER_SIZE to config.h, adding a CCACHE_...
2021-07-06  Joel RosdahlAdd util::split_path_list function and remove PATH_DELI...
2021-07-06  Joel RosdahlRemove now mostly superfluous DIR_DELIM_CH macro
2021-07-06  Gregor JasnyUpdate dockerfiles with supported distributions (#886)
2021-07-06  Joel RosdahlMerge pull request #881 from gjasny/use-url-class
2021-07-06  Gregor JasnyRequire CMake 3.10 (#885)
2021-07-05  Gregor JasnyUse URL class for URL parsing 881/head
2021-07-05  Gregor JasnyAdd CxxUrl v0.2
2021-07-05  Gregor JasnyGlobally define WIN32_LEAN_AND_MEAN (#882)
2021-07-05  Gregor JasnyFix CMake feature detection (#883)
2021-07-05  Joel RosdahlDon’t collapse empty lines in rewrite_stderr_to_absolut...
2021-07-05  Joel RosdahlDon’t collapse empty lines in Depfile::rewrite_paths
2021-07-05  Joel RosdahlAdd mode parameter to split_into_* and Tokenizer
2021-07-04  Joel RosdahlFix typo in Util::split_into_views doc string
2021-07-04  Joel RosdahlFix bug in debug_dir (CCACHE_DEBUGDIR)
2021-07-04  Joel RosdahlAdd util::to_absolute_path
2021-07-04  Joel RosdahlMove is_absolute_path to util
2021-07-03  Anders BjörklundAdd magic file for identifying ccache files (#880)
2021-07-03  Joel Rosdahldoc: Mention “-” for standard input consistently
2021-07-03  Joel RosdahlAdd integration test for stats_log
2021-07-03  Joel RosdahlTweak stats_log documentation
2021-07-03  Joel RosdahlSimplify format_stats_log implementation
2021-07-03  Anders BjörklundAllow dumping stdin by giving - as path (#879)
2021-07-03  Gregor JasnyUse generator expression for ccache location (#878)
2021-07-01  Joel RosdahlMerge pull request #873 from gjasny/fix-appleclang...
2021-07-01  Joel RosdahlFix source file suffix selection for libblake3
2021-06-29  Joel RosdahlAllow one -Xarch_* option that matches -arch (#874)
2021-06-29  Gregor JasnyDefault to clang compiler on macOS 873/head
2021-06-29  Gregor JasnyFix Apple Clang detection
2021-06-29  Gregor JasnyMark tests as skipped for unsupported compilers
2021-06-29  Joel RosdahlSimplify header categorization rules
next