| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 11 | -39/+104 |
* | We don't need <paths.h>, so don't bother including it. | kientzle | 2004-08-14 | 2 | -2/+1 |
* | Add archive_entry_set_mtime() | kientzle | 2004-08-08 | 3 | -0/+11 |
* | Oops. Use "unsigned long" instead of "int" for the intermediate variables | kientzle | 2004-08-08 | 2 | -9/+7 |
* | Use 'int' for certain wide-character conversions instead of wchar_t. | kientzle | 2004-08-08 | 2 | -4/+8 |
* | The configure-built Makefile wasn't installing archive.h | kientzle | 2004-08-08 | 1 | -2/+3 |
* | If you don't need a header, don't bother including it. | kientzle | 2004-08-08 | 1 | -1/+0 |
* | Split archive_{read,write}_finish into separate "close" (finish the archive | kientzle | 2004-08-07 | 6 | -22/+67 |
* | Don't forget to count the end-of-file padding as part of the finished | kientzle | 2004-08-07 | 2 | -0/+2 |
* | Having implemented read support for it, I now know how to document the | kientzle | 2004-08-07 | 1 | -3/+13 |
* | Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap." | kientzle | 2004-08-07 | 1 | -1/+6 |
* | Fix the calculation of the most negative int64_t value, which | kientzle | 2004-08-07 | 2 | -3/+3 |
* | 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 |