summaryrefslogtreecommitdiff
path: root/src/xz
Commit message (Expand)AuthorAgeFilesLines
* xz: Show minimum required XZ Utils version in xz -lvv.Lasse Collin2011-11-071-6/+57
* xz: Fix a typo in a comment.Lasse Collin2011-11-041-1/+1
* xz: Fix xz on EBCDIC systems.Lasse Collin2011-11-031-1/+4
* xz: Fix error handling in xz -lvv.Lasse Collin2011-05-271-15/+6
* xz: Translate also the string used to print the program name.Lasse Collin2011-05-211-1/+5
* Add underscores to attributes (__attribute((__foo__))).Lasse Collin2011-05-177-19/+19
* xz: Fix input file position when --single-stream is used.Lasse Collin2011-05-013-0/+29
* xz: Print the maximum number of worker threads in xz -vv.Lasse Collin2011-05-011-0/+4
* Put the unstable APIs behind #ifdef LZMA_UNSTABLE.Lasse Collin2011-04-121-0/+2
* Remove doubled words from documentation and comments.Lasse Collin2011-04-122-2/+2
* xz: Update the man page about threading.Lasse Collin2011-04-121-14/+20
* xz: Add support for threaded compression.Lasse Collin2011-04-112-80/+125
* xz: Move the description of --block-size in --long-help.Lasse Collin2011-04-111-4/+4
* Docs: Document --single-stream and --block-size.Lasse Collin2011-04-111-2/+36
* xz/DOS: Add experimental 8.3 filename support.Lasse Collin2011-04-101-9/+167
* xz/DOS: Be more careful with the destination file.Lasse Collin2011-04-101-2/+33
* xz: Avoid unneeded fstat() on DOS-like systems.Lasse Collin2011-04-091-6/+8
* xz: Minor internal changes to handling of --threads.Lasse Collin2011-04-093-19/+18
* xz: Change size_t to uint32_t in a few places.Lasse Collin2011-04-082-4/+4
* xz: Fix a typo in a comment.Lasse Collin2011-04-081-1/+1
* xz: Use posix_fadvise() if it is available.Lasse Collin2011-04-051-0/+15
* xz: Call lzma_end(&strm) before exiting if debugging is enabled.Lasse Collin2011-04-053-0/+19
* xz: Add --block-size=SIZE.Lasse Collin2011-03-184-10/+54
* xz: Add --single-stream.Lasse Collin2011-03-184-3/+23
* xz: Clean up suffix.c.Lasse Collin2011-02-061-24/+20
* xz: Check if the file already has custom suffix when compressing.Lasse Collin2011-02-061-0/+9
* xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.Lasse Collin2011-01-261-8/+7
* Add alloc_size and malloc attributes to a few functions.Lasse Collin2011-01-181-2/+3
* DOS-like: Treat \ and : as directory separators in addition to /.Lasse Collin2010-12-121-4/+29
* xz: Make sure that message_strm() can never return NULL.Lasse Collin2010-10-211-2/+5
* Clean up a few FIXMEs and TODOs.Lasse Collin2010-10-191-1/+1
* xz: Avoid raise() also on OpenVMS.Lasse Collin2010-10-121-1/+1
* xz: Avoid SA_RESTART for portability reasons.Lasse Collin2010-10-113-23/+25
* xz: Use "%"PRIu32 instead of "%d" in a format string.Lasse Collin2010-10-101-1/+1
* OS/2 and DOS: Be less verbose on signals.Lasse Collin2010-10-091-0/+7
* Build: Add options to disable individual command line tools.Lasse Collin2010-10-081-1/+5
* Build: Remove the static/dynamic tricks.Lasse Collin2010-10-051-3/+1
* A few more languages files to the xz man page.Lasse Collin2010-10-041-21/+24
* Fix accomodate -> accommodate on the xz man page.Lasse Collin2010-09-281-1/+1
* Major man page updates.Lasse Collin2010-09-271-598/+1366
* xz: Edit a translators comment.Lasse Collin2010-09-151-1/+1
* xz: Add a comment to translators about "literal context bits".Lasse Collin2010-09-101-0/+4
* xz: Multiple fixes.Lasse Collin2010-09-107-187/+232
* xz: Add a note to translators.Lasse Collin2010-09-071-0/+2
* Fix use of N_() and ngettext().Lasse Collin2010-09-071-2/+2
* xz: Improve a comment.Lasse Collin2010-09-061-3/+4
* xz: Update the comment about NetBSD in file_io.c.Lasse Collin2010-09-051-4/+4
* xz: Use an array instead of pointer for stdin_filename.Lasse Collin2010-09-052-2/+2
* xz: Hopefully ease translating the messages in list.c.Lasse Collin2010-09-051-10/+23
* xz: Fix grammar.Lasse Collin2010-09-041-2/+1