]> wimlib.net Git - wimlib/history - include/wimlib/lzms.h
lzms-compress.c: Don't underrun window when checking recent offsets
[wimlib] / include / wimlib / lzms.h
2014-06-08 Eric Biggerslzms-compress.c: Don't underrun window when checking...
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-01 Eric BiggersUpdate LZMS match-choosing
2014-01-01 Eric BiggersUpdate LZMS LRU queue handling
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-26 Eric BiggersShare LZMS x86 filter between compressor and decompressor
2013-12-23 Eric BiggersCleanup
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersAdd kind-of-working LZMS decompression using cabinet...