aboutsummaryrefslogtreecommitdiff
path: root/src/xz (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-27Moved the Windows resource files outside the windows directoryLasse Collin1-0/+5
2009-06-27Added missing $(EXEEXT).Lasse Collin1-1/+1
2009-06-27Create correct symlinks even whenLasse Collin1-8/+13
2009-06-27Silence a compiler warning on DOS-like systems.Lasse Collin1-1/+4
2009-06-26Updated comments to match renamed files.Lasse Collin4-4/+4
2009-06-26Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin6-6/+6
2009-06-26Rename process_file() to coder_run().Lasse Collin3-9/+8
2009-06-26Ugly hack to make it possible to use the thousand separatorLasse Collin4-23/+78
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-10/+11
2009-06-24Cast a char argument to isspace() to unsigned char.Lasse Collin1-2/+9
2009-05-23Remove undocumented alternative option names --bcj, --ppc,Lasse Collin1-3/+0
2009-05-23Add support for specifying the BCJ filter start offsetLasse Collin4-21/+76
2009-05-22Add --no-warn.Lasse Collin4-1/+34
2009-05-22Fix a comment.Lasse Collin1-1/+1
2009-05-22Remove the --info option, which was an alias for --list.Lasse Collin1-1/+0
2009-05-22If xz is run as lzma, unlzma, or lzcat, simply implyLasse Collin1-11/+6
2009-05-22Make the default memory usage limit 40 % of RAM for bothLasse Collin5-88/+82
2009-05-21Support special value "max" where xz and xzdec accept an integer.Lasse Collin1-0/+4
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin23-230/+69
2009-02-22Add a rough explanation of --extreme to output of --help.Lasse Collin1-0/+4
2009-02-22Fixes to progress message handling in xz:Lasse Collin3-213/+351
2009-02-14Fix microsecond vs. nanosecond confusion in my_time().Lasse Collin1-1/+1
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin5-35/+37
2009-02-13Changed how the version number is specified in various places.Lasse Collin1-1/+1
2009-02-13Fix handling of integrity check type in the xz command line tool.Lasse Collin2-1/+12
2009-02-13Improve support for DOS-like systems.Lasse Collin5-22/+61
2009-02-08Make "xz --force" to write to terminal as the errorLasse Collin1-1/+1
2009-02-08Support both slash and backslash as path componentLasse Collin1-0/+9
2009-02-07Make it easy to choose if command line tools should beLasse Collin1-5/+3
2009-02-07Assume 32 MiB of RAM on unsupported operating systems likeLasse Collin1-1/+1
2009-02-05Various code cleanups the the xz command line tool.Lasse Collin17-246/+386
2009-02-03Another utime() fix.Lasse Collin1-4/+5
2009-02-03Fix wrong filename argument for utime() and utimes().Lasse Collin1-2/+2
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-0/+1
2009-01-17Beta was supposed to be API stable but I had forgot to renameLasse Collin1-3/+3
2009-01-07Use pthread_sigmask() instead of sigprocmask() when pthreadsLasse Collin2-2/+3
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin2-7/+1
2008-12-27Some xz command line tool improvements.Lasse Collin5-44/+121
2008-12-17xz message handling improvementsLasse Collin3-14/+146
2008-12-10Remove obsolete comment.Lasse Collin1-1/+0
2008-12-10Use "decompression" consistently in --long-help.Lasse Collin1-1/+1
2008-12-10Added preset=NUM to --lzma1 and --lzma2. This makes it easyLasse Collin2-0/+9
2008-12-01In command line tool, take advantage of memusage calculation'sLasse Collin1-4/+4
2008-11-28Tested using COLUMNS environment variable to avoid brokenLasse Collin1-5/+9
2008-11-27Cleanups to message.c.Lasse Collin1-29/+18
2008-11-22Typo fixLasse Collin1-1/+1
2008-11-20Support NetBSD's errno for O_NOFOLLOW.Lasse Collin1-0/+8
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin21-0/+4949