aboutsummaryrefslogtreecommitdiff
path: root/src/xz/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin1-2/+7
2015-03-31xz: Add support for sandboxing with Capsicum.Lasse Collin1-0/+18
2015-03-07xz: Make arg_count an unsigned int to silence a warning.Lasse Collin1-1/+1
2012-07-03xz: Add incomplete support for --block-list.Lasse Collin1-0/+1
2011-04-05xz: Call lzma_end(&strm) before exiting if debugging is enabled.Lasse Collin1-0/+4
2010-06-02Fix a Windows-specific FIXME in signal handling code.Lasse Collin1-5/+35
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/+402