]> wimlib.net Git - wimlib/history - src/lzms-common.c
lzms-common.c, lzms-compress.c: Use pthread_once()
[wimlib] / src / lzms-common.c
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