]> git.seodisparate.com - SimpleArchiver/shortlog
SimpleArchiver
13 days ago Stephen SeoUpdate Changelog.md
13 days ago Stephen SeoMerge branch 'dev', version 1.19 1.19
13 days ago Stephen Seov1.19, fix write error, refactor error handling
13 days ago Stephen SeoFix bug where writing to archive fails sometimes
2025-03-11 Stephen SeoRefactor error handling
2025-03-10 Stephen SeoRefactor error handling in archiver.c
2025-02-28 Stephen SeoMerge branch 'dev', Version 1.18 1.18
2025-02-28 Stephen SeoVersion 1.18
2025-02-27 Stephen SeoUpdate README.md
2025-02-27 Stephen SeoAdd "--force-tmpfile"
2025-02-26 Stephen SeoUpdate Changelog
2025-02-26 Stephen SeoSet umask on compression-temp-file
2025-02-25 Stephen SeoUpdate README, Changelog
2025-02-25 Stephen SeoMinor refactorings
2025-02-25 Stephen SeoMinor fixes
2025-02-25 Stephen SeoRemove platform specific #if blocks in archiver.c
2025-02-25 Stephen SeoImpl. file format v 4 write
2025-02-25 Stephen SeoImpl. file format v 4 parsing
2025-02-25 Stephen SeoFixes for other file formats, v4 file prep.
2025-02-25 Stephen SeoBump version to 1.17 1.17
2025-02-25 Stephen SeoFix whitelist begins-with/ends-with
2025-02-25 Stephen SeoMerge branch 'dev', Version 1.16 1.16
2025-02-25 Stephen SeoBump version to 1.16
2025-02-25 Stephen SeoUpdate Changelog.md
2025-02-21 Stephen SeoRemove DEBUG output
2025-02-21 Stephen SeoUpdate README.md, usage text
2025-02-21 Stephen SeoUpdate Changelog.md
2025-02-21 Stephen SeoFix/refactor created temp file when compressing
2025-02-20 Stephen SeoFix lines longer than 80 characters in sources
2025-02-20 Stephen SeoUpdate help text on `--chunk-min-size`, README.md
2025-02-20 Stephen SeoUpdate help text on `--chunk-min-size`, README.md
2025-02-20 Stephen SeoFix parser help text and README.md
2025-02-20 Stephen SeoFix parser help text and README.md
2025-02-18 Stephen SeoUpdate README.md
2025-02-18 Stephen SeoUpdate Changelog.md
2025-02-18 Stephen SeoImpl white/black-listing for file format v 0
2025-02-18 Stephen SeoWIP white/black-list: change "contains" to any/all
2025-02-18 Stephen SeoRefactor white/black-list code
2025-02-18 Stephen SeoUpdate info on `--blacklist-contains`
2025-02-18 Stephen SeoWIP white/black-lists: Impl. for file v 1, 2
2025-02-17 Stephen SeoAttempt to fix build when git-describe fails
2025-02-17 Stephen SeoAttempt to fix build when git-describe fails
2025-02-17 Stephen SeoAttempt to fix github actions build: cmake changes
2025-02-17 Stephen SeoAttempt to fix github actions build: cmake changes
2025-02-17 Stephen SeoImpl. setting version.h from CMake
2025-02-17 Stephen SeoImpl. setting version.h from CMake
2025-02-17 Stephen SeoWIP white/black-list: Update Changelog.md
2025-02-17 Stephen SeoWIP white/black-list: Update Changelog.md
2025-02-17 Stephen SeoWIP white/black-list: Fix b-contains behavior
2025-02-17 Stephen SeoWIP white/black-list: Impl. case-insensitive
2025-02-17 Stephen SeoWIP white/black-list: Impl. v 3 test/extract lists
2025-02-17 Stephen SeoWIP white/black-list: refactoring
2025-02-17 Stephen SeoWIP white/black-list: Update Changelog.md
2025-02-17 Stephen SeoWIP white/black-list: Update README.md
2025-02-17 Stephen SeoWIP white/black-list: Impl. for create v 1,2,3
2025-02-17 Stephen SeoWIP white/black-list: Add helper fns and tests
2025-02-17 Stephen SeoWIP white/black-list: Setup args in parser
2025-02-17 Stephen SeoMerge branch 'dev', Version 1.15 1.15
2025-02-17 Stephen SeoVersion 1.15
2025-02-17 Stephen SeoAdd notice when forcing dir permissions
2025-02-17 Stephen SeoAdd newline before printed usage text
2025-02-13 Stephen SeoUpdate Changelog.md
2025-02-12 Stephen SeoForce empty-dir perms only on "force-empty" flag
2025-02-12 Stephen SeoUpdate README.md
2025-02-12 Stephen SeoUpdate Changelog.md
2025-02-12 Stephen SeoAdd flag to force-set permissions for empty dirs
2025-02-10 Stephen SeoRefactorings (handling some TODOs)
2025-02-10 Stephen SeoMinor fix: remove unnecessary comment
2025-02-06 Stephen SeoAdd unit test for helper string-parts
2025-02-06 Stephen SeoRefactoring
2025-02-04 Stephen SeoVersion 1.14 1.14
2025-02-04 Stephen SeoFix not setting dir permissions on extract
2025-02-03 Stephen SeoUpdate Version 1.13 1.13
2025-02-03 Stephen SeoStricter directory permissions on dir creation
2025-01-28 Stephen SeoCMakeLists.txt: Replace IS_EXECUTABLE with EXISTS
2025-01-28 Stephen SeoUpdate CMakeLists.txt to fix version when no .git
2025-01-28 Stephen SeoMerge branch 'dev', Version 1.12 1.12
2025-01-28 Stephen SeoVersion 1.12, Update Changelog.md
2025-01-28 Stephen SeoUpdate README.md
2025-01-28 Stephen SeoSet version.h to have a default version string
2025-01-28 Stephen SeoUpdate LICENSE year in sources
2025-01-28 Stephen SeoUpdate LICENSE year in sources
2025-01-28 Stephen SeoUpdate Changelog.md
2025-01-28 Stephen SeoUpdate Changelog.md
2025-01-28 Stephen SeoImpl "--version"
2025-01-27 Stephen SeoUpdate Changelog.md
2025-01-27 Stephen SeoFix file versions 2,3 creating dirs when only `-t`
2025-01-27 Stephen SeoUpdate Changelog.md
2025-01-27 Stephen SeoUpdate README.md, fix text about --prefix
2025-01-27 Stephen SeoFix absolute symlinks when using extract --prefix
2025-01-27 Stephen SeoFix file versions 2,3 creating dirs when only `-t`
2025-01-27 Stephen SeoImpl --prefix extract for file fmt version 3
2025-01-27 Stephen SeoWIP --prefix: Impl --prefix archive file fmt ver 3
2025-01-27 Stephen SeoWIP --prefix: Impl --prefix extract file fmt ver 2
2025-01-27 Stephen SeoWIP --prefix: Impl --prefix archive file fmt ver 2
2025-01-27 Stephen SeoWIP --prefix: Impl --prefix extract file ver 1
2025-01-27 Stephen SeoWIP --prefix: Impl --prefix for archive file ver 1
2025-01-27 Stephen SeoFix specified type for vars from strlen(...)
2025-01-24 Stephen SeoWIP --prefix: Impl --prefix for file v0 extracting
2025-01-23 Stephen SeoWIP --prefix: Impl --prefix for file v0 archiving
next