summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* enhance: Extract lock keep-alive thread to a manager classJoel Rosdahl2022-12-138-82/+188
* enhance: Add AtomicFile::flush methodJoel Rosdahl2022-12-132-0/+10
* chore: Refine ProgressBar value calculationJoel Rosdahl2022-12-131-4/+10
* chore: Improve description of --set-configJoel Rosdahl2022-12-131-1/+1
* refactor: Make LockFile guard itself without a LockFileGuardJoel Rosdahl2022-12-135-184/+100
* fix: Don't use copy of mutex/condition in long-lived lock threadJoel Rosdahl2022-12-131-1/+1
* enhance: Allow short-lived lock file to wait for long-livedJoel Rosdahl2022-12-132-26/+20
* chore: Add discussions badgeJoel Rosdahl2022-11-271-1/+2
* doc: Fix spelling of potentiallyJoel Rosdahl2022-11-271-3/+3
* refactor: Improve FileRecompressor to take a statJoel Rosdahl2022-11-274-40/+40
* refactor: Remove CacheFile, using Stat with path member insteadJoel Rosdahl2022-11-2710-133/+51
* enhance: Remember path in StatJoel Rosdahl2022-11-273-0/+20
* enhance: Only keep atime if neededJoel Rosdahl2022-11-274-6/+14
* feat: Add --trim-recompress and --trim-recompress-threadsJoel Rosdahl2022-11-273-36/+137
* refactor: Extract file recompression code to a classJoel Rosdahl2022-11-274-136/+176
* enhance: Add Util::format_human_readable_diffJoel Rosdahl2022-11-273-0/+38
* feat: Improve Util::format_human_readable_size for small sizesJoel Rosdahl2022-11-272-7/+10
* feat: Add --recompress-threads optionJoel Rosdahl2022-11-274-4/+25
* fix: Fix edge case where a non-temporal identifier is misidentified (#1227)Erik Flodin2022-11-272-4/+11
* chore: Update NEWSv4.7.4Joel Rosdahl2022-11-211-0/+59
* chore: Fix typoJoel Rosdahl2022-11-201-1/+1
* bump: Upgrade to hiredis 1.1.0Joel Rosdahl2022-11-201-2/+2
* fix: Avoid race condition in inode cache for quick updatesJoel Rosdahl2022-11-204-9/+49
* fix: Fall back to emulation for unsupported posix_fallocate (#1222)Oleg Sidorkin2022-11-141-3/+7
* fix: Use $XDG_RUNTIME_DIR/ccache-tmp as the default temporary directoryJoel Rosdahl2022-11-134-8/+6
* test: Test TimePoint::nsec_decimal_partJoel Rosdahl2022-11-131-0/+1
* fix: Fix bug in Duration arithmetic operatorsJoel Rosdahl2022-11-133-4/+136
* perf: Optimize util::write_file for empty dataJoel Rosdahl2022-11-131-2/+2
* fix: Do not create /run directory on systems that don't have it (#1221)Oleg Sidorkin2022-11-131-3/+5
* doc: Don't mention removed compiler type "pump"Joel Rosdahl2022-11-111-2/+0
* doc: Add hint about using -fno-pch-timestamp for PCH with ClangJoel Rosdahl2022-11-111-2/+4
* doc: Improve description of header file handling after 24cfb7998c27Joel Rosdahl2022-11-111-2/+2
* fix: Don't consider temporary files incompressibleJoel Rosdahl2022-11-101-1/+2
* fix: Properly wait for recompression jobs if there is no f subdirJoel Rosdahl2022-11-101-0/+3
* enhance: Make subsequent calls to ThreadPool::shut_down NOPsJoel Rosdahl2022-11-101-0/+4
* doc: Remove superfluous right parenthesisJoel Rosdahl2022-11-101-1/+1
* refactor: Avoid changing loop variable in body of for loopJoel Rosdahl2022-11-102-2/+6
* refactor: Remove empty if clauseJoel Rosdahl2022-11-101-4/+5
* fix: Avoid duplicate magic header in --inspectJoel Rosdahl2022-11-101-1/+1
* chore: Sort file listJoel Rosdahl2022-11-101-1/+1
* chore: Improve inode cache loggingJoel Rosdahl2022-11-101-2/+3
* doc: Fix indentationJoel Rosdahl2022-11-071-5/+5
* fix(http-storage): Report connection timeout properlyJoel Rosdahl2022-11-071-6/+15
* ci: Don't run CodeQL on unit testsJoel Rosdahl2022-11-061-0/+1
* ci: Refactor ci/build scriptJoel Rosdahl2022-11-061-11/+19
* chore: Update NEWSv4.7.3Joel Rosdahl2022-11-051-0/+49
* doc: Mention the default value of keep_comments_cppJoel Rosdahl2022-11-051-1/+2
* chore: Fix grammar in commentJoel Rosdahl2022-11-051-2/+2
* feat: Include I_MPI_CC/I_MPI_CXX in the input hashJoel Rosdahl2022-11-051-0/+6
* chore: Improve inode cache loggingJoel Rosdahl2022-11-051-6/+5