Jonathan Dieter
5950ea2a8e
Fix a few low severity security bugs
...
- An off-by-one overflow when reading compressed integers from a
malicious zchunk file
- Error handling being skipped when the number of bytes read doesn't
match what's expected
- Not freeing memory when attempting to reallocate to size 0
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-04-04 21:35:44 +01:00
Jonathan Dieter
c7e33f933d
Add option to generate a zchunk header from an uncompressed file
...
This can now be done without actually creating the zchunk file
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-02-25 14:59:08 +00:00
Jonathan Dieter
72328c27c8
Fix test compatibility with zstd-1.5.4
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-02-18 19:11:07 +00:00
Jonathan Dieter
6a7cac0bec
Fix small formatting issues
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-09-16 21:42:25 +01:00
Jonathan Dieter
d7bf4d9d36
Fix a number of small issues highlighted by Coverity
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-04-18 17:43:16 +01:00
Jonathan Dieter
cd87f58e8e
Update to 1.2.1 which fixes a few bugs
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-03-12 16:57:25 +00:00
Jonathan Dieter
2224c2782f
Update to 1.2.0
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-02-20 17:19:14 +00:00
Jonathan Dieter
1f58bfcd3e
Fix major bug when creating a zchunk file w/ dict
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-06-01 20:46:11 +01:00
Jonathan Dieter
f6ea1e7d5d
Update to 1.1.14
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-20 21:27:47 +01:00
Jonathan Dieter
2100feb87c
Stage changed sources
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-20 20:59:32 +01:00
Jonathan Dieter
a2b24f432c
Fix multipart download failures on rare web servers
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-01 18:28:57 +01:00
Jonathan Dieter
0e0ab101b4
Fix for tests when building against zstd-1.4.7+ and new man pages
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2020-12-30 22:58:28 +00:00
Jonathan Dieter
acb0ef8bd7
Fix small bug in corner case when handling write failures
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2020-01-18 21:41:25 +00:00
Jonathan Dieter
aaa3141be5
Fix download failure when content-type isn't included in each range
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-11-13 17:26:20 +00:00
Jonathan Dieter
d5bc46de6d
Actually upload new sources
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-05-19 18:25:39 +01:00
Jonathan Dieter
14b595c550
Add missing sources
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-04-15 13:06:16 +01:00
Jonathan Dieter
fb32d4d4e7
Optimize chunk matching while downloading, significantly reducing CPU usage
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-03-23 22:28:17 +00:00
Jonathan Dieter
43b3032c09
Fix multipart boundary bug when dealing with lighttpd servers
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-03-16 23:06:24 +00:00
Jonathan Dieter
132ad5e2e9
Fix several memory leaks and off-by-one bugs
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-01-24 20:48:29 +00:00
Jonathan Dieter
668b1fd611
Fix bug where identical chunks weren't matched
2018-12-28 22:18:49 +00:00
Jonathan Dieter
f1fcea0afc
Use hash table for finding identical chunks, speeding up process considerably
2018-12-28 14:19:33 +00:00
Jonathan Dieter
1e211ce212
Bump to 1.0 release with API/ABI stability guarantee
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-12-22 20:50:06 +00:00
Jonathan Dieter
3def856f98
Disable some tests in big-endian architectures
2018-12-09 19:04:17 +00:00
Jonathan Dieter
c1bb1e7c35
Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
2018-12-08 22:33:03 +00:00
Jonathan Dieter
ff3550a048
Switch from optional flags to more robust optional elements
2018-11-13 14:18:07 +00:00
Jonathan Dieter
bacf4dabfa
Sanity check hex hashes passed in as an option
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-11-01 19:38:07 +00:00
Jonathan Dieter
da9d4344d0
Update tests for zstd-1.3.6
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-10-08 14:56:22 +01:00
Jonathan Dieter
a65ba16384
Add read support for zchunk files with optional flags
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-10-08 14:33:00 +01:00
Jonathan Dieter
83ac07755c
Update to 0.9.11 which fixes small bug in zck_dl
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-09-28 15:33:04 +01:00
Jonathan Dieter
9754031271
Update to 0.9.10 with security bug fixes
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-09-18 14:39:04 +01:00
Jonathan Dieter
b045ac86fe
Update to 0.9.7 with contrib script to generate dictionaries
2018-08-10 13:42:39 +02:00
Jonathan Dieter
228d1827e3
Update to 0.9.5, fixing intermittent parallel test failures
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-08-01 13:56:57 +01:00
Jonathan Dieter
3d036e41af
Update to 0.9.4, fixing failed tests on non-Intel processors
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-08-01 13:40:49 +01:00
Jonathan Dieter
3725c6a9b4
Update to 0.9.3
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-31 22:15:57 +01:00
Jonathan Dieter
f305617f9d
Update to 0.9.2
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-30 23:14:33 +01:00
Jonathan Dieter
9e54e198b2
Update to 0.9.1 to fix Rawhide build
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-25 17:21:37 +01:00
Jonathan Dieter
b4ab608ceb
Update to 0.9.0 with new proposed permanent stable ABI
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-25 16:49:32 +01:00
Jonathan Dieter
1081b703e6
Update to 0.7.6 with new default chunk checksum type and automatic chunking
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-12 21:21:50 +01:00
Jonathan Dieter
32ed0a486f
Initial release
...
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-06 17:41:38 +03:00