index
:
diff-dd.git
master
Simple differential backup image utility
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-31
Rewrite the backup and restore code in object-oriented way
Jan Sucan
2024-03-31
Remove unnecessary exit call
Jan Sucan
2024-03-24
Rewrite the option code in object-oriented way
Jan Sucan
2024-03-24
Require C++17
Jan Sucan
2024-03-24
Remove the -h option
Jan Sucan
2024-03-18
github: Do not duplicate pull request workflow runs
Jan Sucan
2024-02-02
makefile: Add install and uninstall targets
Jan Sucan
2024-02-02
config.mk: Treat compiler warnings as errors
Jan Sucan
2024-02-02
config.mk: Enable extra compiler warnings
Jan Sucan
2024-02-02
config.mk: Do not limit max. number of compilation errors
Jan Sucan
2024-02-02
config.mk: Use C++11
Jan Sucan
2024-01-20
makefile: Move configuration to config.mk
Jan Sucan
2024-01-14
github: Add initial pre-commit workflow
Jan Sucan
2024-01-14
pre-commit: Update hooks
Jan Sucan
2024-01-14
pre-commit: Fix URL of the clang-format hook
Jan Sucan
2024-01-09
github: Run test workflow on pull request
Jan Sucan
2024-01-09
github: Improve formatting of a workflow file
Jan Sucan
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
2023-10-15
README.md: Add status badge for the tests for the master branch
Jan Sucan
2023-10-15
github: Add workflow for running the tests
Jan Sucan
2023-10-15
tests: Use bash instead of sh
Jan Sucan
2023-03-12
README.md: Reword the introduction
Jan Sucan
2023-02-14
Change version to 2.0.0
Jan Sucan
2023-02-14
Switch to semantic versioning
Jan Sucan
2022-06-18
Refactor the command line interface
Jan Sucan
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
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
pre-commit: Add cppcheck checker
Jan Sucan
2021-05-30
pre-commit: Add no-tabs checker
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
[next]