index
:
diff-dd.git
master
Simple differential backup image utility
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Collapse
)
Author
2025-02-22
makefile: Define all phony targets
master
Jan Sucan
2025-01-26
Reduce diff file version field size
Jan Sucan
2025-01-22
Rename backup operation to create
Jan Sucan
2025-01-22
Add header to diff file format v2
Jan Sucan
2025-01-18
Add version command line option
Jan Sucan
2025-01-18
Initial implementation of diff file format v2
Jan Sucan
2024-12-31
Use options instead of positional arguments for file paths
Jan Sucan
2024-12-28
Rename in file to diff file for restore
Jan Sucan
2024-12-28
Rename reference file to base file for backup
Jan Sucan
2024-12-28
tests: Fix diff-dd arguments for restore
Jan Sucan
2024-05-04
Move input and output buffering to classes
Jan Sucan
2024-03-24
Remove the -h option
Jan Sucan
This simplifies parsing of the options. Help message is printed on wrong arguments. Keep only the help operation.
2023-10-15
tests: Use bash instead of sh
Jan Sucan
2022-06-18
Refactor the command line interface
Jan Sucan
Select operation by its name instead of by number of the arguments.
2022-03-06
tests: Unify naming of the test files
Jan Sucan
2022-03-05
tests: Add a successful backup-restore test
Jan Sucan
2022-03-05
tests: Add a test for restore errors
Jan Sucan
2022-03-05
tests: Add tests for backup errors
Jan Sucan
2022-03-05
tests: Add a test for opening files
Jan Sucan
2022-03-05
tests: Add option parsing tests
Jan Sucan
2022-03-05
tests: Rename a test
Jan Sucan
2021-05-02
Move the source files to a src directory
Jan Sucan
2021-05-01
tests: Add test for invoking with no arguments
Jan Sucan