aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-12Refactor the file size and tell operationsJan Sucan
This was done in order to avoid C++ compiler warnings about comparing types with different signedness.
2022-06-18Refactor the command line interfaceJan Sucan
Select operation by its name instead of by number of the arguments.
2022-03-05Fix checking of a return valueJan Sucan
2022-03-05Fix an error messageJan Sucan
2021-06-06Fix restoring a diff imageJan Sucan
2021-05-30Unify ordering of the includesJan Sucan
2021-05-30Fix cppcheck warningsJan Sucan
2021-05-30Add the license to each source fileJan Sucan
2021-05-30Change exit code on help option to 0Jan Sucan
2021-05-30Split the backup code into smaller functionsJan Sucan
2021-05-30Fix writing of diff file recordsJan Sucan
2021-05-30Move backup and restore code to separate source filesJan Sucan
2021-05-30Add static qualifiersJan Sucan
2021-05-30Move usage() function to options.cJan Sucan
2021-05-23src: Sort the program options alphabeticallyJan Sucan
2021-05-02Move the source files to a src directoryJan Sucan