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
2025-02-22
makefile: Define all phony targets
master
Jan Sucan
2025-01-27
Use camel case for a method name
Jan Sucan
2025-01-27
Prefix class member variables by m_
Jan Sucan
2025-01-27
Put the code for options to a namespace
Jan Sucan
2025-01-27
Move printing usage out of OptionParser
Jan Sucan
2025-01-27
Remove extra semicolon
Jan Sucan
2025-01-27
Remove use of inheritance for Options classes
Jan Sucan
2025-01-27
Remove unused method declarations
Jan Sucan
2025-01-26
man: Document diff file format v2
Jan Sucan
2025-01-26
man: Make separator comments in tables easier to notice
Jan Sucan
2025-01-26
Reduce diff file version field size
Jan Sucan
2025-01-22
Fix formatting of the help message
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-22
Move multi-buffering to BufferedStream::Reader
Jan Sucan
2025-01-22
Add missing pragma once into a header file
Jan Sucan
2025-01-18
Rename buffered_file to buffered_stream
Jan Sucan
2025-01-18
Remove unused includes
Jan Sucan
2025-01-18
Add version command line option
Jan Sucan
2025-01-18
Put the buffered file code into a namespace
Jan Sucan
2025-01-18
README.md: Fix typo
Jan Sucan
2025-01-18
Initial implementation of diff file format v2
Jan Sucan
2024-12-31
README.md: Adjust the notice about pre-alpha version
Jan Sucan
2024-12-31
Remove unused adjustment of argv
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-12-14
README.md: Add notice about pre-alpha version
Jan Sucan
2024-12-12
makefile: Rename variables from C to CXX for C++
Jan Sucan
2024-11-09
Add man page for the diff image format
Jan Sucan
2024-11-05
config.mk: Set the version to development pre-alpha
Jan Sucan
2024-05-04
Move input and output buffering to classes
Jan Sucan
2024-04-27
github: Fix the main branch name
Jan Sucan
2024-04-27
Fix issues reported by cppcheck
Jan Sucan
2024-04-27
pre-commit: Remove cppcheck suppress options that seem unnecessary
Jan Sucan
2024-04-27
pre-commit: Add cppcheck option suggested by it
Jan Sucan
2024-04-27
github: User the CI docker image in workflows
Jan Sucan
2024-04-27
devel_tools: Add CI Docker image
Jan Sucan
2024-04-07
Add an include guard to the generated program_info.h
Jan Sucan
2024-04-07
Use #pragma once include guard instead of #ifndef
Jan Sucan
2024-04-07
Use const global variables instead of #define
Jan Sucan
2024-04-07
Add a common exception parent class
Jan Sucan
2024-04-07
Use C++ version of a C header file
Jan Sucan
2024-04-07
Remove unnecessary includes
Jan Sucan
2024-03-31
Remove unused variable
Jan Sucan
2024-03-31
Use read() instead of readsome()
Jan Sucan
2024-03-31
Remove unused source file
Jan Sucan
2024-03-31
Rewrite the backup and restore code in object-oriented way
Jan Sucan
2024-03-31
Remove unnecessary exit call
Jan Sucan
[next]