Brad Smith
782b139ee7
Silence -Wunused-but-set-variable warnings
...
/home/brad/tmp/minizip-ng/mz_strm_zstd.c:110:13: warning: variable 'total_in' set but not used [-Wunused-but-set-variable]
int32_t total_in = 0;
^
/home/brad/tmp/minizip-ng/mz_strm_bzip.c:117:13: warning: variable 'total_in' set but not used [-Wunused-but-set-variable]
int32_t total_in = 0;
^
2023-12-18 10:13:55 -08:00
Nathan Moinvaziri
97d8e65dc8
Match default compression level value in compress streams #726
2023-10-26 11:51:43 -07:00
Nathan Moinvaziri
1e9c6d8361
Use ZSTD compression level defaults. #726
2023-10-26 11:47:10 -07:00
Mike Kasick
21606891ab
Support compression levels >= 10 and use zstd's internal default level.
...
zstd supports regular compression levels 1 through 22. The special
level 0 indicates to use zstd's internal default (currently level 3).
2023-09-12 12:03:29 -07:00
Peter Harris
9453d4ffcf
Fix zstd compression level
2023-07-08 13:30:42 -07:00
Nathan Moinvaziri
217adc9363
Remove first param from create functions.
...
Better handle low memory situations.
2023-04-09 11:14:26 -07:00
Nathan Moinvaziri
c9fc27ccee
Use calloc instead of malloc + memset and use strdup where possible.
2023-02-24 14:35:31 -08:00
Nathan Moinvaziri
261041dabc
Remove useless MZ_CUSTOM_ALLOC and MZ_CUSTOM_FREE.
...
It would have required an include to make it useful.
2023-02-24 14:23:04 -08:00
Nathan Moinvaziri
f07faecdde
Remove all comparisons to NULL.
2023-02-19 16:04:13 -08:00
Nathan Moinvaziri
1e4cc21871
Fixed minor formatting whitespace changes.
2023-02-19 10:41:34 -08:00
Nathan Moinvaziri
03e4d2213d
Remove copyright years.
2023-02-16 13:14:21 -08:00
Nathan Moinvaziri
db95894646
Updated name of project to minizip-ng.
2021-01-23 16:19:05 -08:00
Nathan Moinvaziri
fd493fb0cd
Fixed decompression bug in zstd.
2020-06-20 09:22:33 -07:00
Nathan Moinvaziri
67ccd375fc
Capture error codes from deflate streams.
2020-06-19 21:57:33 -07:00
Nathan Moinvaziri
70811ac6f5
Remove version number from headers.
2020-06-19 21:21:12 -07:00
Nathan Moinvaziri
9126177377
Fixed bugs with zstd not working with pkcrypt and causing ci to stall.
2020-06-19 21:21:12 -07:00
Force.Charlie
7cecfa6472
fix decompress zstd error
2020-06-19 21:21:07 -07:00
Nathan Moinvaziri
432fcc712b
Fixed mz_stream_zstd_write when no compression enabled.
2020-06-14 22:15:17 -07:00
Nathan Moinvaziri
f74cd24d93
Change line endings.
2020-06-14 22:08:41 -07:00
Nathan Moinvaziri
1f4758bd7f
Added support for ZSTD. #498
...
Co-authored-by: Force Charlie <fcharlie@users.noreply.github.com>
2020-06-14 22:02:12 -07:00