xz/src/liblzma/lz
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 Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
lz_decoder.c LZ decoder cleanup 2008-09-13 13:54:00 +03:00
lz_decoder.h Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
lz_encoder.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
lz_encoder.h Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
lz_encoder_hash.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
lz_encoder_mf.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00