summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct error handling for unconstructible storage backendJoel Rosdahl2021-11-171-0/+1
* 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
* doc: Tweak prepositionJoel Rosdahl2021-11-121-1/+1
* feat: Pretty-print entry type in --dump-{manifest,result}Joel Rosdahl2021-11-094-1/+43
* feat: Add namespace supportJoel Rosdahl2021-11-0811-21/+117
* 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
* fix: Correct debug dir handling on Windows (#955)Luboš Luňák2021-11-063-7/+16
* feat: Improve cache entry formatJoel Rosdahl2021-11-0644-729/+1088
* enhance: Add util::XXH3_128Joel Rosdahl2021-11-061-0/+124
* refactor: Rename Checksum to util::XXH3_64Joel Rosdahl2021-11-066-18/+22
* bump: Upgrade to BLAKE3 1.2.0Joel Rosdahl2021-11-067-19/+43
* bump: Upgrade to cpp-httplib 0.9.7Joel Rosdahl2021-11-062-52/+179
* bump: Upgrade to optional-lite 3.5.0Joel Rosdahl2021-11-061-10/+30
* bump: Upgrade to fmt 8.0.1Joel Rosdahl2021-11-064-4211/+3759
* fix: Correct win32 log messages about file locks (#953)Luboš Luňák2021-11-032-4/+9
* fix: Support special characters in URL user infoJoel Rosdahl2021-10-061-1/+1
* feat(http-storage): Make HTTP keep-alive configurableGregor Jasny2021-10-011-0/+3
* fix(http-storage): Disable broken connection keep-aliveGregor Jasny2021-10-011-1/+0
* fix: Don’t update manifest on preprocessed hit with disabled direct modeJoel Rosdahl2021-09-281-1/+3
* 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-222-0/+31
* 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-072-56/+65
* refactor: Improve compatibility definition of DLLIMPORTJoel Rosdahl2021-09-072-6/+2
* fix: Always store configuration origin value (#928)Gregor Jasny2021-09-071-1/+4
* fix(http-storage): Disable broken connection keep-alive (#927)Gregor Jasny2021-09-051-1/+0
* Fix build errors with clang on Windows (#924)Orgad Shaneh2021-09-011-0/+2
* feat: Only show secondary storage stats if non-empty or with -vvJoel Rosdahl2021-08-201-1/+1
* chore: Fix Cppcheck warningsJoel Rosdahl2021-08-193-7/+5
* feat(tracing): Add more trace pointsJoel Rosdahl2021-08-163-0/+20
* fix(tracing): Always call MTR_END for each MTR_BEGINJoel Rosdahl2021-08-161-11/+11
* refactor(tracing): Use MTR_SCOPEJoel Rosdahl2021-08-162-5/+3
* bump: Upgrade minitrace to latest masterJoel Rosdahl2021-08-161-41/+130
* feat: Improve statistics summaryJoel Rosdahl2021-08-163-178/+265
* style: Use uppercase literal suffixesJoel Rosdahl2021-08-161-12/+12
* feat: Print statistics IDs instead of descriptions to debug logJoel Rosdahl2021-08-163-10/+1
* refactor: Return from process_main_options instead of exitingJoel Rosdahl2021-08-161-4/+4
* fix: Don’t print “unrecognized option” twiceJoel Rosdahl2021-08-161-0/+3
* enhance: Let TextTable::add_row take a vectorJoel Rosdahl2021-08-162-4/+3
* enhance: Add TextTable support for cells spanning several columnsJoel Rosdahl2021-08-162-13/+69
* refactor: Simplify TextTable usageJoel Rosdahl2021-08-161-8/+8
* enhance: Add util::TextTable::TextTable(const char*)Joel Rosdahl2021-08-162-0/+5