aboutsummaryrefslogtreecommitdiff
path: root/src/lzma/options.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-352/+0
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though.
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-26/+16
- 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-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-39/+53
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-6/+8
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-04-24Fixed a bug in command line option parsing.Lasse Collin1-1/+1
2007-12-09Imported to git.Lasse Collin1-0/+346