summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/zlib.h
Commit message (Collapse)AuthorAgeFilesLines
* [deflate] Remove userptr_t from decompression codeMichael Brown2025-04-221-3/+3
| | | | | | | Simplify the deflate, zlib, and gzip decompression code by assuming that all content is fully accessible via pointer dereferences. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [zlib] Add support for zlib archive imagesMichael Brown2021-05-081-0/+43
Signed-off-by: Michael Brown <mcb30@ipxe.org>