NetBSD/usr.bin/vndcompress
riastradh 9b8e93bfa9 Emphasize that MAX_WINDOW_SIZE is bounded by the maximum uint32_t.
Since we store window sizes in uint32_t, the maximum had better fit
in uint32_t!
2017-04-16 23:43:57 +00:00
..
common.h Emphasize that MAX_WINDOW_SIZE is bounded by the maximum uint32_t. 2017-04-16 23:43:57 +00:00
main.c Rename block size option from -s' to -b'. 2014-01-22 06:17:25 +00:00
Makefile Fix vndcompress restart failure fallback when input is a pipe. 2014-11-18 03:48:17 +00:00
offtab.c Get SIZE_MAX and OFF_MAX straight... 2014-01-25 16:38:15 +00:00
offtab.h Implement machinery for fixed-size windows into the offset table. 2014-01-22 06:15:22 +00:00
utils.c Simplify. 2017-03-21 13:56:38 +00:00
utils.h Implement machinery for fixed-size windows into the offset table. 2014-01-22 06:15:22 +00:00
vndcompress.1 Bump date on vndcompress(1) man page. 2014-01-22 06:18:17 +00:00
vndcompress.c need <sys/stat.h> 2017-01-10 21:15:54 +00:00
vnduncompress.c Fix some more integer overflow/truncation issues. 2014-01-25 15:31:06 +00:00