]> wimlib.net Git - wimlib/history - src/lzms_compress.c
tools/windeps: update Windows dependencies Makefile
[wimlib] / src / lzms_compress.c
2016-02-09 Eric BiggersMark functions containing only static assertions intent...
2015-12-05 Eric BiggersLZMS: always correctly handle misaligned buffers
2015-11-21 Eric BiggersAdjust names of get/put unaligned functions
2015-10-19 Eric BiggersFix various typos
2015-09-25 Eric BiggersSplit prefetch() into prefetchr() and prefetchw()
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-18 Eric BiggersUse 'restrict' on pointer arguments to all compress...
2015-08-08 Eric BiggersLZMS: share 'struct lzms_probabilities' between compres...
2015-02-25 Eric BiggersLZMS compression: a few minor cleanups
2015-02-24 Eric BiggersLZMS compression: use position instead of pointer for...
2015-02-19 Eric BiggersA few cleanups and fixes from recent changes
2015-02-15 Eric BiggersSupport "destructive" compression to save memory
2015-02-13 Eric BiggersRewrite of LZMS compressor
2015-01-31 Eric BiggersSuffix array based matchfinder updates
2015-01-25 Eric Biggersheader cleanups
2015-01-11 Eric BiggersMerge LZX compression updates
2015-01-03 Eric Biggerslzms_compress.c: honor LZMS_MAX_BUFFER_SIZE
2014-12-26 Eric BiggersAdjust naming of (de)compression files