]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2021-10-01  Gregor Jasnyfeat(http-storage): Make HTTP keep-alive configurable 934/head
2021-10-01  Gregor Jasnyfix(http-storage): Disable broken connection keep-alive
2021-09-28  Joel Rosdahldocs: Remove stray heading in NEWS
2021-09-28  Joel Rosdahlchore: Update authors v4.4.2
2021-09-28  Joel RosdahlUpdate NEWS
2021-09-28  Joel Rosdahlfix: Don’t update manifest on preprocessed hit with...
2021-09-27  Joel Rosdahlci: Pin macOS to 10.15
2021-09-26  Joel Rosdahlrefactor: Pass const Context to process_arg
2021-09-26  Joel Rosdahlrefactor: Move included_pch_file from Context to ArgsInfo
2021-09-22  Joel Rosdahlenhance: Add util::replace_all function
2021-09-20  Joel Rosdahltest: Cope with CC being a wrapper script that uses...
2021-09-20  Joel Rosdahltest: Silence stray output
2021-09-13  Kira Bruneautest: Use shell builtin pwd for basedir test (#933)
2021-09-11  Joel Rosdahlchore: Update news v4.4.1
2021-09-11  Joel Rosdahlfeat: Show separate statistics counters for misses
2021-09-09  Joel Rosdahlfix(http-storage): Enable keep-alive again after fixing...
2021-09-09  Joel Rosdahlfix(redis-storage): Ignore SIGPIPE
2021-09-07  Joel Rosdahlbump: Upgrade to cpp-httplib 0.9.4
2021-09-07  Joel Rosdahlrefactor: Improve compatibility definition of DLLIMPORT
2021-09-07  Gregor Jasnyfix: Always store configuration origin value (#928)
2021-09-05  Gregor Jasnyfix(http-storage): Disable broken connection keep-alive...
2021-09-01  Orgad ShanehFix build errors with clang on Windows (#924)
2021-08-29  Joel RosdahlMerge pull request #918 from gjasny/ipo
2021-08-29  Gregor Jasnyfeat(cmake): Disable IPO for mingw 918/head
2021-08-29  Gregor Jasnyfeat(cmake): Use standard linker for LTO scenarios
2021-08-29  Gregor Jasnyfeat(cmake): Use the matching lld for clang
2021-08-29  Gregor Jasnyfix(test): Pass all three required arguments to expect_...
2021-08-24  Joel Rosdahlfix(test): Fix basedir suite failure with symlinked PWD
2021-08-24  Joel Rosdahltest: Improve output of differing text files on failure
2021-08-24  Joel Rosdahlchore: Remove asciidoctor package from CentOS 8 Dockerfile
2021-08-20  Joel Rosdahlchore: Sort LICENSE.adoc entries properly
2021-08-20  Joel Rosdahlfeat: Only show secondary storage stats if non-empty...
2021-08-20  Joel Rosdahlfix(test): Fix .incbin test with newer binutils
2021-08-19  Joel Rosdahldocs: Fix grammar
2021-08-19  Joel Rosdahlchore: Update release date v4.4
2021-08-19  Joel Rosdahlbuild: Improve detection av Ccache version from source...
2021-08-19  Joel Rosdahlchore: Fix Cppcheck warnings
2021-08-18  Joel Rosdahldocs: Improve contributor notes in NEWS
2021-08-18  Joel Rosdahlchore: Update authors
2021-08-17  Joel Rosdahldocs: Update NEWS for ccache 4.4
2021-08-17  Joel Rosdahlchore: Add Ryan Burns to .mailmap
2021-08-17  Joel Rosdahlchore: Use official debian:11 Docker tag
2021-08-17  Joel Rosdahldocs: Use consistent casing of “Ccache” in NEWS
2021-08-16  Joel Rosdahlfeat(tracing): Add more trace points
2021-08-16  Joel Rosdahlfix(tracing): Always call MTR_END for each MTR_BEGIN
2021-08-16  Joel Rosdahlrefactor(tracing): Use MTR_SCOPE
2021-08-16  Joel Rosdahlbump: Upgrade minitrace to latest master
2021-08-16  Joel Rosdahlfeat: Improve statistics summary
2021-08-16  Joel Rosdahlstyle: Use uppercase literal suffixes
2021-08-16  Joel Rosdahlfeat: Print statistics IDs instead of descriptions...
2021-08-16  Joel Rosdahlrefactor: Return from process_main_options instead...
2021-08-16  Joel Rosdahlfix: Don’t print “unrecognized option” twice
2021-08-16  Joel Rosdahlenhance: Let TextTable::add_row take a vector
2021-08-16  Joel Rosdahlenhance: Add TextTable support for cells spanning sever...
2021-08-16  Joel Rosdahlrefactor: Simplify TextTable usage
2021-08-16  Joel Rosdahlenhance: Add util::TextTable::TextTable(const char*)
2021-08-16  Joel Rosdahlenhance: Add TextTable support for right-aligned integers
2021-08-15  R. Voggenauerbuild: Link ws2_32 to third_party instead of ccache_fra...
2021-08-10  Joel Rosdahlfix(test): Fix typos in trim_dir suite
2021-08-10  Joel Rosdahlfeat: Support subsecond mtime/atime for --cleanup and...
2021-08-10  Joel Rosdahlenhance: Detect support for st_atim field in struct...
2021-08-10  Joel Rosdahlfeat: Rename --directory option to --dir
2021-08-10  Joel Rosdahlfeat: Add --trim-dir option for usage with secondary...
2021-08-10  Joel Rosdahlfeat: Make --config-path and --directory affect whole...
2021-08-10  Joel Rosdahlrefactor: Move static getopt data to global level
2021-08-10  Joel Rosdahldoc: Describe interaction between primary and secondary...
2021-08-10  Joel Rosdahlfeat: Add share-hits attribute for secondary storage
2021-08-10  Joel Rosdahlfeat: Add reshare config option
2021-08-10  Joel Rosdahlfeat: Add statistics for forced recaches
2021-08-10  Joel Rosdahlfeat: Add statistics for primary/secondary hits/miss
2021-08-10  Joel Rosdahlfeat: Add statistics for direct/preprocessed cache...
2021-08-10  Joel Rosdahltest: Use machine-parsable statistics IDs in tests
2021-08-10  Joel Rosdahlrefactor(test): Improve duplicate tests in base suite
2021-08-10  Joel Rosdahlfeat: Sort output of --print-stats
2021-08-10  Joel Rosdahlenhance: Prepare for a ccache invocation having multipl...
2021-08-08  Joel Rosdahlfix: Remove obsolete statistics counter and comment...
2021-08-08  Joel Rosdahlrefactor: Improve handling of statistics updates and...
2021-08-08  Joel Rosdahlchore: Fix example in dockerfiles/README
2021-08-07  Joel Rosdahldocs: Use non-legacy markup for block IDs
2021-08-07  Joel Rosdahlfeat(file-storage): Add support for flat layout
2021-08-07  Joel Rosdahlfeat(http-storage): Add support for subdirs layout...
2021-08-07  Joel Rosdahlenhance(test): Let http-server create subdirectories...
2021-08-07  Joel Rosdahlfix(test): Remove debug printout and move Bazel layout...
2021-08-07  Joel Rosdahlfix: Don’t read let Context read user configuration...
2021-08-07  Joel Rosdahlfeat(storage): Add support for cache sharding on second...
2021-08-05  Joel Rosdahlchore: Sort LICENSE.adoc entries
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
next