Age | Commit message (Expand) | Author |
---|---|---|
2005-01-08 | Do not throw away bits for no reason | Chris Lattner |
2004-11-30 | Up the compression threshold to 64K so we avoid it for all but the largest | Reid Spencer |
2004-11-25 | Remove zlib support in favor of our own bzip2 library | Reid Spencer |
2004-11-19 | Allow this to compile even on machines that HAVE the bzlib library but do | Reid Spencer |
2004-11-14 | Implement the high level interface to make (de)compression easier. | Reid Spencer |
2004-11-09 | Tune compression: | Reid Spencer |
2004-10-04 | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer |
2004-10-04 | Add a context for the callback so different compression scenarios can be | Reid Spencer |
2004-10-04 | Fix build if not HAVE_BZIP2 | Chris Lattner |
2004-10-04 | First version of a support utility to provide generalized compression in | Reid Spencer |