aboutsummaryrefslogtreecommitdiff
path: root/src/lzma (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-09Imported to git.Lasse Collin24-0/+4178