| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the int->text conversion. <sigh> | kientzle | 2007-01-13 | 1 | -1/+1 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 51 | -136/+93 |
* | Special case to support hard-coded configuration for building on Windows. | kientzle | 2007-01-07 | 1 | -0/+3 |
* | Change the client skipper API to use off_t instead of size_t/ssize_t; but | cperciva | 2007-01-05 | 6 | -0/+46 |
* | Convert compression_skip from taking a size_t skip length request and | cperciva | 2007-01-04 | 4 | -12/+15 |
* | Rewrite and simplify archive_read_format_tar_skip. Compression-layer skip | cperciva | 2007-01-03 | 1 | -18/+16 |
* | Quiet a compiler warning where (off_t + size_t) has a different sign | cperciva | 2007-01-03 | 1 | -1/+1 |
* | Insert zero-padding between sparse blocks in archive_read_data(). This | cperciva | 2007-01-03 | 1 | -1/+22 |
* | Correct spelling of "accommodate", "guarantee", "guaranteed", "guard", | cperciva | 2006-12-28 | 8 | -11/+11 |
* | Minor refactoring; move the FreeBSD-specific config info into | kientzle | 2006-12-08 | 2 | -78/+106 |
* | Argh. Restore a stat() call that was erroneously removed. | kientzle | 2006-12-04 | 1 | -0/+6 |
* | Improve support for large ISOs: | kientzle | 2006-11-27 | 1 | -4/+25 |
* | Bump the libarchive version number, correct the shell hackery to break | kientzle | 2006-11-26 | 1 | -5/+6 |
* | Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). | kientzle | 2006-11-26 | 10 | -34/+91 |
* | Unbreak libarchive on arm. Two parts of libarchive relied on a | kientzle | 2006-11-26 | 3 | -197/+284 |
* | Connect four new files to the build. | kientzle | 2006-11-24 | 1 | -1/+9 |
* | Fill in a couple of missing casts: clarify one narrowing conversion | kientzle | 2006-11-24 | 2 | -4/+4 |
* | A few minor clarifications and corrections. | kientzle | 2006-11-24 | 1 | -4/+20 |
* | A few minor corrections to the libarchive.3 overview page. | kientzle | 2006-11-24 | 1 | -7/+10 |
* | Document the new _open_FILE() and _open_memory() interfaces. | kientzle | 2006-11-24 | 3 | -11/+75 |
* | New hooks for reading/writing archives to/from a FILE * or | kientzle | 2006-11-24 | 5 | -211/+354 |
* | Officially rename archive_{read,write}_open_file() to | kientzle | 2006-11-20 | 3 | -9/+17 |
* | Add archive_write_open_filename()/archive_read_open_filename() as | kientzle | 2006-11-15 | 5 | -7/+40 |
* | Style: Use the correct type for a sizeof() variable. | kientzle | 2006-11-15 | 1 | -1/+1 |
* | Change the internal API for writing data to an entry; make the | kientzle | 2006-11-15 | 6 | -19/+28 |
* | No change in functionality, but fill in a missing error | kientzle | 2006-11-13 | 1 | -1/+6 |
* | These files no longer use internal APIs, so no longer need to include | kientzle | 2006-11-13 | 6 | -6/+0 |
* | Minor cleanup of the standard read/write I/O modules: | kientzle | 2006-11-13 | 6 | -116/+83 |
* | Correctly handle writing very large blocks (>1M) through to a disk | kientzle | 2006-11-12 | 1 | -1/+3 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 34 | -214/+514 |
* | Fix infinite loop in corrupt archives handling in libarchive(3). | simon | 2006-11-08 | 1 | -4/+16 |
* | Eliminate documentation references to a non-existent function. | kientzle | 2006-11-06 | 2 | -2/+0 |
* | Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSD | kientzle | 2006-11-06 | 1 | -6/+3 |
* | Remove an unused declaration. | kientzle | 2006-11-06 | 1 | -2/+0 |
* | Performance: If the dir mode requested is "reasonable", then just | kientzle | 2006-10-04 | 1 | -49/+89 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+2 |
* | Some minor corrections: | kientzle | 2006-09-05 | 10 | -41/+127 |
* | When skipping data, track the position in the bytestream correctly. | kientzle | 2006-08-29 | 1 | -1/+2 |
* | If skip_file_dev and skip_file_ino haven't been set (are still == 0), | kientzle | 2006-08-01 | 1 | -1/+3 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -0/+3 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 11 | -11/+287 |
* | Don't mention 'pax' in the context of POSIX-1988, since | kientzle | 2006-07-29 | 1 | -5/+4 |
* | Remove mention of 'tp' format, since that support has been | kientzle | 2006-07-29 | 1 | -10/+0 |
* | Simplify some of the wide-character handling, inspired | kientzle | 2006-05-01 | 3 | -62/+40 |
* | Whitespace cleanup. | kientzle | 2006-05-01 | 1 | -2/+2 |
* | Even if a system does not support restoring extended attributes, | kientzle | 2006-03-22 | 1 | -2/+4 |
* | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 10 | -37/+628 |
* | Remove automake source from FreeBSD tree. | kientzle | 2006-03-12 | 1 | -72/+0 |
* | The idea of supporting 'tp' was a fun one, but it is | kientzle | 2006-03-11 | 3 | -621/+0 |
* | Remove configure.ac.in and reorganize a few other things. This is | kientzle | 2006-03-08 | 5 | -232/+38 |