summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: Update NEWSv4.5.14.5-maintJoel Rosdahl2021-11-171-0/+20
* fix: Correct error handling for unconstructible storage backendJoel Rosdahl2021-11-172-0/+12
* fix: Remove extraneous space in log messageJoel Rosdahl2021-11-171-1/+1
* fix: Correct entry_size field for result entriesJoel Rosdahl2021-11-171-0/+1
* fix: Store actual compression level in cache entry headerJoel Rosdahl2021-11-171-1/+1
* chore: Update NEWSv4.5Joel Rosdahl2021-11-131-0/+53
* chore: Update authorsJoel Rosdahl2021-11-131-0/+1
* doc: Tweak prepositionJoel Rosdahl2021-11-122-3/+3
* feat: Pretty-print entry type in --dump-{manifest,result}Joel Rosdahl2021-11-094-1/+43
* feat: Add namespace supportJoel Rosdahl2021-11-0815-22/+200
* fix: Disable hard link and file clone with enabled secondary storageJoel Rosdahl2021-11-084-0/+32
* refactor: Rename tag header field to namespaceJoel Rosdahl2021-11-083-12/+12
* feat: Support rewriting absolute path to Clang option --gcc-toolchainJoel Rosdahl2021-11-081-6/+8
* style: Add curly braces around if statement bodyJoel Rosdahl2021-11-061-1/+2
* doc: Fix description of --checksum-fileJoel Rosdahl2021-11-061-1/+1
* fix: Correct debug dir handling on Windows (#955)Luboš Luňák2021-11-064-7/+37
* feat: Improve cache entry formatJoel Rosdahl2021-11-0647-749/+1117
* enhance: Add util::XXH3_128Joel Rosdahl2021-11-063-0/+173
* refactor: Rename Checksum to util::XXH3_64Joel Rosdahl2021-11-068-25/+29
* bump: Upgrade to BLAKE3 1.2.0Joel Rosdahl2021-11-068-20/+44
* bump: Upgrade to cpp-httplib 0.9.7Joel Rosdahl2021-11-063-53/+180
* bump: Upgrade to optional-lite 3.5.0Joel Rosdahl2021-11-062-12/+32
* bump: Upgrade to fmt 8.0.1Joel Rosdahl2021-11-065-4212/+3760
* ci: Add job for testing Clang 12Joel Rosdahl2021-11-061-0/+4
* fix: Correct win32 log messages about file locks (#953)Luboš Luňák2021-11-032-4/+9
* bump: Upgrade to Hiredis 1.0.2 (#949)Alexander Falkenstern2021-10-281-1/+1
* fix: Support special characters in URL user infoJoel Rosdahl2021-10-062-2/+2
* doc: Tweak AsciiDoc bullet indentationJoel Rosdahl2021-10-061-1/+1
* Merge pull request #934 from gjasny/no-keep-aliveJoel Rosdahl2021-10-062-1/+11
|\
| * feat(http-storage): Make HTTP keep-alive configurableGregor Jasny2021-10-012-0/+11
| * fix(http-storage): Disable broken connection keep-aliveGregor Jasny2021-10-011-1/+0
|/
* docs: Remove stray heading in NEWSJoel Rosdahl2021-09-281-2/+0
* chore: Update authorsv4.4.2Joel Rosdahl2021-09-281-0/+1
* Update NEWSJoel Rosdahl2021-09-281-0/+24
* fix: Don’t update manifest on preprocessed hit with disabled direct modeJoel Rosdahl2021-09-282-1/+8
* ci: Pin macOS to 10.15Joel Rosdahl2021-09-271-4/+4
* refactor: Pass const Context to process_argJoel Rosdahl2021-09-261-16/+18
* refactor: Move included_pch_file from Context to ArgsInfoJoel Rosdahl2021-09-264-15/+20
* enhance: Add util::replace_all functionJoel Rosdahl2021-09-223-0/+45
* test: Cope with CC being a wrapper script that uses ccacheJoel Rosdahl2021-09-2023-157/+169
* test: Silence stray outputJoel Rosdahl2021-09-201-2/+2
* test: Use shell builtin pwd for basedir test (#933)Kira Bruneau2021-09-131-1/+1
* chore: Update newsv4.4.1Joel Rosdahl2021-09-111-0/+54
* feat: Show separate statistics counters for missesJoel Rosdahl2021-09-111-0/+5
* fix(http-storage): Enable keep-alive again after fixing SIGPIPE issueJoel Rosdahl2021-09-091-0/+1
* fix(redis-storage): Ignore SIGPIPEJoel Rosdahl2021-09-091-0/+2
* bump: Upgrade to cpp-httplib 0.9.4Joel Rosdahl2021-09-073-59/+68
* refactor: Improve compatibility definition of DLLIMPORTJoel Rosdahl2021-09-072-6/+2
* fix: Always store configuration origin value (#928)Gregor Jasny2021-09-073-1/+16
* fix(http-storage): Disable broken connection keep-alive (#927)Gregor Jasny2021-09-051-1/+0