]> git.ipfire.org Git - thirdparty/ccache.git/shortlog
thirdparty/ccache.git
2019-07-15  Joel RosdahlSort envtoconfitems.gperf list
2019-07-15  Anders BjörklundAdd command to show compression statistics (#440)
2019-07-15  Joel RosdahlReimplement the hard link mode
2019-07-05  Joel RosdahlLet stderr content have an even more special name in...
2019-07-05  Joel RosdahlRefactor result_get code into functions per marker...
2019-07-04  Joel RosdahlAllow NULL checksum parameter for common_header_initial...
2019-07-03  Joel RosdahlRemove now redundant check for existing result file
2019-07-03  Joel RosdahlAvoid logging uninteresting message for deletion of...
2019-07-03  Joel RosdahlSimplify compression_type_from_config
2019-07-03  Joel RosdahlRefactor common_header_initialize_*
2019-07-02  Joel RosdahlAvoid letting “-gdwarf*” force “run_second_cpp = true”
2019-07-02  Joel RosdahlImprove error handling and logging of result files...
2019-07-02  Joel RosdahlProbe whether the compiler produces a .dwo
2019-07-02  Joel RosdahlExtract objdump_cmd to test/run where it belongs
2019-07-02  Joel RosdahlRemove obsolete conditionals in the split_dwarf test...
2019-07-02  Joel RosdahlAdd --no-compression and --compression-level to misc...
2019-07-02  Joel RosdahlUse Ubuntu 16.04 for Travis CI
2019-07-02  Joel RosdahlQuote CC setting when calling into libzstd’s makefile
2019-07-01  Joel RosdahlExtract code for reading uint64_t in result.c to a...
2019-07-01  Joel RosdahlExtract common header setup code to functions
2019-07-01  Joel RosdahlAdd checksumming of cached content
2019-07-01  Joel RosdahlRequire libzstd and remove zlib support
2019-07-01  Joel RosdahlEnable build command verbosity in Travis builds
2019-07-01  Joel RosdahlRestructure Travis configuration
2019-07-01  Joel RosdahlDon’t enable unit test verbosity in Travis
2019-07-01  Joel RosdahlRefactor functions for reading/writing common header
2019-07-01  Joel RosdahlReplace murmurhashneutral2 with xxHash (XXH64)
2019-06-29  Joel RosdahlDon’t try a higher zstd level than supported
2019-06-29  Joel RosdahlAllow for negative compression level
2019-06-26  Joel RosdahlUse the compression API for reading and writing manifests
2019-06-26  Joel RosdahlTweak code style
2019-06-26  Joel RosdahlExtract and implement more bytes from/to int macros
2019-06-26  Joel RosdahlImprove order of parameters to common_header_*_file
2019-06-26  Joel RosdahlExtract header code common to result and manifest files
2019-06-26  Anders BjörklundAllow using zstd compresssion instead of zlib (#437)
2019-06-17  Joel RosdahlVerify value in “ccache -o key=value”
2019-06-17  Joel Rosdahlconst-ify parameters to confitem verifier/formatter
2019-06-17  Joel RosdahlChange to looser compression_type data type
2019-06-16  Joel RosdahlRename “filelist” to “result_files”
2019-06-16  Joel RosdahlRefactor compression type/level calculation
2019-06-16  Joel RosdahlAdd a content size field to the result file header
2019-06-12  Joel RosdahlDon’t try to parse unimplemented reference entries...
2019-06-10  Joel RosdahlRemove now unused x_fstat function
2019-06-10  Joel RosdahlFix check of destination fd in copy_file
2019-06-10  Igor PylypivFix possible NULL pointer dereference (#433)
2019-06-08  Joel RosdahlImprove naming of things
2019-06-08  Joel RosdahlImprove how <MD4, number of hashed bytes> is represented
2019-06-08  Anders BjörklundAdd binary representation of hash-size (#399)
2019-06-06  Joel RosdahlRemove the hard link mode
2019-06-06  Joel RosdahlMove mtime update into result_get/manifest_get
2019-06-06  Joel RosdahlRemove now superfluous test of empty result file
2019-06-06  Joel RosdahlImprove error reporting from read_result
2019-06-06  Joel RosdahlImprove names of result functions and variables
2019-06-06  Joel RosdahlImprove error handling of (de)compressors
2019-06-05  Joel RosdahlRemove redundant cc_log
2019-06-05  Joel RosdahlClean up internal trace code
2019-06-05  Joel RosdahlRemove obsolete decompression code
2019-06-05  Joel RosdahlRemove obsolete file_is_compressed function
2019-06-04  Joel RosdahlUncrustify code
2019-06-04  Joel RosdahlUse the compression API for results
2019-06-04  Joel RosdahlAdd compression interface and none/zlib implementations
2019-06-04  Joel RosdahlRevise disk format for results
2019-06-01  Joel RosdahlRemove --enabled-aggregated feature toggle
2019-06-01  Joel RosdahlFix temp file leak in --enabled-aggregated mode
2019-06-01  Joel RosdahlCheck and act on return value from cache_get
2019-06-01  Joel RosdahlRemove superfluous dup() call when reading cached result
2019-05-30  Joel RosdahlAdd missing argument to stats_update_size
2019-05-30  Anders BjörklundAdd aggregated file storing all the results (#408)
2019-05-30  Anders Björklundrefactor: Save tmp stderr until done storing (#428)
2019-05-26  Joel RosdahlImprove solution to #405
2019-05-23  Joel RosdahlRemove .xml files in the doc directory on “make distclean”
2019-05-21  Joel RosdahlMention xsltproc in INSTALL.md
2019-05-20  Joel RosdahlTweak formatting of manual text and code comments
2019-05-20  Luboš LuňákFix PCH detection in depend mode (+test improvements...
2019-05-11  Joel RosdahlHint about not running autogen.sh when building from...
2019-05-11  Joel RosdahlTweak issue templates
2019-05-11  Joel RosdahlImprove CONTRIBUTING.md and pull request template
2019-05-11  Joel RosdahlClean up detection of CI environment
2019-05-11  Luboš Luňákclang's -ftime-trace is too hard (#424)
2019-05-11  Luboš LuňákFix make check with "funny" locales (#420)
2019-05-10  Joel RosdahlImprove manual text for logging to syslog
2019-05-10  Anders BjörklundImplement optional logging to syslog (#409)
2019-05-10  Joel RosdahlImprove performance script
2019-05-07  Joel RosdahlAdd pull request template
2019-05-07  Joel RosdahlTweak feature request issue template
2019-05-05  Joel RosdahlHandle unknown manifest version gracefully in --dump...
2019-05-05  Joel RosdahlChange order of file size and hashed size in manifest
2019-05-05  Pavol SakacFix object size verification + bump to 64 bit file...
2019-05-03  Joel RosdahlRefine “about” for the support issue template
2019-05-03  Joel RosdahlTweak issue templates
2019-05-02  Joel RosdahlAdd support question template
2019-05-02  Joel RosdahlAdd feature request template
2019-05-02  Joel RosdahlImprove bug report template
2019-05-02  Joel RosdahlAdd bug report template
2019-05-02  Joel RosdahlTweak comment
2019-05-02  Anders BjörklundUpdate the correct stats file for manifest (#405)
2019-05-01  luzpazFix source comment and documentation typos (#403)
2019-05-01  Joel RosdahlPrepare for v3.7.1 v3.7.1
2019-05-01  Joel RosdahlPrepare for v3.7.1
2019-05-01  Joel RosdahlAvoid -Wextra-semi-stmt warnings from Clang
next