]> wimlib.net Git - wimlib/history - src/lz77.c
Fix reading > 16 bits from bitstream
[wimlib] / src / lz77.c
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