aboutsummaryrefslogtreecommitdiff
path: root/src/xz/main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-3/+3
2010-02-02Fix wrong assertion.Lasse Collin1-2/+3
2010-02-01Fix signal handling for --list.Lasse Collin1-5/+14
2010-01-26Minor comment fix.Lasse Collin1-2/+2
2010-01-24Add initial version of xz --list.Lasse Collin1-6/+13
2010-01-13Don't read compressed data from a terminal or write itLasse Collin1-11/+9
2009-11-16Add support for --info-memory and --robot to xz.Lasse Collin1-4/+7
2009-09-19Various changes.Lasse Collin1-79/+21
2009-08-13Sync some error messages from xz to xzdec.Lasse Collin1-2/+2
2009-06-26Rename process_file() to coder_run().Lasse Collin1-3/+3
2009-05-22Add --no-warn.Lasse Collin1-0/+17
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Improve support for DOS-like systems.Lasse Collin1-0/+23
2009-02-08Make "xz --force" to write to terminal as the errorLasse Collin1-1/+1
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin1-126/+6
2009-01-07Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin1-2/+2
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-3/+0
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-122/+270
2008-06-10s/decompressed/compressed/ in the command line tool'sLasse Collin1-1/+1