mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
Some of new features:
- New readers: RAR, LHA/LZH, CAB reader, 7-Zip
- New writers: ISO9660, XAR
- Improvements to many formats, especially including ISO9660 and Zip
- Stackable write filters to write, e.g., tar.gz.uu in a single pass
- Exploit seekable input; new "seekable" Zip reader can exploit the Zip
Central Directory when it's available; the old "streamable" Zip reader
is still fully supported for cases where seeking is not possible.
Full release notes available at:
https://github.com/libarchive/libarchive/wiki/ReleaseNotes
|
||
|---|---|---|
| .. | ||
| err.c | ||
| err.h | ||
| lafe_platform.h | ||
| line_reader.c | ||
| line_reader.h | ||
| matching.c | ||
| matching.h | ||
| pathmatch.c | ||
| pathmatch.h | ||