summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 2.0.23:kientzle2007-03-117-157/+145
* New tests for system-independent ACL support.kientzle2007-03-083-0/+744
* Distinguish between the end of ACL data and an error in pullingkientzle2007-03-081-1/+1
* libarchive 2.0kientzle2007-03-0372-2434/+7206
* Force the umask to something predictable while creating objectskientzle2007-03-021-1/+2
* Because the buffer gets released immediately, I need tokientzle2007-03-013-1/+8
* If (a == NULL), don't dereference (a) to record an error message. [1]cperciva2007-02-052-4/+7
* Add support for a new archive format "empty" that reads empty files.kientzle2007-02-016-11/+109
* Correct the int->text conversion. <sigh>kientzle2007-01-131-1/+1
* Fix the copyright notice; it was always intended to bekientzle2007-01-0951-136/+93
* 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
OpenPOWER on IntegriCloud