lzsa/src
Emmanuel Marty 120bd71ed9
Bump version
2022-04-06 10:33:31 +02:00
..
libdivsufsort
dictionary.c
dictionary.h
expand_block_v1.c Add extra bound checks in C decompressors 2019-09-12 16:19:14 +02:00
expand_block_v1.h
expand_block_v2.c Secure last token decompression for non-raw blocks 2019-11-26 17:35:11 +01:00
expand_block_v2.h
expand_context.c
expand_context.h
expand_inmem.c
expand_inmem.h
expand_streaming.c
expand_streaming.h
format.h
frame.c
frame.h
lib.h Fix C99-only feature 2020-05-28 20:00:30 +02:00
lzsa.c Bump version 2022-04-06 10:33:31 +02:00
matchfinder.c Fix issue #45 and some extra warnings 2020-04-26 10:24:15 +02:00
matchfinder.h Increase ratio 2019-12-09 09:54:56 +01:00
shrink_block_v1.c Compress LZSA2 a bit faster again; small cleanup 2022-04-03 20:23:55 +02:00
shrink_block_v1.h
shrink_block_v2.c Small LZSA2 speedup in forward arrivals parser 2022-04-05 07:13:03 +02:00
shrink_block_v2.h
shrink_context.c Small LZSA2 ratio increase for some files 2021-06-04 19:11:22 +02:00
shrink_context.h Compress ~5% faster; small ratio increase 2022-01-02 07:15:23 +01:00
shrink_inmem.c Promote some literal+match sequences to a match 2019-11-18 12:10:23 +01:00
shrink_inmem.h
shrink_streaming.c Implement -stats 2019-10-09 18:20:22 +02:00
shrink_streaming.h Implement -stats 2019-10-09 18:20:22 +02:00
stream.c Allow piping files to stdin and stdout 2021-07-26 22:06:54 +05:00
stream.h