1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma/lzma
2022-07-24 11:37:44 +03:00
..
fastpos.h liblzma: Fix warnings from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
fastpos_table.c Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
fastpos_tablegen.c liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c. 2020-03-11 12:05:57 +02:00
lzma2_decoder.c liblzma: Add optional autodetection of LZMA end marker. 2022-07-24 11:36:56 +03:00
lzma2_decoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma2_encoder.c liblzma: Add NULL checks to LZMA and LZMA2 properties encoders. 2022-07-12 19:03:51 +03:00
lzma2_encoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_common.h liblzma: Fix warnings from -Wsign-conversion. 2019-12-31 22:19:18 +02:00
lzma_decoder.c liblzma: Rename a variable and improve a comment. 2022-07-24 11:37:44 +03:00
lzma_decoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_encoder.c liblzma: Add NULL checks to LZMA and LZMA2 properties encoders. 2022-07-12 19:03:51 +03:00
lzma_encoder.h liblzma: Avoid multiple definitions of lzma_coder structures. 2016-12-28 19:59:32 +02:00
lzma_encoder_optimum_fast.c liblzma: Avoid multiple definitions of lzma_coder structures. 2016-12-28 19:59:32 +02:00
lzma_encoder_optimum_normal.c liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. 2020-03-11 12:05:57 +02:00
lzma_encoder_presets.c liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c. 2016-06-28 21:09:46 +03:00
lzma_encoder_private.h Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 22:41:45 +02:00
Makefile.inc liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c. 2016-06-28 21:09:46 +03:00