aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-22makefile: Define all phony targetsmasterJan Sucan
2025-01-27Use camel case for a method nameJan Sucan
2025-01-27Prefix class member variables by m_Jan Sucan
2025-01-27Put the code for options to a namespaceJan Sucan
2025-01-27Move printing usage out of OptionParserJan Sucan
2025-01-27Remove extra semicolonJan Sucan
2025-01-27Remove use of inheritance for Options classesJan Sucan
2025-01-27Remove unused method declarationsJan Sucan
2025-01-26man: Document diff file format v2Jan Sucan
2025-01-26man: Make separator comments in tables easier to noticeJan Sucan
2025-01-26Reduce diff file version field sizeJan Sucan
2025-01-22Fix formatting of the help messageJan Sucan
2025-01-22Rename backup operation to createJan Sucan
2025-01-22Add header to diff file format v2Jan Sucan
2025-01-22Move multi-buffering to BufferedStream::ReaderJan Sucan
2025-01-22Add missing pragma once into a header fileJan Sucan
2025-01-18Rename buffered_file to buffered_streamJan Sucan
2025-01-18Remove unused includesJan Sucan
2025-01-18Add version command line optionJan Sucan
2025-01-18Put the buffered file code into a namespaceJan Sucan
2025-01-18README.md: Fix typoJan Sucan
2025-01-18Initial implementation of diff file format v2Jan Sucan
2024-12-31README.md: Adjust the notice about pre-alpha versionJan Sucan
2024-12-31Remove unused adjustment of argvJan Sucan
2024-12-31Use options instead of positional arguments for file pathsJan Sucan
2024-12-28Rename in file to diff file for restoreJan Sucan
2024-12-28Rename reference file to base file for backupJan Sucan
2024-12-28tests: Fix diff-dd arguments for restoreJan Sucan
2024-12-14README.md: Add notice about pre-alpha versionJan Sucan
2024-12-12makefile: Rename variables from C to CXX for C++Jan Sucan
2024-11-09Add man page for the diff image formatJan Sucan
2024-11-05config.mk: Set the version to development pre-alphaJan Sucan
2024-05-04Move input and output buffering to classesJan Sucan
2024-04-27github: Fix the main branch nameJan Sucan
2024-04-27Fix issues reported by cppcheckJan Sucan
2024-04-27pre-commit: Remove cppcheck suppress options that seem unnecessaryJan Sucan
2024-04-27pre-commit: Add cppcheck option suggested by itJan Sucan
2024-04-27github: User the CI docker image in workflowsJan Sucan
2024-04-27devel_tools: Add CI Docker imageJan Sucan
2024-04-07Add an include guard to the generated program_info.hJan Sucan
2024-04-07Use #pragma once include guard instead of #ifndefJan Sucan
2024-04-07Use const global variables instead of #defineJan Sucan
2024-04-07Add a common exception parent classJan Sucan
2024-04-07Use C++ version of a C header fileJan Sucan
2024-04-07Remove unnecessary includesJan Sucan
2024-03-31Remove unused variableJan Sucan
2024-03-31Use read() instead of readsome()Jan Sucan
2024-03-31Remove unused source fileJan Sucan
2024-03-31Rewrite the backup and restore code in object-oriented wayJan Sucan
2024-03-31Remove unnecessary exit callJan Sucan