Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-30 | Use static liblzma by default also for tests. | Lasse Collin | 1 | -1/+4 | |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -5/+7 | |
Fix the ordering of libgnu.a and LTLIBINTL on the linker command line and added missing LTLIBINTL to tests/Makefile.am. | |||||
2009-04-14 | Minor fixes to test files' README. | Lasse Collin | 1 | -8/+9 | |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 12 | -114/+36 | |
Some minor documentation cleanups were made at the same time. | |||||
2009-02-06 | Recreated the BCJ test files for x86 and SPARC. The old files | Lasse Collin | 5 | -1/+1 | |
were linked with crt*.o, which are copyrighted, and thus the old test files were not in the public domain as a whole. They are freely distributable though, but it is better to be careful and avoid including any copyrighted pieces in the test files. The new files are just compiled and assembled object files, and thus don't contain any copyrighted code. | |||||
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -0/+1 | |
on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h has to be #included separately where needed. | |||||
2009-01-26 | remove trailing blanks from all but .xz files | Jim Meyering | 1 | -2/+2 | |
2009-01-20 | Add some single-call buffer-to-buffer coding functions. | Lasse Collin | 1 | -0/+24 | |
2008-12-31 | Disable Subblock filter from test_compress.sh since it islarhzu/v4.999.7beta | Lasse Collin | 1 | -9/+13 | |
disabled by default in configure.ac. | |||||
2008-12-31 | Renamed lzma_options_simple to lzma_options_bcj in the API. | Lasse Collin | 1 | -4/+4 | |
The internal implementation is still using the name "simple". It may need some cleanups, so I look at it later. | |||||
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 6 | -10/+1 | |
Half of developers were already forgetting to use these functions, which could have caused total breakage in some future liblzma version or even now if --enable-small was used. Now liblzma uses pthread_once() to do the initializations unless it has been built with --disable-threads which make these initializations thread-unsafe. When --enable-small isn't used, liblzma currently gets needlessly linked against libpthread (on systems that have it). While it is stupid for now, liblzma will need threads in future anyway, so this stupidity will be temporary only. When --enable-small is used, different code CRC32 and CRC64 is now used than without --enable-small. This made the resulting binary slightly smaller, but the main reason was to clean it up and to handle the lack of lzma_init_check(). The pkg-config file lzma.pc was renamed to liblzma.pc. I'm not sure if it works correctly and portably for static linking (Libs.private includes -pthread or other operating system specific flags). Hopefully someone complains if it is bad. lzma_rc_prices[] is now included as a precomputed array even with --enable-small. It's just 128 bytes now that it uses uint8_t instead of uint32_t. Smaller array seemed to be at least as fast as the more bloated uint32_t array on x86; hopefully it's not bad on other architectures. | |||||
2008-12-27 | Use 28 MiB as memory usage limit for encoding in test_compress.sh. | Lasse Collin | 1 | -1/+1 | |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -4/+6 | |
2008-12-15 | Added two new test files. | Lasse Collin | 3 | -0/+7 | |
2008-11-25 | Remove the nowadays unneeded memory limitting malloc() wrapper. | Lasse Collin | 2 | -116/+0 | |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 2 | -17/+16 | |
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. | |||||
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 49 | -33/+37 | |
- Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes | |||||
2008-10-09 | Fixed the test that should have been fixed as part | Lasse Collin | 1 | -1/+1 | |
of 1e8e4fd1f3e50129b4541406ad765d2aa1233943. | |||||
2008-10-02 | Initial changes to change the suffix of the new format to .xz. | Lasse Collin | 1 | -1/+2 | |
This also fixes a bug related to --suffix option. Some issues with suffixes with --format=raw were not fixed. | |||||
2008-09-30 | Renamed the test files from .lzma suffix to .xz suffix. | Lasse Collin | 59 | -68/+66 | |
2008-09-30 | Added one more test file. | Lasse Collin | 2 | -4/+11 | |
2008-09-30 | Added two test files. | Lasse Collin | 3 | -0/+6 | |
2008-09-27 | Changed magic bytes to match the updated spec. Filename | Lasse Collin | 54 | -0/+0 | |
suffix wasn't changed yet. | |||||
2008-09-27 | Fix also test_compress.sh. | Lasse Collin | 1 | -3/+3 | |
2008-09-27 | Fixed compilation of test_filter_flags.c, which was broken by | Lasse Collin | 1 | -8/+8 | |
1dcecfb09b55157b8653d747963069c8bed74f04. | |||||
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 3 | -6/+9 | |
2008-09-13 | Renamed constants: | Lasse Collin | 6 | -26/+26 | |
- LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR | |||||
2008-09-12 | Improved the Stream Flags handling API. | Lasse Collin | 1 | -2/+6 | |
2008-09-06 | Some API cleanups | Lasse Collin | 1 | -53/+19 | |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 123 | -234/+165 | |
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions. | |||||
2008-06-20 | Fix test_filter_flags to match the new restriction of lc+lp. | Lasse Collin | 1 | -0/+3 | |
2008-06-18 | Delete old code that was supposed to be already deleted | Lasse Collin | 1 | -30/+0 | |
from test_block_header.c. | |||||
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 8 | -1190/+776 | |
specification. Simplify things by removing most of the support for known uncompressed size in most places. There are some miscellaneous changes here and there too. The API of liblzma has got many changes and still some more will be done soon. While most of the code has been updated, some things are not fixed (the command line tool will choke with invalid filter chain, if nothing else). Subblock filter is somewhat broken for now. It will be updated once the encoded format of the Subblock filter has been decided. | |||||
2008-05-06 | Bunch of grammar fixes from meyering. | Lasse Collin | 1 | -1/+1 | |
2008-04-28 | Fixed wrong spelling "limitter" to "limiter". This affects | Lasse Collin | 1 | -2/+2 | |
liblzma's API. | |||||
2008-01-26 | Added more test files. | Lasse Collin | 4 | -0/+11 | |
2008-01-26 | Added more test files. | Lasse Collin | 3 | -0/+6 | |
2008-01-25 | Added more Multi-Block test files. Improved some | Lasse Collin | 4 | -6/+28 | |
descriptions in the test files' README. | |||||
2008-01-25 | Added test_memlimit.c. | Lasse Collin | 2 | -0/+116 | |
2008-01-25 | Use more parenthesis in succeed() macro in tests/tests.h. | Lasse Collin | 1 | -1/+1 | |
2008-01-24 | Added more Multi-Block Stream test files. | Lasse Collin | 7 | -0/+23 | |
2008-01-24 | Added bunch of test files containing Multi-Block Streams. | Lasse Collin | 19 | -0/+53 | |
2008-01-23 | Added bad-single-none-footer_filter_flags.lzma and | Lasse Collin | 3 | -0/+5 | |
bad-single-none-too_long_vli.lzma. | |||||
2008-01-23 | Fix Size of Header Metadata Block handling. Now | Lasse Collin | 1 | -2/+2 | |
lzma_metadata.header_metadata_size == LZMA_VLI_VALUE_UNKNOWN is not allowed at all. To indicate missing Header Metadata Block, header_metadata_size must be set to zero. This is what Metadata decoder does after this patch too. Note that other missing fields in lzma_metadata are still indicated with LZMA_VLI_VALUE_UNKNOWN. This isn't as illogical as it sounds at first, because missing Size of Header Metadata Block means that Header Metadata Block is not present in the Stream. With other Metadata fields, a missing field means only that the value is unknown. | |||||
2008-01-18 | Added test files to test usage of flush marker in LZMA. | Lasse Collin | 5 | -0/+12 | |
2008-01-18 | Added test_compress.sh and bunch of files needed by it. | Lasse Collin | 6 | -10/+433 | |
This new set of tests compress and decompress several test files with many different compression options. This set of tests will be extended later. | |||||
2008-01-15 | Fix memory leaks from test_block_header.c. | Lasse Collin | 1 | -2/+17 | |
2008-01-15 | Fix CRC code in case --enable-small is used. | Lasse Collin | 1 | -0/+2 | |
2008-01-15 | Fix typo in test_index.c. | Lasse Collin | 1 | -1/+1 | |
2008-01-09 | Added good-single-none-empty_3.lzma and | Lasse Collin | 3 | -0/+6 | |
bad-single-none-empty.lzma. | |||||
2008-01-08 | Updated tests/files/README. | Lasse Collin | 1 | -6/+9 | |
2008-01-08 | Added test files with empty Compressed Data. | Lasse Collin | 4 | -0/+6 | |
2008-01-08 | Added good-single-subblock_implicit.lzma. | Lasse Collin | 2 | -0/+2 | |
2008-01-08 | Added a few test files. | Lasse Collin | 6 | -3/+18 | |
2008-01-08 | Avoid using ! in test_files.sh, because that doesn't work | Lasse Collin | 1 | -1/+3 | |
with some ancient /bin/sh versions. | |||||
2008-01-07 | Added test_files.sh to tests/Makefile.am so it gets | Lasse Collin | 1 | -1/+1 | |
included in the tarball with "make dist". | |||||
2008-01-07 | Cosmetic edit to test_files.sh. | Lasse Collin | 1 | -2/+2 | |
2008-01-07 | Added tests/files/README. | Lasse Collin | 1 | -0/+108 | |
2008-01-07 | Cleaned up the tests/files directory. | Lasse Collin | 3 | -0/+0 | |
2008-01-07 | Added test_files.sh to test decoding of the files in | Lasse Collin | 2 | -1/+43 | |
the tests/files directory. It doesn't test the malicious files yet. | |||||
2007-12-11 | Fixed a typo in tests/Makefile.am which prevented | Lasse Collin | 1 | -1/+1 | |
building the tests if gnulib was needed. | |||||
2007-12-09 | * tests/test_block_header.c (test3): Remove duplicate initializer. | Jim Meyering | 1 | -1/+0 | |
2007-12-09 | Added a bunch of .lzma test files. | Lasse Collin | 17 | -0/+0 | |
2007-12-09 | Fixed the tests to build with -Werror. | Lasse Collin | 6 | -12/+12 | |
2007-12-09 | Imported to git. | Lasse Collin | 9 | -0/+1969 | |