| Commit message (Expand) | Author | Age | Files | Lines |
* | libarchive now has two complete build systems. The usual "Makefile" | kientzle | 2004-08-07 | 11 | -506/+444 |
* | Pass the pointy hat, please: Don't blow away the high-order | kientzle | 2004-08-07 | 1 | -3/+3 |
* | Beef up the "cannot archive this" error message with the | kientzle | 2004-08-07 | 2 | -2/+4 |
* | Correct the names and descriptions of the man pages. | kientzle | 2004-08-04 | 1 | -1/+3 |
* | For the "portable" distribution, the configure script will overwrite | kientzle | 2004-08-01 | 1 | -159/+1 |
* | C standard does not permit empty initializer list. | kientzle | 2004-08-01 | 1 | -6/+6 |
* | Conditionalize the bzip2/gzip compression/decompression | kientzle | 2004-07-30 | 5 | -0/+29 |
* | When writing "pax" format, readers are supposed to ignore fields | kientzle | 2004-07-26 | 5 | -25/+117 |
* | Allow "posix" as a synonym for "pax". (The gtar folks chose "posix", | kientzle | 2004-07-25 | 1 | -0/+1 |
* | We were forcing a pax extension header for files >= 1G. Set that | kientzle | 2004-07-25 | 1 | -1/+1 |
* | Minor style nits. | kientzle | 2004-07-24 | 1 | -2/+2 |
* | Rework the feature-detection logic in archive_platform.h so that | kientzle | 2004-07-24 | 1 | -63/+116 |
* | Define the PACKAGE_NAME and PACKAGE_VERSION macros. | kientzle | 2004-07-24 | 2 | -0/+6 |
* | Suppress a minor compiler warning if the platform doesn't support hi-res | kientzle | 2004-07-24 | 1 | -0/+2 |
* | Add some functions to query basic facts about the library: | kientzle | 2004-07-24 | 3 | -12/+66 |
* | Use "linux" instead of "LINUX" to control Linux-specific code. | kientzle | 2004-07-24 | 3 | -8/+18 |
* | Fix the handling of signed values when parsing base-256 header values. | kientzle | 2004-07-24 | 1 | -32/+68 |
* | Style: rename 'mkdirpath' so it's clearer exactly what it does. | kientzle | 2004-07-15 | 1 | -22/+27 |
* | Update the README notes to include the current list of supported | kientzle | 2004-07-12 | 1 | -49/+47 |
* | Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) are | kientzle | 2004-07-10 | 1 | -2/+4 |
* | I think this is my fourth complete rewrite of the dir-creation | kientzle | 2004-07-08 | 1 | -139/+213 |
* | Minor wordsmithing; remove a controversial colon. | kientzle | 2004-07-05 | 1 | -3/+2 |
* | Add convenience functions to retrieve the atime fields directly, | kientzle | 2004-07-05 | 3 | -0/+20 |
* | ru@'s ambitious sweep through the manpages is mostly a good thing, | kientzle | 2004-07-05 | 1 | -1/+1 |
* | Fix the NAME section making whatis(1) happy in particular. | ru | 2004-07-05 | 1 | -52/+52 |
* | 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 |