summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add morphbaserock/morphRichard Maw2012-01-091-0/+5
* 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
* Update THANKS.Lasse Collin2011-11-031-0/+1
* xz: Fix xz on EBCDIC systems.Lasse Collin2011-11-031-1/+4
* Update THANKS.Lasse Collin2011-10-231-0/+1
* liblzma: Fix invalid free() in the threaded encoder.Lasse Collin2011-10-231-0/+4
* liblzma: Fix a deadlock in the threaded encoder.Lasse Collin2011-10-231-1/+3
* Build: Fix "make check" on Windows.Lasse Collin2011-09-062-2/+7
* Update THANKS.Lasse Collin2011-08-091-0/+2
* Workaround unusual SIZE_MAX on SCO OpenServer.Lasse Collin2011-08-091-3/+6
* Run the scripts with the correct shell in test_scripts.sh.Lasse Collin2011-08-062-8/+8
* Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin2011-07-313-1/+59
* liblzma: Remove unneeded semicolon.Lasse Collin2011-06-161-1/+1
* Build: Make configure print if symbol versioning is enabled or not.Lasse Collin2011-05-281-0/+2
* Don't call close(-1) in tuklib_open_stdxxx() on error.Lasse Collin2011-05-281-1/+3
* liblzma: Use symbol versioning.Lasse Collin2011-05-285-0/+201
* Translations: Update the Italian translation.Lasse Collin2011-05-281-149/+216
* Tests: Add a test file for the bug in the previous commit.Lasse Collin2011-05-282-0/+4
* xz: Fix error handling in xz -lvv.Lasse Collin2011-05-271-15/+6
* liblzma: Handle allocation failures correctly in lzma_index_init().Lasse Collin2011-05-271-2/+5
* Build: Fix checking for system-provided SHA-256.Lasse Collin2011-05-241-1/+1
* Build: Set GZIP_ENV=-9n in top-level Makefile.am.Lasse Collin2011-05-231-0/+3
* Update NEWS for 5.0.3.Lasse Collin2011-05-221-0/+32
* Add French translation.Lasse Collin2011-05-212-0/+865
* xz: Translate also the string used to print the program name.Lasse Collin2011-05-211-1/+5
* liblzma: Try to use SHA-256 from the operating system.Lasse Collin2011-05-213-8/+131
* Don't use clockid_t in mythread.h when clock_gettime() isn't available.Lasse Collin2011-05-171-0/+2
* Update THANKS.Lasse Collin2011-05-171-0/+3
* Update INSTALL with a note about linker problem on OpenSolaris x86.Lasse Collin2011-05-171-6/+17
* Build: Fix initialization of enable_check_* variables in configure.ac.Lasse Collin2011-05-171-1/+1
* Add underscores to attributes (__attribute((__foo__))).Lasse Collin2011-05-1725-47/+49
* 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
* Build: Warn if no supported method to detect the number of CPU cores.Lasse Collin2011-04-191-6/+5
* Update THANKS.Lasse Collin2011-04-191-0/+1
* Fix portability problems in mythread.h.Lasse Collin2011-04-192-4/+34
* Update THANKS.Lasse Collin2011-04-181-0/+2
* xzgrep: fix typo in $0 parsingMartin Väth2011-04-181-2/+2
* Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99.v5.1.1alphaLasse Collin2011-04-122-2/+2
* Put the unstable APIs behind #ifdef LZMA_UNSTABLE.Lasse Collin2011-04-123-0/+8
* Remove doubled words from documentation and comments.Lasse Collin2011-04-126-7/+7
* Update NEWS.Lasse Collin2011-04-121-2/+45
* Update TODO.Lasse Collin2011-04-121-1/+11
* 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
* liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin2011-04-118-1/+1539
* liblzma: Add the forgotten lzma_lzma2_block_size().Lasse Collin2011-04-112-0/+12
* liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too.Lasse Collin2011-04-111-0/+9
* liblzma: Document lzma_raw_(enc|dec)oder_memusage() better.Lasse Collin2011-04-111-2/+6