Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 1 | -1/+2 | |
table-based version from LZMA SDK 4.57. This should be fast on most systems. A simpler and smaller alternative version is also provided. On some CPUs this can be even a little faster than the default table-based version (see comments in fastpos.h), but on most systems the table-based code is faster. | |||||
2008-01-15 | Removed a few unused macros from lzma_common.h. | Lasse Collin | 1 | -6/+2 | |
2008-01-04 | Added support for flush marker, which will be in files | Lasse Collin | 1 | -0/+4 | |
that use LZMA_SYNC_FLUSH with encoder (not implemented yet). This is a new feature in the raw LZMA format, which isn't supported by old decoders. This shouldn't be a problem in practice, since lzma_alone_encoder() will not allow LZMA_SYNC_FLUSH, and thus not allow creating files on decodable with old decoders. Made lzma_decoder.c to require tab width of 4 characters if one wants to fit the code in 80 columns. This makes the code easier to read. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+128 | |