Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-07 | Add lots of "static" annotations, make a couple things use FLAG() macros, etc. | Rob Landley | |
2020-12-14 | Follow RFC1952 when consuming gzip header | Puck Meerburg | |
The FEXTRA field, indicated by bit 2 of the flag byte, contains arbitrary extra data, prefixed by a 16-bit length value. The previous code skipped over the length, but not the actual contents, breaking decompression of certain files. | |||
2019-04-22 | struct deflate no longer lives in TT so must be explicitly zeroed, and use | Rob Landley | |
libbuf instead of toybuf in lib/ | |||
2018-08-02 | Move pending/compress.c to lib/deflate.c, first pass at genericizing it. | Rob Landley | |