mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -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
|
||
|---|---|---|
| .. | ||
| main.c | ||
| test.h | ||
| test_0.c | ||
| test_basic.c | ||
| test_copy.c | ||
| test_empty_mtree.c | ||
| test_getdate.c | ||
| test_help.c | ||
| test_option_b.c | ||
| test_option_C_upper.c | ||
| test_option_exclude.c | ||
| test_option_gid_gname.c | ||
| test_option_H_upper.c | ||
| test_option_k.c | ||
| test_option_keep_newer_files.c | ||
| test_option_keep_newer_files.tar.Z.uu | ||
| test_option_L_upper.c | ||
| test_option_n.c | ||
| test_option_newer_than.c | ||
| test_option_O_upper.c | ||
| test_option_q.c | ||
| test_option_r.c | ||
| test_option_s.c | ||
| test_option_s.tar.Z.uu | ||
| test_option_T_upper.c | ||
| test_option_U_upper.c | ||
| test_option_uid_uname.c | ||
| test_option_X_upper.c | ||
| test_patterns.c | ||
| test_patterns_2.tar.uu | ||
| test_patterns_3.tar.uu | ||
| test_patterns_4.tar.uu | ||
| test_print_longpath.c | ||
| test_print_longpath.tar.Z.uu | ||
| test_stdio.c | ||
| test_strip_components.c | ||
| test_symlink_dir.c | ||
| test_version.c | ||