summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* xzgrep: List xzgrep_expected_output in tests/Makefile.am.Lasse Collin2014-06-131-1/+2
* xzgrep: Improve the test script.Lasse Collin2014-06-133-11/+55
* xzgrep: Add a test for the previous fix.Lasse Collin2014-06-111-4/+22
* Tests: Remove tests/test_block.c that had gotten committed accidentally.Lasse Collin2012-07-051-52/+0
* liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin2012-05-282-1/+115
* Tests: Fix a compiler warning with _FORTIFY_SOURCE.Lasse Collin2012-01-101-1/+2
* Build: Fix "make check" on Windows.Lasse Collin2011-09-061-2/+5
* Run the scripts with the correct shell in test_scripts.sh.Lasse Collin2011-08-061-4/+4
* Fix exit status of "xzdiff foo.xz bar.xz".Lasse Collin2011-07-312-1/+57
* Tests: Add a test file for the bug in the previous commit.Lasse Collin2011-05-282-0/+4
* Tests: Add a new file to test empty LZMA2 streams.Lasse Collin2011-03-312-0/+4
* test_files.sh: Fix the first line.Lasse Collin2010-10-101-1/+1
* Make tests accommodate missing xz or xzdec.Lasse Collin2010-10-082-19/+56
* Build: Remove the static/dynamic tricks.Lasse Collin2010-10-051-4/+1
* Adjust memory limits in test_compress.shJonathan Nieder2010-09-041-1/+1
* Fix test_compress.sh.Lasse Collin2010-08-101-3/+3
* Remove references to the Subblock filter in xz and tests.Lasse Collin2010-05-271-23/+0
* Collection of language fixes to comments and docs.Lasse Collin2010-02-121-1/+1
* Revised the Index handling code.Lasse Collin2009-12-311-134/+237
* Fix a memory leak in test_index.c.Lasse Collin2009-11-261-0/+2
* Fix bugs in lzma_index_read() and lzma_index_cat().Lasse Collin2009-11-251-3/+25
* Use a tuklib module for integer handling.Lasse Collin2009-10-043-6/+6
* Fix a couple of warnings.Lasse Collin2009-09-111-1/+1
* Use static liblzma by default also for tests.Lasse Collin2009-06-301-1/+4
* Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin2009-06-261-5/+7
* Minor fixes to test files' README.Lasse Collin2009-04-141-8/+9
* Put the interesting parts of XZ Utils into the public domain.Lasse Collin2009-04-1312-114/+36
* Recreated the BCJ test files for x86 and SPARC. The old filesLasse Collin2009-02-065-1/+1
* Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin2009-01-311-0/+1
* remove trailing blanks from all but .xz filesJim Meyering2009-01-261-2/+2
* Add some single-call buffer-to-buffer coding functions.Lasse Collin2009-01-201-0/+24
* Disable Subblock filter from test_compress.sh since it isv4.999.7betaLasse Collin2008-12-311-9/+13
* Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin2008-12-311-4/+4
* Remove lzma_init() and other init functions from liblzma API.Lasse Collin2008-12-316-10/+1
* Use 28 MiB as memory usage limit for encoding in test_compress.sh.Lasse Collin2008-12-271-1/+1
* Bunch of liblzma API cleanups and fixes.Lasse Collin2008-12-151-4/+6
* Added two new test files.Lasse Collin2008-12-153-0/+7
* Remove the nowadays unneeded memory limitting malloc() wrapper.Lasse Collin2008-11-252-116/+0
* Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin2008-11-192-17/+16
* Oh well, big messy commit again. Some highlights:Lasse Collin2008-11-1949-33/+37
* Fixed the test that should have been fixed as partLasse Collin2008-10-091-1/+1
* Initial changes to change the suffix of the new format to .xz.Lasse Collin2008-10-021-1/+2
* Renamed the test files from .lzma suffix to .xz suffix.Lasse Collin2008-09-3059-68/+66
* Added one more test file.Lasse Collin2008-09-302-4/+11
* Added two test files.Lasse Collin2008-09-303-0/+6
* Changed magic bytes to match the updated spec. FilenameLasse Collin2008-09-2754-0/+0
* Fix also test_compress.sh.Lasse Collin2008-09-271-3/+3
* Fixed compilation of test_filter_flags.c, which was broken byLasse Collin2008-09-271-8/+8
* Some API changes, bug fixes, cleanups etc.Lasse Collin2008-09-273-6/+9
* Renamed constants:Lasse Collin2008-09-136-26/+26