]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-08-05  Joel Rosdahlchore: Improve AsciiDoc markup of LICENSE.adoc
2021-08-05  Joel Rosdahlci: Use latest codespell
2021-08-05  Joel Rosdahlchore: Fix typos
2021-08-05  Joel Rosdahlrefactor: Split httplib into .h and .cpp parts
2021-08-04  Joel Rosdahlfix(file-storage): Create CACHEDIR.TAG after subdir
2021-08-04  Joel Rosdahlrefactor: Use util::parse_double
2021-08-04  Joel Rosdahlenhance(util): Add parse_double function
2021-08-04  Joel Rosdahlchore: Fix typo in comment
2021-08-04  Joel Rosdahlenhance(util): Add replace_first function
2021-08-03  Joel Rosdahldocs: Use italics consistently for references to sections
2021-08-02  Joel Rosdahlfeat(storage): Log time taken for secondary storage...
2021-08-02  Joel Rosdahlfeat(http-storage): Log translation to pseudo-SHA256 key
2021-08-02  Orgad Shanehdocs: Add scheme to link to fonts.googleapis.com (...
2021-08-02  Joel Rosdahldocs: Reflow some paragraphs after #911
2021-08-02  Orgad Shanehdocs: Fix links to section anchors (#911)
2021-07-31  Joel Rosdahlbuild: Only probe for faster linker in dev build mode...
2021-07-31  Joel Rosdahlbuild: Allow overriding CCACHE_DEV_MODE on command...
2021-07-30  Arne Hasselbringfix: Disable preprocessor hits for PCHs with Clang...
2021-07-30  Joel Rosdahlbuild: Improve message when pkg-config can’t find libhi...
2021-07-29  Joel Rosdahlrefactor: Only include zstd.h in ZstdCompressor.cpp
2021-07-28  Joel Rosdahlbuild: Remove “_lib” suffix from ccache_lib and third_p...
2021-07-28  Joel Rosdahlfix(storage): Reuse existing backend instances
2021-07-28  Joel Rosdahldocs: Add references to how-to guides hosted on ccache.dev
2021-07-28  Joel Rosdahldocs: Enable AsciiDoc admonition icons
2021-07-28  Joel Rosdahldocs: Add styling of AsciiDoc documents similar to...
2021-07-28  Joel Rosdahldocs: Add blank lines before headings
2021-07-28  Joel Rosdahldocs(http-storage): Convert note on HTTPS not being...
2021-07-28  Joel Rosdahlfeat(http-storage): Add support for the Bazel HTTP...
2021-07-28  Joel Rosdahlfix(test): Flush stdout/stderr on http-server termination
2021-07-28  Joel Rosdahlstyle: Format Python code with Black
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_...
next