freebsd-src/lib/libarchive
2008-08-10 21:14:26 +00:00
..
test Correct test_tar_large so it works correctly with the libarchive 1.x API. 2008-08-10 21:14:26 +00:00
archive.h libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5. 2008-07-05 01:50:40 +00:00
archive_check_magic.c Style: bare "unsigned" is deprecated, use "unsigned int" instead. 2007-04-02 00:15:45 +00:00
archive_endian.h MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_entry.3 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_entry.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_entry.h MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_entry_copy_stat.c
archive_entry_link_resolver.c Fix the new generic link resolver in libarchive to never match 2008-06-15 04:31:43 +00:00
archive_entry_private.h MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_entry_stat.c
archive_entry_strmode.c Mark hardlinks that lack any other interesting filetype information 2008-06-15 05:14:01 +00:00
archive_platform.h MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_private.h Mark functions as __dead2 in order to help the LLVM static checker 2008-08-04 01:25:48 +00:00
archive_read.3 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_read.c Remove some unused fields from the private archive_read structure 2008-03-12 04:58:32 +00:00
archive_read_data_into_fd.c Check that lseek(2) succeeds and puts us where we expect. [1] 2008-05-23 05:01:29 +00:00
archive_read_extract.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_read_open_fd.c
archive_read_open_file.c
archive_read_open_filename.c Include O_BINARY in open() calls on platforms that support it. 2008-02-19 06:10:48 +00:00
archive_read_open_memory.c
archive_read_private.h Update a comment: the format bid only runs once per archive; it no 2008-03-15 11:09:16 +00:00
archive_read_support_compression_all.c
archive_read_support_compression_bzip2.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_read_support_compression_compress.c
archive_read_support_compression_gzip.c Correct a compile error when libbz2/zlib are unavailable. 2008-02-19 05:44:59 +00:00
archive_read_support_compression_none.c Update libarchive to 2.4.10. This includes a number of improvements 2007-12-30 04:58:22 +00:00
archive_read_support_compression_program.c A number of minor corrections to the support for external compression 2008-06-15 10:45:57 +00:00
archive_read_support_format_all.c Update libarchive to 2.4.10. This includes a number of improvements 2007-12-30 04:58:22 +00:00
archive_read_support_format_ar.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_read_support_format_cpio.c Support uppercase hex digits in cpio archives. 2008-01-15 04:56:48 +00:00
archive_read_support_format_empty.c
archive_read_support_format_iso9660.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_read_support_format_mtree.c MfP4: Joerg Sonnenberg's extensions to the mtree support for more 2008-06-21 19:06:37 +00:00
archive_read_support_format_tar.c Garbage collect a variable which is assigned a value once but otherwise 2008-07-10 09:50:55 +00:00
archive_read_support_format_zip.c More explicit error message. 2008-06-30 16:19:26 +00:00
archive_string.c Rework the my_mbtowc_utf8() support function to fully match the mbtowc() 2008-06-15 11:28:56 +00:00
archive_string.h Portability: wchar_t is defined in stdlib.h on some systems. 2008-06-15 05:11:08 +00:00
archive_string_sprintf.c Add a useful sprintf()-style wrapper around 2008-03-14 22:00:09 +00:00
archive_util.3 Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns. 2008-03-10 14:44:41 +00:00
archive_util.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_virtual.c
archive_write.3 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_write.c Don't advertise the default block size as a constant; don't 2008-03-14 23:09:02 +00:00
archive_write_disk.3 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
archive_write_disk.c When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always 2008-07-05 01:48:33 +00:00
archive_write_disk_private.h
archive_write_disk_set_standard_lookup.c
archive_write_open_fd.c
archive_write_open_file.c
archive_write_open_filename.c Portability: Include O_BINARY if the local platform defines it. 2008-02-19 05:46:58 +00:00
archive_write_open_memory.c
archive_write_private.h Remove the duplicate "archive_format" and "archive_format_name" fields 2008-03-15 11:04:45 +00:00
archive_write_set_compression_bzip2.c Update libarchive to 2.4.10. This includes a number of improvements 2007-12-30 04:58:22 +00:00
archive_write_set_compression_compress.c Support for writing 'compress' format, thanks to Joerg Sonnenberger. 2008-03-14 20:35:38 +00:00
archive_write_set_compression_gzip.c Sanity-check the block size. 2008-02-21 03:21:50 +00:00
archive_write_set_compression_none.c Update libarchive to 2.4.10. This includes a number of improvements 2007-12-30 04:58:22 +00:00
archive_write_set_compression_program.c A number of minor corrections to the support for external compression 2008-06-15 10:45:57 +00:00
archive_write_set_format.c
archive_write_set_format_ar.c MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers 2008-08-10 02:06:28 +00:00
archive_write_set_format_by_name.c
archive_write_set_format_cpio.c Remove the duplicate "archive_format" and "archive_format_name" fields 2008-03-15 11:04:45 +00:00
archive_write_set_format_cpio_newc.c Remove the duplicate "archive_format" and "archive_format_name" fields 2008-03-15 11:04:45 +00:00
archive_write_set_format_pax.c MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers 2008-08-10 02:06:28 +00:00
archive_write_set_format_shar.c Remove the duplicate "archive_format" and "archive_format_name" fields 2008-03-15 11:04:45 +00:00
archive_write_set_format_ustar.c MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
config_freebsd.h Remove a couple of capability definitions that are never used. 2008-07-05 01:50:07 +00:00
COPYING
cpio.5 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
filter_fork.c A number of minor corrections to the support for external compression 2008-06-15 10:45:57 +00:00
filter_fork.h
libarchive-formats.5 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +00:00
libarchive.3
libarchive_internals.3 Update libarchive to 2.4.10. This includes a number of improvements 2007-12-30 04:58:22 +00:00
Makefile archive.h is no longer constructed from archive.h.in, 2008-06-15 05:05:53 +00:00
README
tar.5 MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more 2008-05-26 17:00:24 +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.