]> wimlib.net Git - wimlib/history - src/lz77.c
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / src / lz77.c
2014-01-01 Eric BiggersSeparate suffix array match-finder from LZX compressor
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-23 Eric BiggersCleanup
2013-12-13 Eric BiggersFix reading > 16 bits from bitstream
2013-12-12 Eric BiggersVariable LZX window sizes
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-12-09 Eric BiggersClean up other compression/decompression code
2013-11-17 Eric BiggersMerge experimental LZX compressor
2013-05-15 Eric Biggerslz77.c: Coding style
2013-05-15 Eric BiggersRefactor headers
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2012-12-20 Eric BiggersReplaced all "uint" with "unsigned"
2012-12-16 Eric BiggersRe-organize code