]> wimlib.net Git - wimlib/history - src/decompress_common.c
ntfs-3g_apply.c: inform user about yet another possible NTFS-3G bug
[wimlib] / src / decompress_common.c
2016-04-27 Eric BiggersUse more comprehensive public domain dedications
2015-10-19 Eric BiggersFix various typos
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-07-20 Eric Biggersmake_huffman_decode_table(): Note that 'lens' may alias...
2015-01-03 Eric BiggersMisc. cleanups
2014-12-16 Eric BiggersRemove support for --enable-more-assertions configure...
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-12-10 Eric Biggersportability and compression cleanups
2014-11-11 Eric BiggersSilence compiler warning in make_huffman_decode_table()
2014-08-07 Eric Biggersdecompress_common.c: Don't include error.h
2014-07-03 Eric BiggersPlace common decompression/compression code in public...
2014-06-08 Eric Biggersdecompress_common.c: Add util.h back
2014-06-08 Eric BiggersA few comment fixes
2014-06-08 Eric BiggersRemove a few unnecessary includes
2014-05-27 Eric BiggersFaster Huffman symbol decoding
2014-05-27 Eric BiggersLZX, XPRESS decompression: Return 0 bits on overrun
2013-12-25 Eric BiggersNew compression/decompression API