stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-08 01:57:39 +00:00
62195c4d7d
Update README.md, usage text
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-08 01:40:35 +00:00
bef9c37d72
Minor fix
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-07 06:20:32 +00:00
aa46172aa7
Buffer size to 32KiB, fixes
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-07 05:04:21 +00:00
8bae61d36d
Minor quality-of-life fixes
Improve compression
There were some errors de/compressing archives when using large files. The code has been updated to be more robust and some testing indicates that it works now. Still will test more.
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-07 04:27:01 +00:00
3c739f92b8
Fix errors de/compressing chunks
f26509f227
Impl. more robust compression
1a16c2c3bb
Impl. more robust decompression
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 12:39:52 +00:00
36fb7bf042
clang-format, ensure --no-abs-symlink works in v1
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 12:28:43 +00:00
cf032cd9c1
Update README.md
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 12:25:46 +00:00
b8c56026d1
Add filename validation for test/extracting
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 08:46:48 +00:00
b1745172f7
Fix release build compiler warnings
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 08:35:28 +00:00
302f7f804d
Fix reordering of cleanup fns in archiver.c
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 08:33:37 +00:00
8e620fb0e9
Reorder cleanup to proper location
Improve compression
This feature is about done, just needs some testing to verify it works correctly.
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 08:21:18 +00:00
8982b15cc5
Impl. create archive with compression, fixes
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 06:38:40 +00:00
1b7fcb2bfc
WIP Impl. archiving without compression
166632fc15
Update file_format for v1
stephenseo
pushed to issue_18_improve_compression at stephenseo/SimpleArchiver
2024-10-04 03:32:19 +00:00
8040006afe
WIP Work on v1 create archive
7b6929397e
Refactor function, add its declaration to header
stephenseo
released break_interval version 1.3.4 at stephenseo/break_interval
2024-10-03 14:10:35 +00:00
3875248c83
Update Changelog.md, version 1.3.4
a9adcead12
Fix Debian build in workflow/action