xz-analysis-mirror/src/liblzma/common
Lasse Collin ed6664146f Remove support for pre-C89 libc versions that lack memcpy,
memmove, and memset.
2008-05-11 14:24:42 +03:00
..
Makefile.am Fixed wrong spelling "limitter" to "limiter". This affects 2008-04-28 17:06:34 +03:00
alignment.c Imported to git. 2007-12-09 00:42:33 +02:00
allocator.c Remove support for pre-C89 libc versions that lack memcpy, 2008-05-11 14:24:42 +03:00
alone_decoder.c Make Uncompresed Size validation more strict 2008-01-16 13:27:03 +02:00
alone_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
alone_encoder.c Imported to git. 2007-12-09 00:42:33 +02:00
auto_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00
block_decoder.c Combine lzma_options_block validation needed by both Block 2008-01-25 23:12:36 +02:00
block_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
block_encoder.c Combine lzma_options_block validation needed by both Block 2008-01-25 23:12:36 +02:00
block_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00
block_header_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00
block_header_encoder.c Imported to git. 2007-12-09 00:42:33 +02:00
block_private.h Combine lzma_options_block validation needed by both Block 2008-01-25 23:12:36 +02:00
bsr.h Added bsr.h. 2008-01-15 13:32:13 +02:00
chunk_size.c Imported to git. 2007-12-09 00:42:33 +02:00
code.c Imported to git. 2007-12-09 00:42:33 +02:00
common.h Removed src/liblzma/common/sysdefs.h symlink, which was 2008-04-25 13:58:56 +03:00
copy_coder.c Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
copy_coder.h Imported to git. 2007-12-09 00:42:33 +02:00
delta_common.c Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_common.h Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_decoder.c Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_decoder.h Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_encoder.c Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_encoder.h Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
easy_common.c Added lzma_easy_* functions. These should make using 2008-01-22 22:49:24 +02:00
easy_common.h Added lzma_easy_* functions. These should make using 2008-01-22 22:49:24 +02:00
easy_multi.c Added lzma_easy_* functions. These should make using 2008-01-22 22:49:24 +02:00
easy_single.c Added lzma_easy_* functions. These should make using 2008-01-22 22:49:24 +02:00
extra.c Fix a memory leak by calling free(extra->data) in 2008-04-24 20:25:39 +03:00
features.c Imported to git. 2007-12-09 00:42:33 +02:00
filter_flags_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00
filter_flags_encoder.c Use fastpos.h when encoding LZMA dictionary size in 2008-01-15 14:23:35 +02:00
index.c Imported to git. 2007-12-09 00:42:33 +02:00
info.c Fix Size of Header Metadata Block handling. Now 2008-01-23 13:36:07 +02:00
init.c Imported to git. 2007-12-09 00:42:33 +02:00
init_decoder.c Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +02:00
init_encoder.c Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
memory_limiter.c Fixed wrong spelling "limitter" to "limiter". This affects 2008-04-28 17:06:34 +03:00
memory_usage.c Imported to git. 2007-12-09 00:42:33 +02:00
metadata_decoder.c Fix decoding of empty Metadata Blocks, that don't have 2008-01-23 23:43:00 +02:00
metadata_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
metadata_encoder.c Fix Size of Header Metadata Block handling. Now 2008-01-23 13:36:07 +02:00
metadata_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00
next_coder.c Imported to git. 2007-12-09 00:42:33 +02:00
raw_common.c Avoid unneeded function call in raw_common.c. 2008-02-01 08:32:05 +02:00
raw_common.h Imported to git. 2007-12-09 00:42:33 +02:00
raw_decoder.c Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
raw_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
raw_encoder.c Do uncompressed size validation in raw encoder. This way 2008-02-01 08:39:26 +02:00
raw_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00
stream_common.c Imported to git. 2007-12-09 00:42:33 +02:00
stream_common.h Imported to git. 2007-12-09 00:42:33 +02:00
stream_decoder.c Plugged a memory leak in stream_decoder.c. 2008-01-16 14:48:04 +02:00
stream_encoder_multi.c Return LZMA_STREAM_END instead of LZMA_OK if 2008-01-23 21:05:33 +02:00
stream_encoder_multi.h Added lzma_easy_* functions. These should make using 2008-01-22 22:49:24 +02:00
stream_encoder_single.c Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders. 2008-01-14 11:56:41 +02:00
stream_flags_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00
stream_flags_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
stream_flags_encoder.c Imported to git. 2007-12-09 00:42:33 +02:00
version.c Imported to git. 2007-12-09 00:42:33 +02:00
vli_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00
vli_encoder.c Imported to git. 2007-12-09 00:42:33 +02:00
vli_reverse_decoder.c Imported to git. 2007-12-09 00:42:33 +02:00