summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Special case to support hard-coded configuration for building on Windows.kientzle2007-01-071-0/+3
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-056-0/+46
* Convert compression_skip from taking a size_t skip length request andcperciva2007-01-044-12/+15
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipcperciva2007-01-031-18/+16
* Quiet a compiler warning where (off_t + size_t) has a different signcperciva2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). Thiscperciva2007-01-031-1/+22
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",cperciva2006-12-288-11/+11
* Minor refactoring; move the FreeBSD-specific config info intokientzle2006-12-082-78/+106
* Argh. Restore a stat() call that was erroneously removed.kientzle2006-12-041-0/+6
* Improve support for large ISOs:kientzle2006-11-271-4/+25
* Bump the libarchive version number, correct the shell hackery to breakkientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).kientzle2006-11-2610-34/+91
* Unbreak libarchive on arm. Two parts of libarchive relied on akientzle2006-11-263-197/+284
* Connect four new files to the build.kientzle2006-11-241-1/+9
* Fill in a couple of missing casts: clarify one narrowing conversionkientzle2006-11-242-4/+4
* A few minor clarifications and corrections.kientzle2006-11-241-4/+20
* A few minor corrections to the libarchive.3 overview page.kientzle2006-11-241-7/+10
* Document the new _open_FILE() and _open_memory() interfaces.kientzle2006-11-243-11/+75
* New hooks for reading/writing archives to/from a FILE * orkientzle2006-11-245-211/+354
* Officially rename archive_{read,write}_open_file() tokientzle2006-11-203-9/+17
* Add archive_write_open_filename()/archive_read_open_filename() askientzle2006-11-155-7/+40
* Style: Use the correct type for a sizeof() variable.kientzle2006-11-151-1/+1
* Change the internal API for writing data to an entry; make thekientzle2006-11-156-19/+28
* No change in functionality, but fill in a missing errorkientzle2006-11-131-1/+6
* These files no longer use internal APIs, so no longer need to includekientzle2006-11-136-6/+0
* Minor cleanup of the standard read/write I/O modules:kientzle2006-11-136-116/+83
* Correctly handle writing very large blocks (>1M) through to a diskkientzle2006-11-121-1/+3
* Portability and style fixes:kientzle2006-11-1034-214/+514
* Fix infinite loop in corrupt archives handling in libarchive(3).simon2006-11-081-4/+16
* Eliminate documentation references to a non-existent function.kientzle2006-11-062-2/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDkientzle2006-11-061-6/+3
* Remove an unused declaration.kientzle2006-11-061-2/+0
* Performance: If the dir mode requested is "reasonable", then justkientzle2006-10-041-49/+89
* Markup fixes.ru2006-09-171-1/+2
* Some minor corrections:kientzle2006-09-0510-41/+127
* When skipping data, track the position in the bytestream correctly.kientzle2006-08-291-1/+2
* If skip_file_dev and skip_file_ino haven't been set (are still == 0),kientzle2006-08-011-1/+3
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-0/+3
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-3011-11/+287
* Don't mention 'pax' in the context of POSIX-1988, sincekientzle2006-07-291-5/+4
* Remove mention of 'tp' format, since that support has beenkientzle2006-07-291-10/+0
* Simplify some of the wide-character handling, inspiredkientzle2006-05-013-62/+40
* Whitespace cleanup.kientzle2006-05-011-2/+2
* Even if a system does not support restoring extended attributes,kientzle2006-03-221-2/+4
* POSIX.1e-style Extended Attribute supportkientzle2006-03-2110-37/+628
* Remove automake source from FreeBSD tree.kientzle2006-03-121-72/+0
* The idea of supporting 'tp' was a fun one, but it iskientzle2006-03-113-621/+0
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-085-232/+38
* Minor fixes to the code that generates an internal ustar filenamekientzle2006-02-141-21/+22
* Extract device number information from SVR4 CPIO archives.kientzle2006-02-141-0/+6
OpenPOWER on IntegriCloud