/
githubmirror
/
libarchive
ОбзорДокументацияВойти
/
githubmirror
/
libarchive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libarchive/
contrib/
..
android

libarchive_fe: Import FreeBSD's fnmatch

2 месяца назад
oss-fuzz

Improve write-disk fuzzer coverage

3 месяца назад
psota-benchmark

contrib/psota-benchmark/tcp.sh is a bash script

год назад
shar

VCSid removal (#2017)

3 года назад
README

Clarify that Jan Psota's test reflects invalid results for "bsdtar compare" because that operation is not supported by bsdtar.

15 лет назад
archivetest.c

contrib/archivetest: add raw archive support and print file modes

3 года назад
libarchive.1aix53.spec

Spelling fixes from Ulrich Spoerlein

15 лет назад
libarchive.spec

Remove unnecessary `sharutils` dependency (#2571)

год назад
libarchive_autodetect-st_lib_archive.m4

Include 'examples' and 'contrib' dirs from libarchive portable distro.

18 лет назад
untar.c

Fix OOB read in contrib/untar.c parseoct()

5 месяцев назад
README
Many people have graciously sent me configuration
files, small programs that use libarchive, and other
useful and interesting tidbits.
 
I do not support or use any of these; but if you can use them, enjoy!
 
======================================================================
 
From: Andre Stechert <andre@splunk.com>
 
libarchive_autodetect-st_lib_archive.m4
 
M4 macros for use with autoconf to detect whether a suitable
version of libarchive is installed on this system.
 
 
======================================================================
 
libarchive.spec
 
An RPM ".spec" file for building libarchive on most systems.
This apparently was originally developed by a group at pld-linux.org.
Several people have sent me different versions of this file.
 
======================================================================
 
From: Robert Meier <rm1023@dcx.com>
 
libarchive.1aix53.spec
 
As above, for use on AIX5.3.
 
======================================================================
 
psota-benchmark
 
Some scripts used by Jan Psota in benchmarking
various tar implementations.
 
I've edited his results slightly to correctly reflect that
bsdtar does not support a "compare" operation.
 
======================================================================
 
shar
 
A simple shar program written on top of libarchive.
 
======================================================================
 
untar.c
 
A very simple and very portable standalone program that can
extract basic ustar archives.
This does not use libarchive and so can be used to extract
the libarchive distribution on any system that has a C compiler
but does not have a tar program.
 
======================================================================