| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ignore file flag bits that we don't support. In particular, this | Tim Kientzle | 2004-06-19 | 1 | -0/+2 |
| * | Always restore permissions for regular files, even if the | Tim Kientzle | 2004-06-17 | 1 | -1/+3 |
| * | Be a little more careful about creating directories: | Tim Kientzle | 2004-06-15 | 1 | -7/+23 |
| * | Correct some spelling errors. | Tim Kientzle | 2004-06-08 | 1 | -6/+6 |
| * | Linux (at least Debian) requires sys/types.h to get off_t. | Tim Kientzle | 2004-06-07 | 2 | -0/+2 |
| * | History: A few very, very old tar programs used the filename to | Tim Kientzle | 2004-06-07 | 1 | -12/+10 |
| * | Tar bidder should just return a zero bid ("not me!") if | Tim Kientzle | 2004-06-07 | 1 | -3/+9 |
| * | Pointy hat: We can't avoid a chown() call without checking both UID | Tim Kientzle | 2004-06-05 | 1 | -1/+5 |
| * | YAPHtM: Yet Another Pointy Hat to Me. | Tim Kientzle | 2004-06-05 | 1 | -1/+1 |
| * | Recognize when we've accidentally created "foo/." | Tim Kientzle | 2004-06-05 | 1 | -0/+12 |
| * | Correctly reset archive_read_data state everytime a header is read. | Tim Kientzle | 2004-06-04 | 1 | -0/+5 |
| * | Correct the layering violation in read_body_to_string. The previous | Tim Kientzle | 2004-06-04 | 1 | -17/+24 |
| * | When we go to read the next tar header, if we get zero bytes, accept | Tim Kientzle | 2004-06-04 | 1 | -3/+22 |
| * | Be more careful about the initial read (used for "tasting" the compression): | Tim Kientzle | 2004-06-04 | 1 | -1/+12 |
| * | Refactor the extraction code somewhat. In particular, | Tim Kientzle | 2004-06-03 | 4 | -120/+105 |
| * | Add MLINKS for new API functions. | Tim Kientzle | 2004-06-02 | 2 | -4/+6 |
| * | Refactor read_data: | Tim Kientzle | 2004-06-02 | 8 | -130/+299 |
| * | Connect libarchive decompress support to the build. | Tim Kientzle | 2004-05-27 | 3 | -2/+7 |
| * | 'gnutar' is now handled by the 'tar' reader, so | Tim Kientzle | 2004-05-27 | 1 | -2/+1 |
| * | Previously, restoring an archive with hardlinked files that had | Tim Kientzle | 2004-05-27 | 2 | -95/+149 |
| * | Document support for reading .Z compressed archives. | Tim Kientzle | 2004-05-27 | 2 | -17/+15 |
| * | GC some no-longer-used constants. | Tim Kientzle | 2004-05-27 | 1 | -2/+0 |
| * | Add prototypes for .Z compression support. | Tim Kientzle | 2004-05-27 | 2 | -0/+4 |
| * | Add read-only support for .Z compressed archives. | Tim Kientzle | 2004-05-27 | 1 | -0/+471 |
| * | Correct parsing of Solaris default ACLs. | Tim Kientzle | 2004-05-21 | 1 | -4/+6 |
| * | Nits fixed. | Tim Kientzle | 2004-05-20 | 1 | -4/+4 |
| * | More research, more shuffling and clarification. | Tim Kientzle | 2004-05-20 | 1 | -119/+149 |
| * | When combining ustar prefix and name fields, check before adding a '/' | Tim Kientzle | 2004-05-19 | 1 | -8/+8 |
| * | I've recently been looking at the Seventh Edition source | Tim Kientzle | 2004-05-19 | 1 | -78/+80 |
| * | Refine the heuristic used to determine whether or not to obey | Tim Kientzle | 2004-05-19 | 1 | -9/+20 |
| * | Be smarter about hardlink sizes: some tar programs write | Tim Kientzle | 2004-05-18 | 1 | -2/+18 |
| * | Clarify an error message. | Tim Kientzle | 2004-05-18 | 2 | -2/+4 |
| * | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | Olivier Houchard | 2004-05-14 | 2 | -0/+8 |
| * | Update raw byte count statistic correctly. | Tim Kientzle | 2004-05-13 | 1 | -1/+1 |
| * | Add MLINK for newly-added archive_read_extract_set_progress_callback(3). | Tim Kientzle | 2004-05-13 | 2 | -0/+2 |
| * | Add hook for a client-provided progress callback to be invoked | Tim Kientzle | 2004-05-13 | 6 | -2/+34 |
| * | Consistify: #define gets 1 tab character afterwards | Tim Kientzle | 2004-05-03 | 8 | -60/+60 |
| * | Include appropriate flag header on Linux. | Tim Kientzle | 2004-05-02 | 1 | -0/+4 |
| * | Create missing directories when extracting hardlinks and symlinks. | Tim Kientzle | 2004-04-30 | 1 | -9/+39 |
| * | Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports the | Tim Kientzle | 2004-04-29 | 1 | -7/+49 |
| * | Add statistics: track offset in compressed and uncompressed archive, | Tim Kientzle | 2004-04-28 | 10 | -1/+43 |
| * | Correct spelling of "shell archive" to match /usr/share/misc/magic. | Tim Kientzle | 2004-04-28 | 1 | -1/+1 |
| * | Add the libarchive-formats.5 manpage. This summarizes the various | Tim Kientzle | 2004-04-28 | 3 | -0/+229 |
| * | Add read support for four more common cpio variants: | Tim Kientzle | 2004-04-28 | 1 | -64/+304 |
| * | Update file flag handling. | Tim Kientzle | 2004-04-26 | 9 | -82/+506 |
| * | Make clone more aggressive about copying strings to the new entry. | Tim Kientzle | 2004-04-23 | 1 | -9/+9 |
| * | Set the 'dump' flag for shardump format. | Tim Kientzle | 2004-04-23 | 1 | -0/+4 |
| * | Correct spelling of == so that file flags are correctly restored. | Tim Kientzle | 2004-04-23 | 1 | -1/+1 |
| * | More portability improvements, thanks to Juergen Lock. | Tim Kientzle | 2004-04-21 | 5 | -44/+82 |
| * | Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives. | Tim Kientzle | 2004-04-20 | 1 | -15/+27 |