xz/src/liblzma/common
Lasse Collin 7d17818cec Update the code to mostly match the new simpler file format
specification. Simplify things by removing most of the
support for known uncompressed size in most places.
There are some miscellaneous changes here and there too.

The API of liblzma has got many changes and still some
more will be done soon. While most of the code has been
updated, some things are not fixed (the command line tool
will choke with invalid filter chain, if nothing else).

Subblock filter is somewhat broken for now. It will be
updated once the encoded format of the Subblock filter
has been decided.
2008-06-18 18:02:10 +03:00
..
Makefile.am Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
alignment.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
allocator.c Remove support for pre-C89 libc versions that lack memcpy, 2008-05-11 14:24:42 +03:00
alone_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
alone_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
alone_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
auto_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
block_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00
block_header_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_header_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_private.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
block_util.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03: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 Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
delta_common.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
delta_common.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
delta_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
delta_decoder.h Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
delta_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
delta_encoder.h Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
easy.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
features.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
filter_flags_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
filter_flags_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index_encoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
index_hash.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03: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 Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
next_coder.c Imported to git. 2007-12-09 00:42:33 +02:00
raw_common.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
raw_common.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
raw_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
raw_decoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
raw_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
raw_encoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_common.c Imported to git. 2007-12-09 00:42:33 +02:00
stream_common.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_decoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_encoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_flags_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_flags_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
stream_flags_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
stream_flags_equal.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
version.c Imported to git. 2007-12-09 00:42:33 +02:00
vli_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
vli_encoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00