aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Notice when mkdir() fails.Tim Kientzle2007-03-243-11/+73
* Fix compile error when libbz2 is unavailable.Tim Kientzle2007-03-241-1/+1
* Don't forget to increment the raw_position (bytes written) counter, evenColin Percival2007-03-171-0/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:Tim Kientzle2007-03-132-5/+11
* Libarchive 2.0.23:Tim Kientzle2007-03-117-157/+145
* New tests for system-independent ACL support.Tim Kientzle2007-03-083-0/+744
* Distinguish between the end of ACL data and an error in pullingTim Kientzle2007-03-081-1/+1
* libarchive 2.0Tim Kientzle2007-03-0372-2432/+7204
* Force the umask to something predictable while creating objectsTim Kientzle2007-03-021-1/+2
* Because the buffer gets released immediately, I need toTim Kientzle2007-03-013-1/+8
* If (a == NULL), don't dereference (a) to record an error message. [1]Colin Percival2007-02-052-4/+7
* Add support for a new archive format "empty" that reads empty files.Tim Kientzle2007-02-016-11/+109
* Correct the int->text conversion. <sigh>Tim Kientzle2007-01-131-1/+1
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-0951-136/+93
* Special case to support hard-coded configuration for building on Windows.Tim Kientzle2007-01-071-0/+3
* Change the client skipper API to use off_t instead of size_t/ssize_t; butColin Percival2007-01-056-0/+46
* Convert compression_skip from taking a size_t skip length request andColin Percival2007-01-044-12/+15
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipColin Percival2007-01-031-18/+16
* Quiet a compiler warning where (off_t + size_t) has a different signColin Percival2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). ThisColin Percival2007-01-031-1/+22
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",Colin Percival2006-12-288-11/+11
* Minor refactoring; move the FreeBSD-specific config info intoTim Kientzle2006-12-082-78/+106
* Argh. Restore a stat() call that was erroneously removed.Tim Kientzle2006-12-041-0/+6
* Improve support for large ISOs:Tim Kientzle2006-11-271-4/+25
* Bump the libarchive version number, correct the shell hackery to breakTim Kientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).Tim Kientzle2006-11-2610-34/+91
* Unbreak libarchive on arm. Two parts of libarchive relied on aTim Kientzle2006-11-263-197/+284
* Connect four new files to the build.Tim Kientzle2006-11-241-1/+9
* Fill in a couple of missing casts: clarify one narrowing conversionTim Kientzle2006-11-242-4/+4
* A few minor clarifications and corrections.Tim Kientzle2006-11-241-4/+20
* A few minor corrections to the libarchive.3 overview page.Tim Kientzle2006-11-241-7/+10
* Document the new _open_FILE() and _open_memory() interfaces.Tim Kientzle2006-11-243-11/+75
* New hooks for reading/writing archives to/from a FILE * orTim Kientzle2006-11-245-211/+354
* Officially rename archive_{read,write}_open_file() toTim Kientzle2006-11-203-9/+17
* Add archive_write_open_filename()/archive_read_open_filename() asTim Kientzle2006-11-155-7/+40
* Style: Use the correct type for a sizeof() variable.Tim Kientzle2006-11-151-1/+1
* Change the internal API for writing data to an entry; make theTim Kientzle2006-11-156-19/+28
* No change in functionality, but fill in a missing errorTim Kientzle2006-11-131-1/+6
* These files no longer use internal APIs, so no longer need to includeTim Kientzle2006-11-136-6/+0
* Minor cleanup of the standard read/write I/O modules:Tim Kientzle2006-11-136-116/+83
* Correctly handle writing very large blocks (>1M) through to a diskTim Kientzle2006-11-121-1/+3
* Portability and style fixes:Tim Kientzle2006-11-1034-214/+514
* Fix infinite loop in corrupt archives handling in libarchive(3).Simon L. B. Nielsen2006-11-081-4/+16
* Eliminate documentation references to a non-existent function.Tim Kientzle2006-11-062-2/+0
* Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSDTim Kientzle2006-11-061-6/+3
* Remove an unused declaration.Tim Kientzle2006-11-061-2/+0
* Performance: If the dir mode requested is "reasonable", then justTim Kientzle2006-10-041-49/+89
* Markup fixes.Ruslan Ermilov2006-09-171-1/+2
* Some minor corrections:Tim Kientzle2006-09-0510-41/+127
* When skipping data, track the position in the bytestream correctly.Tim Kientzle2006-08-291-1/+2