]> wimlib.net Git - wimlib/history - src/lzms-common.c
Use LGPLv3+ for src/*.c
[wimlib] / src / lzms-common.c
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-09-14 Eric BiggersCompression updates
2014-07-26 Eric Biggerslzms-common.c: Don't process first byte in x86 filter
2014-07-26 Eric Biggerslzms-common.c: Add comment to lzms_x86_filter()
2014-06-07 Eric BiggersMerge branch 'lz_bt'
2014-06-05 Eric Biggerslzms-common.c, lzms-compress.c: Use pthread_once()
2014-01-12 Eric BiggersLZMS: Do not do x86 translations starting in last...
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-02 Eric BiggersUpdate LZMS compressor
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