freebsd-src/lib/libarchive
2009-12-28 03:03:00 +00:00
..
test Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logic 2009-09-08 05:02:41 +00:00
archive.h New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_check_magic.c Portability: terminate abnormally via abort() instead of segfault, 2009-12-28 02:20:23 +00:00
archive_endian.h Compatibility: I found some more compilers that don't like 'inline' keyword. 2009-12-28 02:17:15 +00:00
archive_entry.3
archive_entry.c Various portability fixes, plus: 2009-12-28 02:41:27 +00:00
archive_entry.h Various portability fixes, plus: 2009-12-28 02:41:27 +00:00
archive_entry_copy_stat.c Merge r552,r559 from libarchive.googlecode.com: Support high-resolution 2009-03-07 00:52:02 +00:00
archive_entry_link_resolver.c
archive_entry_private.h Various portability fixes, plus: 2009-12-28 02:41:27 +00:00
archive_entry_stat.c Merge r552,r559 from libarchive.googlecode.com: Support high-resolution 2009-03-07 00:52:02 +00:00
archive_entry_strmode.c
archive_entry_xattr.c Various portability fixes, plus: 2009-12-28 02:41:27 +00:00
archive_platform.h Portability: 2009-12-28 02:22:04 +00:00
archive_private.h New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_read.3 Merge r991 from libarchive.googlecode.com: Various updates 2009-04-27 20:13:13 +00:00
archive_read.c New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_read_data_into_fd.c
archive_read_disk.3 Merge from libarchive.googlecode.com r756,r761: 2009-04-12 05:04:02 +00:00
archive_read_disk.c Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590 2009-03-06 04:35:31 +00:00
archive_read_disk_entry_from_file.c Sync with googlecode some changes that have no impact on FreeBSD. 2009-12-28 02:14:09 +00:00
archive_read_disk_private.h Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590 2009-03-06 04:35:31 +00:00
archive_read_disk_set_standard_lookup.c Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r(). 2009-04-17 01:01:15 +00:00
archive_read_extract.c
archive_read_open_fd.c Merge r1052,r1055 from libarchive.googlecode.com: 2009-04-27 18:33:08 +00:00
archive_read_open_file.c Portability: Set the file descriptor to binary mode on Win32 2009-12-28 02:28:44 +00:00
archive_read_open_filename.c Portability: Set the file descriptor to binary mode on Win32 2009-12-28 02:28:44 +00:00
archive_read_open_memory.c
archive_read_private.h Allow more formats to be active at a time; discourage outside use. 2009-12-28 02:18:55 +00:00
archive_read_support_compression_all.c Implement command-line fallbacks for gzip and bzip2 decompression as well. 2009-04-17 00:55:52 +00:00
archive_read_support_compression_bzip2.c Implement command-line fallbacks for gzip and bzip2 decompression as well. 2009-04-17 00:55:52 +00:00
archive_read_support_compression_compress.c Eliminate an unused assignment. 2009-12-28 02:29:21 +00:00
archive_read_support_compression_gzip.c Catch certain gzip failures at close time. 2009-12-28 02:05:28 +00:00
archive_read_support_compression_none.c MfP4: Big read filter refactoring. 2008-12-06 06:45:15 +00:00
archive_read_support_compression_program.c Merge from libarchive.googlecode.com r791, r879, r884, r948: Various 2009-04-12 05:47:23 +00:00
archive_read_support_compression_xz.c Merge r1052,r1055 from libarchive.googlecode.com: 2009-04-27 18:33:08 +00:00
archive_read_support_format_all.c
archive_read_support_format_ar.c Merge r668 from libarchive.googlecode.com: Style correction to the 2009-03-06 06:14:44 +00:00
archive_read_support_format_cpio.c Merge two cpio fixes from libarchive.googlecode.com: 2009-12-10 06:42:28 +00:00
archive_read_support_format_empty.c Remove an unused variable. 2009-04-26 18:24:14 +00:00
archive_read_support_format_iso9660.c Update tests to match r195873, which corrected how hardlinked files 2009-09-08 04:52:12 +00:00
archive_read_support_format_mtree.c Reading an mtree file is supposed to provide 2009-04-26 18:57:50 +00:00
archive_read_support_format_raw.c Merge r990,r1044 from libarchive.googlecode.com: 2009-04-27 20:09:05 +00:00
archive_read_support_format_tar.c Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: 2009-04-27 18:27:54 +00:00
archive_read_support_format_zip.c Merge r541,r542 from libarchive.googlecode.com: Two sign mismatches 2009-03-06 06:13:25 +00:00
archive_string.c Remove an unused variable and an unnecessary increment. 2009-12-28 02:33:22 +00:00
archive_string.h Discourage outside use of this internal header. 2009-12-28 02:26:06 +00:00
archive_string_sprintf.c Merge r505 from libarchive.googlecode.com: Fix %ju support. Simplify 2009-03-06 05:14:55 +00:00
archive_util.3 New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_util.c New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_virtual.c New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
archive_write.3 Merge from libarchive.googlecode.com: Numerous fixes to the 2009-04-17 00:42:45 +00:00
archive_write.c Use new ino64 interface. 2009-12-28 03:03:00 +00:00
archive_write_disk.3
archive_write_disk.c Fix a minor memory leak. 2009-04-17 00:44:03 +00:00
archive_write_disk_private.h Discourage people from using this header outside of libarchive. 2009-12-28 02:17:53 +00:00
archive_write_disk_set_standard_lookup.c Compatibility fix for some older systems with non-POSIX getgrnam_r/getpwnam_r 2009-12-28 02:09:57 +00:00
archive_write_open_fd.c Portability: Set the file descriptor to binary mode on Win32 2009-12-28 02:28:44 +00:00
archive_write_open_file.c
archive_write_open_filename.c Merge from libarchive.googlecode.com: If we're 2009-04-17 00:39:35 +00:00
archive_write_open_memory.c
archive_write_private.h Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: 2009-03-06 05:58:56 +00:00
archive_write_set_compression_bzip2.c Remove dead assignment. 2009-12-28 02:22:41 +00:00
archive_write_set_compression_compress.c
archive_write_set_compression_gzip.c Remove a dead assignment. 2009-12-28 02:04:42 +00:00
archive_write_set_compression_none.c Remove some unused variables and dead assignments. 2009-12-28 02:03:54 +00:00
archive_write_set_compression_program.c Merge from libarchive.googlecode.com: Mostly a bunch of 2009-04-12 05:33:34 +00:00
archive_write_set_compression_xz.c Merge new xz/lzma support from libarchive.googlecode.com. 2009-04-17 00:54:35 +00:00
archive_write_set_format.c
archive_write_set_format_ar.c Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: 2009-03-06 05:58:56 +00:00
archive_write_set_format_by_name.c
archive_write_set_format_cpio.c ino_t varies across platforms; casting (int) here avoids 2009-04-27 19:14:43 +00:00
archive_write_set_format_cpio_newc.c Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: 2009-03-06 05:58:56 +00:00
archive_write_set_format_mtree.c Rely on OpenSSL bits only if we're building a system with OpenSSL. 2009-04-18 06:06:47 +00:00
archive_write_set_format_pax.c Merge r1021 from libarchive.googlecode.com: 2009-04-27 18:35:03 +00:00
archive_write_set_format_shar.c Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: 2009-03-06 05:58:56 +00:00
archive_write_set_format_ustar.c Merge r1021 from libarchive.googlecode.com: 2009-04-27 18:35:03 +00:00
config_freebsd.h Update the hard-coded configuration for libarchive. 2009-12-28 02:01:42 +00:00
COPYING
cpio.5
filter_fork.c
filter_fork.h Enforce this as an internal-only header. 2009-12-28 02:18:26 +00:00
libarchive-formats.5 Update format manpages for libarchive. 2009-12-28 01:50:23 +00:00
libarchive.3
libarchive_internals.3
Makefile New archive_file_count() utility. 2009-12-28 02:58:14 +00:00
README
tar.5 Update format manpages for libarchive. 2009-12-28 01:50:23 +00:00

$FreeBSD$

libarchive: a library for reading and writing streaming archives

This is all under a BSD license.  Use, enjoy, but don't blame me if it breaks!

Documentation:
 * libarchive.3 gives an overview of the library as a whole
 * archive_read.3, archive_write.3, and archive_write_disk.3 provide
   detailed calling sequences for the read and write APIs
 * archive_entry.3 details the "struct archive_entry" utility class
 * libarchive-formats.5 documents the file formats supported by the library
 * tar.5 provides some detailed information about a variety of different
   "tar" formats.

You should also read the copious comments in "archive.h" and the source
code for the sample "bsdtar" and "minitar" programs for more details.
Please let me know about any errors or omissions you find.

Currently, the library automatically detects and reads the following:
  * gzip compression
  * bzip2 compression
  * compress/LZW compression
  * GNU tar format (including GNU long filenames, long link names, and
    sparse files)
  * Solaris 9 extended tar format (including ACLs)
  * Old V7 tar archives
  * POSIX ustar
  * POSIX pax interchange format
  * POSIX octet-oriented cpio
  * SVR4 ASCII cpio
  * Binary cpio (big-endian or little-endian)
  * ISO9660 CD-ROM images (with optional Rockridge extensions)
  * ZIP archives (with uncompressed or "deflate" compressed entries)

The library can write:
  * gzip compression
  * bzip2 compression
  * POSIX ustar
  * POSIX pax interchange format
  * "restricted" pax format, which will create ustar archives except for
    entries that require pax extensions (for long filenames, ACLs, etc).
  * POSIX octet-oriented cpio
  * shar archives

Notes:
 * This is a heavily stream-oriented system.  There is no direct
   support for in-place modification or random access and no intention
   of ever adding such support.  Adding such support would require
   sacrificing a lot of other features, so don't bother asking.

 * The library is designed to be extended with new compression and
   archive formats.  The only requirement is that the format be
   readable or writable as a stream and that each archive entry be
   independent.

 * On read, compression and format are always detected automatically.

 * I've attempted to minimize static link pollution.  If you don't
   explicitly invoke a particular feature (such as support for a
   particular compression or format), it won't get pulled in.
   In particular, if you don't explicitly enable a particular
   compression or decompression support, you won't need to link
   against the corresponding compression or decompression libraries.
   This also reduces the size of statically-linked binaries in
   environments where that matters.

 * On read, the library accepts whatever blocks you hand it.
   Your read callback is free to pass the library a byte at a time
   or mmap the entire archive and give it to the library at once.
   On write, the library always produces correctly-blocked
   output.

 * The object-style approach allows you to have multiple archive streams
   open at once.  bsdtar uses this in its "@archive" extension.

 * The archive itself is read/written using callback functions.
   You can read an archive directly from an in-memory buffer or
   write it to a socket, if you wish.  There are some utility
   functions to provide easy-to-use "open file," etc, capabilities.

 * The read/write APIs are designed to allow individual entries
   to be read or written to any data source:  You can create
   a block of data in memory and add it to a tar archive without
   first writing a temporary file.  You can also read an entry from
   an archive and write the data directly to a socket.  If you want
   to read/write entries to disk, the archive_write_disk interface
   treats a directory as if it were an archive so you can copy
   from archive->disk using the same code you use for archive->archive
   transfers.

 * Note: "pax interchange format" is really an extended tar format,
   despite what the name says.