Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -40/+24 | |
- 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-03-24 | Replaced the range decoder optimization that used arithmetic | Lasse Collin | 1 | -36/+0 | |
right shift with as fast version that doesn't need arithmetic right shift. Removed the related check from configure.ac. | |||||
2008-03-22 | Added autoconf check to detect if we can use arithmetic | Lasse Collin | 1 | -0/+36 | |
right shift for optimizations. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 2 | -0/+362 | |