summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for AmigaOS/AROS to tuklib_physmem().Lasse Collin2014-12-171-0/+7
* xzgrep: Avoid passing both -q and -l to grep.Lasse Collin2014-12-171-2/+4
* Bump version and soname for 5.0.7.v5.0.7Lasse Collin2014-09-202-2/+2
* liblzma: Fix invalid Libs.private value in liblzma.pc.Lasse Collin2014-09-201-1/+1
* liblzma: Fix a portability problem in Makefile.am.Lasse Collin2014-09-201-1/+1
* Bump version and soname for 5.0.6.v5.0.6Lasse Collin2014-09-142-2/+2
* xzgrep: exit 0 when at least one file matches.Lasse Collin2014-09-091-2/+13
* Build: Fix the combination of --disable-xzdec --enable-lzmadec.Lasse Collin2014-04-261-1/+9
* xz: Rename a variable to avoid a namespace collision on Solaris.Lasse Collin2014-04-261-5/+7
* xz: Fix a comment.Lasse Collin2014-04-261-2/+2
* liblzma: Avoid C99 compound literal arrays.Lasse Collin2014-04-261-3/+5
* liblzma: Remove a useless C99ism from sha256.c.Lasse Collin2014-04-261-1/+1
* xz: Fix use of wrong variable.Lasse Collin2014-04-261-1/+1
* Fix typos in comments.Lasse Collin2014-04-261-1/+1
* liblzma: Document the need for block->check for lzma_block_header_decode().Lasse Collin2014-04-261-0/+3
* Build: Create liblzma.pc in a src/liblzma/Makefile.am.Lasse Collin2014-04-261-0/+20
* Man pages: Use similar syntax for synopsis as in xz.v5.0.5Lasse Collin2013-06-303-10/+10
* Bump version and soname for 5.0.5.Lasse Collin2013-06-302-2/+2
* xz: Fix return value type in io_write_buf().Lasse Collin2013-06-281-1/+1
* xz: Remove an outdated NetBSD-specific comment.Lasse Collin2013-06-281-4/+0
* xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls.Lasse Collin2013-06-281-4/+4
* xz: Fix use of wrong variable in a fcntl() call.Lasse Collin2013-06-281-11/+13
* xz: Check the value of lzma_stream_flags.version in --list.Lasse Collin2013-06-261-0/+14
* xz: Validate Uncompressed Size from Block Header in list.c.Lasse Collin2013-06-261-1/+13
* xz: Make the man page more friendly to doclifter.Lasse Collin2013-06-261-3/+4
* xz: A couple of man page fixes.Lasse Collin2013-06-261-12/+23
* xz: Fix interaction between preset and custom filter chains.Lasse Collin2013-06-261-14/+21
* xz: Change size_t to uint32_t in a few places.Lasse Collin2013-06-262-4/+4
* xzdec: Improve the --help message.Lasse Collin2013-06-261-5/+5
* xzgrep: make the '-h' option to be --no-filename equivalentJeff Bastian2013-04-051-1/+1
* liblzma: Be less picky in lzma_alone_decoder().Lasse Collin2013-04-053-11/+18
* Avoid unneeded use of awk in xzless.Lasse Collin2013-04-051-2/+1
* xzless: Make "less -V" parsing more robustJonathan Nieder2012-12-151-1/+2
* xz: Fix the note about --rsyncable on the man page.Lasse Collin2012-12-151-8/+9
* xz: Improve handling of failed realloc in xrealloc.Lasse Collin2012-12-151-2/+12
* A few typo fixes to comments and the xz man page.Lasse Collin2012-12-152-3/+2
* xz: Update man page date to match the latest update.v5.0.4Lasse Collin2012-06-221-1/+1
* Bump version and soname for 5.0.4.Lasse Collin2012-06-222-2/+2
* liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin2012-05-291-1/+1
* xz: Don't show a huge number in -vv when memory limit is disabled.Lasse Collin2012-05-291-1/+11
* xz: Document the "summary" lines of --robot -lvv.Lasse Collin2012-05-291-0/+19
* xz: Fix output of verbose --robot --list modes.Lasse Collin2012-05-291-1/+1
* liblzma: Remove outdated comments.Lasse Collin2012-05-242-5/+1
* Fix exit status of xzgrep when grepping binary files.Lasse Collin2012-05-241-1/+2
* 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
* Workaround unusual SIZE_MAX on SCO OpenServer.Lasse Collin2011-09-051-3/+6
* Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin2011-09-051-0/+2
* liblzma: Remove unneeded semicolon.Lasse Collin2011-06-161-1/+1
* Don't call close(-1) in tuklib_open_stdxxx() on error.Lasse Collin2011-05-281-1/+3