Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Up the compression threshold to 64K so we avoid it for all but the largest | Reid Spencer | 2004-11-30 | 1 | -1/+1 |
* | Remove zlib support in favor of our own bzip2 library | Reid Spencer | 2004-11-25 | 1 | -177/+77 |
* | Allow this to compile even on machines that HAVE the bzlib library but do | Reid Spencer | 2004-11-19 | 1 | -5/+11 |
* | Implement the high level interface to make (de)compression easier. | Reid Spencer | 2004-11-14 | 1 | -9/+181 |
* | Tune compression: | Reid Spencer | 2004-11-09 | 1 | -2/+2 |
* | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer | 2004-10-04 | 1 | -159/+20 |
* | Add a context for the callback so different compression scenarios can be | Reid Spencer | 2004-10-04 | 1 | -18/+18 |
* | Fix build if not HAVE_BZIP2 | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
* | First version of a support utility to provide generalized compression in | Reid Spencer | 2004-10-04 | 1 | -0/+526 |