Age | Commit message (Expand) | Author | Files | Lines |
2010-09-26 | Fix the preset -3e. | Lasse Collin | 1 | -0/+1 |
2010-09-04 | Don't set lc=4 with --extreme. | Lasse Collin | 1 | -1/+0 |
2010-09-03 | Tweak the compression presets -0 .. -5. | Lasse Collin | 1 | -10/+19 |
2010-05-26 | Rename MIN() and MAX() to my_min() and my_max(). | Lasse Collin | 3 | -9/+9 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 6 | -7/+7 |
2009-11-22 | Make fastpos.h use tuklib_integer.h instead of bsr.h | Lasse Collin | 1 | -4/+1 |
2009-11-15 | Fix wrong indentation caused by incorrect settings | Lasse Collin | 2 | -4/+4 |
2009-11-14 | Fix a design error in liblzma API. | Lasse Collin | 2 | -26/+34 |
2009-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 3 | -3/+3 |
2009-09-11 | Fix a couple of warnings. | Lasse Collin | 2 | -5/+5 |
2009-06-30 | Build system fixes | Lasse Collin | 2 | -51/+43 |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -4/+4 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 16 | -184/+72 |
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 2 | -2/+2 |
2009-01-27 | Added initial support for preset dictionary for raw LZMA1 | Lasse Collin | 5 | -14/+28 |
2009-01-19 | Move some LZMA2 constants to lzma2_encoder.h so that they | Lasse Collin | 3 | -14/+16 |
2009-01-19 | Remove dead code. | Lasse Collin | 1 | -8/+0 |
2008-12-27 | Revert a change made in 3b34851de1eaf358cf9268922fa0eeed8278d680 | Lasse Collin | 1 | -15/+8 |
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 2 | -38/+17 |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 1 | -3/+3 |
2008-12-15 | Fix data corruption in LZMA2 decoder. | Lasse Collin | 1 | -4/+11 |
2008-12-09 | Make the memusage functions of LZMA1 and LZMA2 encoders | Lasse Collin | 3 | -16/+35 |
2008-12-01 | Make the memusage functions of LZMA1 and LZMA2 decoders | Lasse Collin | 3 | -9/+17 |
2008-12-01 | LZMA2 decoder cleanups. Make it require new LZMA properties | Lasse Collin | 1 | -54/+41 |
2008-10-07 | Made the preset numbering more logical in liblzma API. | Lasse Collin | 1 | -1/+2 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 9 | -123/+112 |
2008-09-17 | Miscellaneous LZ and LZMA encoder cleanups | Lasse Collin | 3 | -101/+23 |
2008-09-13 | Renamed constants: | Lasse Collin | 3 | -14/+14 |
2008-08-31 | Fix wrong pointer calculation in LZMA encoder. | Lasse Collin | 1 | -1/+3 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 21 | -2334/+3425 |
2008-06-20 | Remove some redundant code from LZMA encoder. | Lasse Collin | 1 | -14/+1 |
2008-06-19 | Add limit of lc + lp <= 4. Now we can allocate the | Lasse Collin | 5 | -90/+34 |
2008-06-18 | Comments | Lasse Collin | 1 | -5/+2 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 2 | -5/+18 |
2008-06-11 | Fix uninitialized variable in LZMA encoder. This was | Lasse Collin | 1 | -0/+2 |
2008-06-01 | Fix a buffer overflow in the LZMA encoder. It was due to my | Lasse Collin | 5 | -318/+320 |
2008-04-24 | Added two assert()s. | Lasse Collin | 1 | -1/+3 |
2008-04-24 | Fix fastpos problem in Makefile.am when built with --enable-small. | Lasse Collin | 1 | -1/+4 |
2008-03-22 | Update a comment to use the variable name rep_len_decoder. | Lasse Collin | 1 | -1/+1 |
2008-03-22 | Demystified the "state" variable in LZMA code. Use the | Lasse Collin | 6 | -70/+107 |
2008-03-14 | Fix data corruption in LZMA encoder. Note that this bug was | Lasse Collin | 1 | -0/+4 |
2008-03-11 | Apply a minor speed optimization to LZMA decoder. | Lasse Collin | 1 | -42/+43 |
2008-03-10 | Really fix the price count initialization. | Lasse Collin | 1 | -2/+2 |
2008-03-10 | Initialize align_price_count and match_price_count in | Lasse Collin | 1 | -0/+2 |
2008-02-28 | Remove two redundant validity checks from the LZMA decoder. | Lasse Collin | 1 | -19/+4 |
2008-01-18 | Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. | Lasse Collin | 1 | -25/+2 |
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 9 | -44/+746 |
2008-01-15 | Removed a few unused macros from lzma_common.h. | Lasse Collin | 1 | -6/+2 |
2008-01-15 | Fix a typo in lzma_encoder.c. | Lasse Collin | 1 | -1/+1 |
2008-01-15 | Convert bittree_get_price() and bittree_reverse_get_price() | Lasse Collin | 2 | -22/+13 |
2008-01-14 | Remove RC_BUFFER_SIZE from lzma_encoder_private.h | Lasse Collin | 1 | -2/+4 |
2008-01-14 | Major changes to LZ encoder, LZMA encoder, and range encoder. | Lasse Collin | 1 | -31/+43 |
2008-01-14 | In lzma_read_match_distances(), don't use | Lasse Collin | 1 | -3/+3 |
2008-01-14 | More fixes to LZMA decoder's flush marker handling. | Lasse Collin | 1 | -22/+30 |
2008-01-05 | Another bug fix for flush marker detection. | Lasse Collin | 1 | -1/+9 |
2008-01-04 | Fix stupid bugs in flush marker detection. | Lasse Collin | 1 | -3/+4 |
2008-01-04 | Added support for flush marker, which will be in files | Lasse Collin | 2 | -117/+104 |
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -36/+6 |
2007-12-09 | Imported to git. | Lasse Collin | 14 | -0/+3309 |