aboutsummaryrefslogtreecommitdiff
path: root/src/lzma (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin21-4947/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin26-1864/+2525
2008-10-07Fixed some help messages.Lasse Collin1-3/+3
2008-10-07Made the preset numbering more logical in liblzma API.Lasse Collin2-5/+5
2008-10-03Fixed suffix handling with --format=raw.Lasse Collin1-9/+19
2008-10-02Initial changes to change the suffix of the new format to .xz.Lasse Collin5-51/+131
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin3-60/+82
2008-09-13Renamed constants:Lasse Collin3-5/+5
2008-09-11Silence a compiler warning.Lasse Collin1-1/+1
2008-09-06Some API cleanupsLasse Collin1-1/+1
2008-09-04Added support for raw encoding and decoding to the commandLasse Collin4-34/+50
2008-09-02Command line tool fixesLasse Collin1-8/+13
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin4-89/+52
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin4-44/+12
2008-06-11Improve command line integer parsing a little in lzma andLasse Collin1-9/+14
2008-06-10s/decompressed/compressed/ in the command line tool'sLasse Collin1-1/+1
2008-05-06Bunch of grammar fixes from meyering.Lasse Collin1-1/+1
2008-05-04Don't print an error message on broken pipe unless --verboseLasse Collin1-1/+14
2008-04-30Fix a crash with --format=alone if other filters than LZMALasse Collin1-0/+9
2008-04-28Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin1-3/+3
2008-04-24Make unlzma and lzcat symlinks.Lasse Collin1-0/+12
2008-04-24Fixed a bug in command line option parsing.Lasse Collin1-1/+1
2008-01-17Added --delta to the output of "lzma --help".Lasse Collin1-0/+4
2008-01-14Added one assert() to process.c of the command line tool.Lasse Collin1-0/+1
2008-01-08Disable CRC32 from Block Headers when --check=noneLasse Collin1-1/+1
2008-01-06With printf(), use PRIu64 with a cast to uint64_t insteadLasse Collin1-6/+7
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-1/+0
2007-12-13Fixed a few short options that take an argument.Lasse Collin1-1/+1
2007-12-11Get rid of no-NLS gnulib. I don't know how to get itLasse Collin1-1/+1