summaryrefslogtreecommitdiff
path: root/src/core/mainoptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix: Disable the inode cache by defaultv4.7.54.7-maintJoel Rosdahl2023-03-201-2/+2
* chore: Improve logging of file read failuresJoel Rosdahl2022-11-021-1/+1
* fix: Use configured umask for command line operations like --zero-statsJoel Rosdahl2022-10-281-0/+4
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-271-15/+15
* chore: Rename primary/secondary config to config/system configJoel Rosdahl2022-09-271-3/+3
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-11/+4
* chore: Simplify cache entry reading and writingJoel Rosdahl2022-09-211-30/+47
* refactor: Use memory buffers instead of streams for manifestsJoel Rosdahl2022-09-211-5/+6
* refactor: Use memory buffers instead of streams for resultsJoel Rosdahl2022-09-211-9/+24
* refactor: Use FMT macro to format exception messagesJoel Rosdahl2022-08-241-3/+3
* fix: Strip .exe from executable name on version output (#1135)Orgad Shaneh2022-08-181-1/+7
* refactor: Use util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-4/+5
* fix: Handle --hash-file/--checksum-file error properlyJoel Rosdahl2022-08-011-9/+16
* feat: Don't remove inode cache file on -C/--clearJoel Rosdahl2022-07-201-3/+0
* fix: Remove AsciiDoc markup from help text of --trim-dirJoel Rosdahl2022-07-041-2/+2
* refactor: Use std::clampJoel Rosdahl2022-06-191-0/+1
* feat: Support masquerading as a compiler via copy or hard linkJoel Rosdahl2022-06-101-8/+8
* docs: Fix typo in help textJoel Rosdahl2022-06-061-1/+1
* feat: Improve --show-statsJoel Rosdahl2022-05-281-7/+2
* chore: Replace nonstd::optional with std::optionalJoel Rosdahl2022-05-231-7/+6
* chore: Prepare for v4.6v4.6Joel Rosdahl2022-02-271-1/+1
* feat: Add --inspect option instead of --dump-manifest/--dump-resultJoel Rosdahl2022-01-251-38/+58
* refactor: Decouple Manifest data structure from how it’s storedJoel Rosdahl2021-12-291-3/+17
* doc: Tweak prepositionJoel Rosdahl2021-11-121-1/+1
* feat: Add namespace supportJoel Rosdahl2021-11-081-7/+26
* feat: Improve cache entry formatJoel Rosdahl2021-11-061-4/+5
* refactor: Rename Checksum to util::XXH3_64Joel Rosdahl2021-11-061-2/+2
* feat: Improve statistics summaryJoel Rosdahl2021-08-161-6/+21
* 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
* refactor: Simplify TextTable usageJoel Rosdahl2021-08-161-8/+8
* feat: Support subsecond mtime/atime for --cleanup and --trim-dirJoel Rosdahl2021-08-101-5/+5
* feat: Rename --directory option to --dirJoel Rosdahl2021-08-101-4/+5
* feat: Add --trim-dir option for usage with secondary storage directoriesJoel Rosdahl2021-08-101-6/+98
* feat: Make --config-path and --directory affect whole command lineJoel Rosdahl2021-08-101-8/+27
* refactor: Move static getopt data to global levelJoel Rosdahl2021-08-101-39/+41
* Use util::TextTable for compression statisticsJoel Rosdahl2021-07-241-25/+30
* Refactor main option processing to a separate fileJoel Rosdahl2021-07-241-0/+458