| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor fixes to the code that generates an internal ustar filename | kientzle | 2006-02-14 | 1 | -21/+22 |
* | Extract device number information from SVR4 CPIO archives. | kientzle | 2006-02-14 | 1 | -0/+6 |
* | Fix an aliasing error in the new TP support and reenable it in the build. | kientzle | 2006-01-26 | 2 | -3/+5 |
* | Disable "tp" support until I figure out why it's breaking the build. <sigh> | kientzle | 2006-01-18 | 1 | -1/+0 |
* | If the attempt to open the archive fails (either the client open | kientzle | 2006-01-17 | 2 | -14/+38 |
* | Add support for "tp" format. tp was the standard system | kientzle | 2006-01-17 | 4 | -1/+631 |
* | [mdoc] add missing space before a punctuation type argument. | ru | 2005-12-13 | 1 | -1/+1 |
* | Portability: Remove AC_CHECK_MALLOC from configure.ac.in. | kientzle | 2005-11-27 | 1 | -1/+0 |
* | Fix prototypes. | ru | 2005-11-24 | 4 | -14/+14 |
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -1/+1 |
* | Add missing shared library interdependencies. | ru | 2005-11-10 | 1 | -0/+2 |
* | Bump the maximum number of archive formats that can be | kientzle | 2005-11-08 | 1 | -1/+1 |
* | Correctly clean up if gzip format gets mis-identified as compress format. | kientzle | 2005-11-08 | 1 | -9/+17 |
* | Fine-tune the format detection for CPIO and ISO9660 sub-types. | kientzle | 2005-11-08 | 3 | -10/+25 |
* | Portability: Use some autoconf magic to include the | kientzle | 2005-11-08 | 4 | -0/+28 |
* | Portability: timegm() isn't standard, so check for timegm() in | kientzle | 2005-11-06 | 3 | -3/+44 |
* | Fix installworld breakage. <sigh> | kientzle | 2005-10-14 | 1 | -2/+2 |
* | 1) Use GNU libtool to build shared libraries on non-FreeBSD | kientzle | 2005-10-13 | 5 | -29/+86 |
* | Make some purely internal symbols static to reduce link pollution. | kientzle | 2005-10-12 | 2 | -5/+5 |
* | Minor style nit: tab instead of space after #define | kientzle | 2005-10-12 | 1 | -1/+1 |
* | When reading GNU-style sparse archive entries, handle | kientzle | 2005-10-12 | 1 | -8/+18 |
* | In pax interchange format, use UTF8 for writing | kientzle | 2005-10-12 | 3 | -21/+70 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 9 | -15/+23 |
* | In archive_read_open(), do not set the internal archive state to | kientzle | 2005-09-21 | 1 | -2/+4 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 14 | -8/+90 |
* | Correct the documentation for archive_read_data_into_buffer() | kientzle | 2005-09-20 | 1 | -1/+1 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 6 | -10/+49 |
* | Fix some errors in archive_read_data that caused failures in bsdtar's | kientzle | 2005-09-10 | 1 | -12/+11 |
* | Fix fallout from the previous commit: | yar | 2005-09-09 | 1 | -4/+7 |
* | Terminate metadata restore early only on failure, not success. | kientzle | 2005-09-05 | 1 | -2/+4 |
* | Record an error message if there are write errors when extracting the | kientzle | 2005-08-10 | 1 | -1/+4 |
* | Minor configuration fix to disable ACL support on MacOS X (which | kientzle | 2005-08-10 | 2 | -4/+13 |
* | Generate default fake "device" and "inode" numbers for entries | kientzle | 2005-08-02 | 1 | -0/+25 |
* | When copying time values from the main entry header to be used in the | kientzle | 2005-08-02 | 1 | -10/+19 |