xz/src/liblzma/common
Lasse Collin e114502b2b Oh well, big messy commit again. Some highlights:
- Updated to the latest, probably final file format version.
  - Command line tool reworked to not use threads anymore.
    Threading will probably go into liblzma anyway.
  - Memory usage limit is now about 30 % for uncompression
    and about 90 % for compression.
  - Progress indicator with --verbose
  - Simplified --help and full --long-help
  - Upgraded to the last LGPLv2.1+ getopt_long from gnulib.
  - Some bug fixes
2008-11-19 20:46:52 +02:00
..
Makefile.am Remove bogus #includes. 2008-09-11 20:02:38 +03:00
alignment.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
alone_decoder.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
alone_decoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
alone_encoder.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
auto_decoder.c Changed magic bytes to match the updated spec. Filename 2008-09-27 23:37:13 +03:00
block_decoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
block_decoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
block_encoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
block_encoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
block_header_decoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
block_header_encoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
block_util.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
bsr.h Added bsr.h. 2008-01-15 13:32:13 +02:00
chunk_size.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
common.c Some API cleanups 2008-09-06 15:14:30 +03:00
common.h Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
easy.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
filter_common.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
filter_common.h Filter handling cleanups 2008-09-10 16:44:32 +03:00
filter_decoder.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
filter_decoder.h Filter handling cleanups 2008-09-10 16:44:32 +03:00
filter_encoder.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
filter_encoder.h Filter handling cleanups 2008-09-10 16:44:32 +03:00
filter_flags_decoder.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
filter_flags_encoder.c Check for LZMA_FILTER_RESERVED_START in filter_flags_encoder.c. 2008-09-10 17:02:00 +03:00
index.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
index.h Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
index_decoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
index_encoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02: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 Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +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 Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
memory_limiter.c Fixed wrong spelling "limitter" to "limiter". This affects 2008-04-28 17:06:34 +03:00
stream_decoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
stream_decoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
stream_encoder.c Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
stream_encoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
stream_flags_common.c Changed magic bytes to match the updated spec. Filename 2008-09-27 23:37:13 +03:00
stream_flags_common.h Improved the Stream Flags handling API. 2008-09-12 22:41:40 +03:00
stream_flags_decoder.c Renamed constants: 2008-09-13 12:10:43 +03:00
stream_flags_encoder.c Renamed constants: 2008-09-13 12:10:43 +03:00
vli_decoder.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
vli_encoder.c Renamed constants: 2008-09-13 12:10:43 +03:00
vli_size.c Renamed constants: 2008-09-13 12:10:43 +03:00