Age | Commit message (Expand) | Author | Files | Lines |
2024-01-24 | xz: Update website URLs in the man pages. | Jia Tan | 1 | -2/+2 |
2023-10-31 | xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. | Lasse Collin | 1 | -3/+6 |
2020-02-07 | Build: Add support for translated man pages using po4a. | Lasse Collin | 1 | -13/+42 |
2019-06-23 | xzdec: Fix warnings from -Wsign-conversion. | Lasse Collin | 1 | -1/+1 |
2017-04-19 | Update the home page URLs to HTTPS. | Lasse Collin | 1 | -2/+2 |
2014-10-29 | Build: Prepare to support Automake's subdir-objects. | Lasse Collin | 1 | -4/+4 |
2014-04-25 | Build: Fix the combination of --disable-xzdec --enable-lzmadec. | Lasse Collin | 1 | -1/+9 |
2013-06-30 | Man pages: Use similar syntax for synopsis as in xz. | Lasse Collin | 1 | -5/+5 |
2013-04-15 | xzdec: Improve the --help message. | Lasse Collin | 1 | -5/+5 |
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 1 | -3/+3 |
2010-10-09 | Add missing public domain notice to lzmadec_w32res.rc. | Lasse Collin | 1 | -0/+7 |
2010-10-08 | Build: Add options to disable individual command line tools. | Lasse Collin | 1 | -2/+10 |
2010-10-05 | Build: Remove the static/dynamic tricks. | Lasse Collin | 1 | -3/+1 |
2010-09-27 | Major man page updates. | Lasse Collin | 1 | -12/+27 |
2010-08-07 | Disable the memory usage limiter by default. | Lasse Collin | 2 | -213/+8 |
2010-06-11 | Fix string to uint64_t conversion. | Lasse Collin | 1 | -2/+11 |
2010-03-07 | Treat all integer multiplier suffixes as base-2. | Lasse Collin | 1 | -26/+16 |
2010-03-07 | Consistently round up the memory usage limit in messages. | Lasse Collin | 1 | -2/+5 |
2010-03-07 | Increase the default memory usage limit on "low-memory" systems. | Lasse Collin | 2 | -16/+34 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 2 | -2/+2 |
2010-01-27 | Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. | Lasse Collin | 1 | -1/+1 |
2009-11-15 | Add lzma_physmem(). | Lasse Collin | 2 | -6/+3 |
2009-10-02 | Add support for --enable-assume-ram=SIZE. | Lasse Collin | 1 | -2/+3 |
2009-09-19 | Various changes. | Lasse Collin | 2 | -42/+26 |
2009-09-12 | A few grammar fixes. | Lasse Collin | 1 | -1/+1 |
2009-08-13 | Sync some error messages from xz to xzdec. | Lasse Collin | 1 | -3/+3 |
2009-07-18 | Added public domain notice into a few files. | Lasse Collin | 1 | -0/+7 |
2009-07-08 | Remove --force from xzdec. | Lasse Collin | 2 | -9/+1 |
2009-07-06 | Use sed instead of $(SED) so that we don't need to | Lasse Collin | 1 | -3/+3 |
2009-07-02 | Define PACKAGE_HOMEPAGE in configure.ac and use it in | Lasse Collin | 1 | -2/+2 |
2009-06-30 | Build system fixes | Lasse Collin | 1 | -1/+19 |
2009-06-27 | Moved the Windows resource files outside the windows directory | Lasse Collin | 2 | -0/+10 |
2009-06-27 | Create correct symlinks even when | Lasse Collin | 1 | -3/+6 |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -9/+10 |
2009-06-04 | Added xzdec man page. | Lasse Collin | 2 | -0/+184 |
2009-06-04 | Harmonized xzdec --memory with xz --memory and made | Lasse Collin | 1 | -21/+53 |
2009-05-22 | Added support for --quiet and --no-warn to xzdec. | Lasse Collin | 1 | -27/+49 |
2009-05-22 | Use the 40 % of RAM memory usage limit in xzdec too. | Lasse Collin | 1 | -5/+5 |
2009-05-21 | Support special value "max" where xz and xzdec accept an integer. | Lasse Collin | 1 | -1/+5 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 2 | -20/+6 |
2009-02-13 | Changed how the version number is specified in various places. | Lasse Collin | 1 | -1/+1 |
2009-02-13 | Improve support for DOS-like systems. | Lasse Collin | 1 | -2/+3 |
2009-02-07 | Make it easy to choose if command line tools should be | Lasse Collin | 1 | -2/+3 |
2009-02-01 | Fix missing newlines in xzdec.c. | Lasse Collin | 1 | -3/+3 |
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -0/+1 |
2009-01-31 | Use _WIN32 instead of WIN32 in xzdec.c to test if compiling on Windows. | Lasse Collin | 1 | -2/+2 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -3/+0 |
2008-11-20 | Build xzdec and lzmadec from xzdec.c. xzdec supports only .xz | Lasse Collin | 2 | -178/+140 |
2008-11-20 | Minor cleanups to xzdec. | Lasse Collin | 1 | -10/+10 |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 2 | -0/+521 |