| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed cross-references in SEE ALSO. | ru | 2004-07-04 | 6 | -20/+28 |
* | Yet another pointy hat: When restoring file flags, it's okay to use the | kientzle | 2004-07-04 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 3 | -3/+6 |
* | In case symlinks happen to already be sitting around, be sure to use | kientzle | 2004-06-30 | 1 | -6/+20 |
* | Some implicit dirs were not having the umask correctly | kientzle | 2004-06-28 | 1 | -4/+13 |
* | Refuse to extract an entry from an archive on top of the archive being read. | kientzle | 2004-06-27 | 4 | -3/+34 |
* | More cleanup work on permissions restore: | kientzle | 2004-06-27 | 3 | -179/+204 |
* | Add two new convenience functions to query the uid/gid from an | kientzle | 2004-06-27 | 5 | -29/+121 |
* | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 12 | -101/+176 |
* | More tweaks to implicit directory creation. Even such abominations as | kientzle | 2004-06-27 | 1 | -4/+27 |
* | * The mode for implicitly-created dirs is now 0777 modified by the | kientzle | 2004-06-27 | 1 | -4/+6 |
* | Unify mkdirpath (used to automatically create missing parent dirs) and | kientzle | 2004-06-27 | 1 | -215/+126 |
* | Read gtar-style sparse archives. | kientzle | 2004-06-27 | 7 | -61/+157 |
* | Ignore file flag bits that we don't support. In particular, this | kientzle | 2004-06-19 | 1 | -0/+2 |
* | Always restore permissions for regular files, even if the | kientzle | 2004-06-17 | 1 | -1/+3 |
* | Be a little more careful about creating directories: | kientzle | 2004-06-15 | 1 | -7/+23 |
* | Correct some spelling errors. | kientzle | 2004-06-08 | 1 | -6/+6 |
* | Linux (at least Debian) requires sys/types.h to get off_t. | kientzle | 2004-06-07 | 2 | -0/+2 |
* | History: A few very, very old tar programs used the filename to | kientzle | 2004-06-07 | 1 | -12/+10 |
* | Tar bidder should just return a zero bid ("not me!") if | kientzle | 2004-06-07 | 1 | -3/+9 |
* | Pointy hat: We can't avoid a chown() call without checking both UID | kientzle | 2004-06-05 | 1 | -1/+5 |
* | YAPHtM: Yet Another Pointy Hat to Me. | kientzle | 2004-06-05 | 1 | -1/+1 |
* | Recognize when we've accidentally created "foo/." | kientzle | 2004-06-05 | 1 | -0/+12 |
* | Correctly reset archive_read_data state everytime a header is read. | kientzle | 2004-06-04 | 1 | -0/+5 |
* | Correct the layering violation in read_body_to_string. The previous | kientzle | 2004-06-04 | 1 | -17/+24 |
* | When we go to read the next tar header, if we get zero bytes, accept | kientzle | 2004-06-04 | 1 | -3/+22 |
* | Be more careful about the initial read (used for "tasting" the compression): | kientzle | 2004-06-04 | 1 | -1/+12 |
* | Refactor the extraction code somewhat. In particular, | kientzle | 2004-06-03 | 4 | -120/+105 |
* | Add MLINKS for new API functions. | kientzle | 2004-06-02 | 2 | -4/+6 |
* | Refactor read_data: | kientzle | 2004-06-02 | 8 | -131/+300 |
* | Connect libarchive decompress support to the build. | kientzle | 2004-05-27 | 3 | -2/+7 |
* | 'gnutar' is now handled by the 'tar' reader, so | kientzle | 2004-05-27 | 1 | -2/+1 |
* | Previously, restoring an archive with hardlinked files that had | kientzle | 2004-05-27 | 2 | -95/+149 |
* | Document support for reading .Z compressed archives. | kientzle | 2004-05-27 | 2 | -17/+15 |
* | GC some no-longer-used constants. | kientzle | 2004-05-27 | 1 | -2/+0 |
* | Add prototypes for .Z compression support. | kientzle | 2004-05-27 | 2 | -0/+4 |
* | Add read-only support for .Z compressed archives. | kientzle | 2004-05-27 | 1 | -0/+471 |
* | Correct parsing of Solaris default ACLs. | kientzle | 2004-05-21 | 1 | -4/+6 |
* | Nits fixed. | kientzle | 2004-05-20 | 1 | -4/+4 |
* | More research, more shuffling and clarification. | kientzle | 2004-05-20 | 1 | -119/+149 |
* | When combining ustar prefix and name fields, check before adding a '/' | kientzle | 2004-05-19 | 1 | -8/+8 |
* | I've recently been looking at the Seventh Edition source | kientzle | 2004-05-19 | 1 | -78/+80 |
* | Refine the heuristic used to determine whether or not to obey | kientzle | 2004-05-19 | 1 | -9/+20 |
* | Be smarter about hardlink sizes: some tar programs write | kientzle | 2004-05-18 | 1 | -2/+18 |
* | Clarify an error message. | kientzle | 2004-05-18 | 2 | -2/+4 |
* | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | cognet | 2004-05-14 | 2 | -0/+8 |
* | Update raw byte count statistic correctly. | kientzle | 2004-05-13 | 1 | -1/+1 |
* | Add MLINK for newly-added archive_read_extract_set_progress_callback(3). | kientzle | 2004-05-13 | 2 | -0/+2 |
* | Add hook for a client-provided progress callback to be invoked | kientzle | 2004-05-13 | 6 | -2/+34 |
* | Consistify: #define gets 1 tab character afterwards | kientzle | 2004-05-03 | 8 | -60/+60 |