Commit Graph

18 Commits

Author SHA1 Message Date
Tobias Stoeckmann f673faefaa
Fix typos (#2143)
Fix typos in comments, documentation, and error messages.
2024-04-25 11:22:45 +02:00
Adrian Vovk c157e4ce8e Port over FreeBSD's unzip utility
This allows libarchive to act as a drop-in replacement to Info-ZIP
2023-07-14 00:55:38 +02:00
Peter Kaestle 27bad82079 README: vulnerability on implicite directory creation
There's a race condition with the umask() execution in multi-threaded
use of the libarchive.
It's the users responsibility to mutex archive_write_disk_header()
call.

Signed-off-by: Peter Kaestle <peter.kaestle@nokia.com>
2023-07-14 00:35:05 +02:00
Kai 91bb3583b3 README.md: HTTP => HTTPS 2023-07-14 00:33:36 +02:00
Mostyn Bramley-Moore 5f329a3a72 7zip reader: add support for zstandard compression in 7z archives
Zstandard support is not yet available in 7-Zip, though it is planned
for a future release:
https://sourceforge.net/p/sevenzip/feature-requests/1580/

The compression ID used here (4F71101) is copied from a popular 7-Zip
fork, which added ZSTD support back in 2017, and is mentioned in the
upstream 7-Zip ticket linked above:
https://github.com/mcmilk/7-Zip-zstd.git

Note that this does not add write support for Zstandard compression
in 7z archives.

Relates to #1656.
2023-07-14 00:14:52 +02:00
Christian Hesse 287d0c2612 README: fix markdown syntax
Some markdown implementations (python-markdown) require an empty line
before lists, so just add these.
2022-04-08 21:55:27 +02:00
Tom Ivar Helbekkmo 85f0c98cae update top level docs with binary cpio support 2021-03-06 14:44:02 +01:00
Terrell Russell c37ac23c19
fix typo in README.md (#1373) 2020-04-26 02:50:23 +02:00
Martin Matuska 614110e76d
3.4.0 2019-06-11 21:53:23 +02:00
Martin Matuska a6e1e9dbc7
Add RAR 5.0 support to NEWS and README.md 2018-10-06 22:37:19 +02:00
Tim Kientzle 514a70cf3c
Merge pull request #1037 from NamedKitten/patch-1
Remove duplicate line in README.md
2018-09-08 12:24:51 -07:00
Tim Kientzle 07fbaa209e Update README and NEWS 2018-09-03 15:45:28 -07:00
NamedKitten de2068f232
Remove duplicate line in README.md
The format ""POSIX octet-oriented cpio was listed twice in the same list.
2018-07-17 17:29:11 +01:00
Tim Kientzle 6fd583026d Convert README to markdown 2016-09-04 09:36:39 -07:00
Tim Kientzle 24e2f6ba8b Convert README to markdown 2016-09-04 09:28:47 -07:00
Tim Kientzle 9a790ea878 Convert README to markdown 2016-09-03 11:33:50 -07:00
Tim Kientzle e2d91bede8 Convert README to markdown 2016-09-03 11:26:20 -07:00
Tim Kientzle 7b7c328441 Convert README to markdown 2016-09-03 11:10:15 -07:00