]> icculus.org git repositories - icculus/xz.git/history - src/xz
Major documentation update.
[icculus/xz.git] / src / xz /
2009-07-18 Lasse CollinAdded public domain notice into a few files.
2009-07-14 Lasse CollinAllow extra commas in filter-specific options on xz...
2009-07-14 Lasse CollinAccept --lzma2=preset=6e where "e" is equivalent to...
2009-07-10 Lasse CollinLook for full command names instead of substrings
2009-07-06 Lasse CollinUse sed instead of $(SED) so that we don't need to
2009-07-03 Lasse CollinMake "xz --decompress --stdout --force" copy unrecognized
2009-07-02 Lasse CollinDefine PACKAGE_HOMEPAGE in configure.ac and use it in
2009-06-30 Lasse CollinBuild system fixes
2009-06-27 Lasse CollinMoved the Windows resource files outside the windows...
2009-06-27 Lasse CollinAdded missing $(EXEEXT).
2009-06-27 Lasse CollinCreate correct symlinks even when
2009-06-27 Lasse CollinSilence a compiler warning on DOS-like systems.
2009-06-26 Lasse CollinUpdated comments to match renamed files.
2009-06-26 Lasse CollinRename process.[hc] to coder.[hc] and io.[hc] to file_i...
2009-06-26 Lasse CollinRename process_file() to coder_run().
2009-06-26 Lasse CollinUgly hack to make it possible to use the thousand separator
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-06-24 Lasse CollinCast a char argument to isspace() to unsigned char.
2009-05-23 Lasse CollinRemove undocumented alternative option names --bcj...
2009-05-23 Lasse CollinAdd support for specifying the BCJ filter start offset
2009-05-22 Lasse CollinAdd --no-warn.
2009-05-22 Lasse CollinFix a comment.
2009-05-22 Lasse CollinRemove the --info option, which was an alias for -...
2009-05-22 Lasse CollinIf xz is run as lzma, unlzma, or lzcat, simply imply
2009-05-22 Lasse CollinMake the default memory usage limit 40 % of RAM for...
2009-05-21 Lasse CollinSupport special value "max" where xz and xzdec accept...
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-22 Lasse CollinAdd a rough explanation of --extreme to output of ...
2009-02-22 Lasse CollinFixes to progress message handling in xz:
2009-02-14 Lasse CollinFix microsecond vs. nanosecond confusion in my_time().
2009-02-13 Lasse CollinCleanups to the code that detects the amount of RAM and
2009-02-13 Lasse CollinChanged how the version number is specified in various...
2009-02-13 Lasse CollinFix handling of integrity check type in the xz command...
2009-02-13 Lasse CollinImprove support for DOS-like systems.
2009-02-08 Lasse CollinMake "xz --force" to write to terminal as the error
2009-02-08 Lasse CollinSupport both slash and backslash as path component
2009-02-07 Lasse CollinMake it easy to choose if command line tools should be
2009-02-07 Lasse CollinAssume 32 MiB of RAM on unsupported operating systems...
2009-02-05 Lasse CollinVarious code cleanups the the xz command line tool.
2009-02-03 Lasse CollinAnother utime() fix.
2009-02-03 Lasse CollinFix wrong filename argument for utime() and utimes().
2009-01-31 Lasse CollinAdd LZMA_API to liblzma API headers. It's useful at...
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2009-01-07 Lasse CollinUse pthread_sigmask() instead of sigprocmask() when...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-27 Lasse CollinSome xz command line tool improvements.
2008-12-17 Lasse Collinxz message handling improvements
2008-12-09 Lasse CollinRemove obsolete comment.
2008-12-09 Lasse CollinUse "decompression" consistently in --long-help.
2008-12-09 Lasse CollinAdded preset=NUM to --lzma1 and --lzma2. This makes...
2008-12-01 Lasse CollinIn command line tool, take advantage of memusage calcul...
2008-11-28 Lasse CollinTested using COLUMNS environment variable to avoid...
2008-11-27 Lasse CollinCleanups to message.c.
2008-11-22 Lasse CollinTypo fix
2008-11-20 Lasse CollinSupport NetBSD's errno for O_NOFOLLOW.
2008-11-19 Lasse CollinRenamed lzma to xz and lzmadec to xzdec. We create...