summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type-punned pointer, minor style fixes.kientzle2007-04-021-6/+7
* Remove unused variable; use consistent types.kientzle2007-04-021-3/+2
* Be consistent: file flags are unsigned bitmaps.kientzle2007-04-021-1/+1
* Don't compare a signed char to 0xFF.kientzle2007-04-021-3/+3
* Avoid a potential overflow when 'skip' is larger than a pointer.kientzle2007-04-021-1/+1
* Style fix: Use the correct type for 'bytes_to_write'.kientzle2007-04-021-2/+2
* Style: bare "unsigned" is deprecated, use "unsigned int" instead.kientzle2007-04-022-8/+8
* Remove some unused fields from archive_read internal structure.kientzle2007-04-021-5/+1
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-313-34/+44
* Notice when mkdir() fails.kientzle2007-03-243-11/+73
* Fix compile error when libbz2 is unavailable.kientzle2007-03-241-1/+1
* Don't forget to increment the raw_position (bytes written) counter, evencperciva2007-03-171-0/+1
* When ARCHIVE_EXTRACT_UNLINK is requested:kientzle2007-03-132-5/+11
* 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
OpenPOWER on IntegriCloud