index
:
diff-dd.git
master
Simple differential backup image utility
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-12-13
Refactor getting items from argv to resolve cppcheck errors
Jan Sucan
2023-12-13
Apply clang-format
Jan Sucan
2023-12-07
Include operation names in the usage message (#8)
Ben Timby
2023-11-12
Rename C source file to C++ source files
Jan Sucan
2023-11-12
Switch from C to C++ compiler
Jan Sucan
2023-11-12
Refactor the file size and tell operations
Jan Sucan
2022-06-18
Refactor the command line interface
Jan Sucan
2022-03-05
Fix checking of a return value
Jan Sucan
2022-03-05
Fix an error message
Jan Sucan
2021-06-06
Fix restoring a diff image
Jan Sucan
2021-05-30
Unify ordering of the includes
Jan Sucan
2021-05-30
Fix cppcheck warnings
Jan Sucan
2021-05-30
Add the license to each source file
Jan Sucan
2021-05-30
Change exit code on help option to 0
Jan Sucan
2021-05-30
Split the backup code into smaller functions
Jan Sucan
2021-05-30
Fix writing of diff file records
Jan Sucan
2021-05-30
Move backup and restore code to separate source files
Jan Sucan
2021-05-30
Add static qualifiers
Jan Sucan
2021-05-30
Move usage() function to options.c
Jan Sucan
2021-05-23
src: Sort the program options alphabetically
Jan Sucan
2021-05-02
Move the source files to a src directory
Jan Sucan