summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive.h.in
Commit message (Expand)AuthorAgeFilesLines
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-33/+25
* New "version stamp" simplifies determining the exact versionkientzle2007-07-061-15/+52
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-221-0/+1
* libarchive 2.2.3kientzle2007-05-291-0/+10
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-021-2/+2
* Overhaul of 'ar' support:kientzle2007-04-141-1/+1
* 'ar' format support for libarchive, contributed by Kai Wang.kientzle2007-04-031-0/+6
* Libarchive 2.0.23:kientzle2007-03-111-0/+2
* libarchive 2.0kientzle2007-03-031-11/+113
* Add support for a new archive format "empty" that reads empty files.kientzle2007-02-011-0/+2
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-051-0/+5
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",cperciva2006-12-281-2/+2
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).kientzle2006-11-261-1/+2
* New hooks for reading/writing archives to/from a FILE * orkientzle2006-11-241-0/+16
* Add archive_write_open_filename()/archive_read_open_filename() askientzle2006-11-151-7/+14
* Some minor corrections:kientzle2006-09-051-1/+12
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-3/+10
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-0/+1
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-111-1/+0
* Add support for "tp" format. tp was the standard systemkientzle2006-01-171-0/+1
* Fine-tune the format detection for CPIO and ISO9660 sub-types.kientzle2005-11-081-0/+4
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-131-2/+8
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-3/+5
* Support libarchive with C++ by adding appropriate conditionalkientzle2005-06-041-4/+14
* Basic support for ZIP archives.kientzle2005-01-251-2/+4
* Set the format code and name correctly for:kientzle2005-01-231-0/+2
* First cut support for extracting from ISO9660 disk images.kientzle2005-01-021-0/+1
* Revert 1.18: It broke Athlon64 builds, whichkientzle2004-10-181-1/+2
* Correct the return type of archive_write_datakientzle2004-10-171-1/+1
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-071-4/+10
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-071-2/+2
* Add some functions to query basic facts about the library:kientzle2004-07-241-6/+24
* More cleanup work on permissions restore:kientzle2004-06-271-0/+2
* Read gtar-style sparse archives.kientzle2004-06-271-3/+3
* Linux (at least Debian) requires sys/types.h to get off_t.kientzle2004-06-071-0/+1
* Refactor read_data:kientzle2004-06-021-0/+8
* Add prototypes for .Z compression support.kientzle2004-05-271-0/+2
* Add hook for a client-provided progress callback to be invokedkientzle2004-05-131-0/+2
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-031-6/+6
* Add statistics: track offset in compressed and uncompressed archive,kientzle2004-04-281-0/+5
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-3/+3
* Many fixes:kientzle2004-03-191-3/+2
* Many fixes.kientzle2004-03-091-0/+14
* Remove last evidence of a long-dead function.kientzle2004-03-061-9/+0
* Add ARCHIVE_EXTRACT_UNLINK option to permit clients tokientzle2004-03-061-0/+1
* Initial import of libarchive.kientzle2004-02-091-0/+266
OpenPOWER on IntegriCloud