aboutsummaryrefslogtreecommitdiff
path: root/src/backup.cpp
AgeCommit message (Collapse)Author
2025-01-18Rename buffered_file to buffered_streamJan Sucan
2025-01-18Put the buffered file code into a namespaceJan Sucan
2025-01-18Initial implementation of diff file format v2Jan Sucan
2024-12-28Rename reference file to base file for backupJan Sucan
2024-05-04Move input and output buffering to classesJan Sucan
2024-04-27Fix issues reported by cppcheckJan Sucan
2024-04-07Use C++ version of a C header fileJan Sucan
2024-04-07Remove unnecessary includesJan Sucan
2024-03-31Use read() instead of readsome()Jan Sucan
2024-03-31Rewrite the backup and restore code in object-oriented wayJan Sucan
2024-03-24Rewrite the option code in object-oriented wayJan Sucan
2023-11-12Rename C source file to C++ source filesJan Sucan