| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 1.18: It broke Athlon64 builds, which | kientzle | 2004-10-18 | 1 | -1/+2 |
* | Use STDERR_FILENO instead of 2, as POSIX intended. | kientzle | 2004-10-18 | 1 | -1/+1 |
* | Correctly report write errors from the lowest-level | kientzle | 2004-10-17 | 3 | -6/+21 |
* | Refine the error-checking and reporting in the | kientzle | 2004-10-17 | 1 | -6/+11 |
* | Correct the return type of archive_write_data | kientzle | 2004-10-17 | 1 | -1/+1 |
* | Don't rely on stdio here. | kientzle | 2004-10-17 | 1 | -11/+20 |
* | Build as a shared lib again. | obrien | 2004-10-11 | 1 | -4/+0 |
* | Fix two ugly errors: | kientzle | 2004-09-17 | 1 | -2/+6 |
* | Some old tar archives rely on "regular-file-plus-trailing-slash" to | kientzle | 2004-09-04 | 1 | -12/+22 |
* | Per Ruslan, bsd.lib.mk already has support for dynamically-generated | kientzle | 2004-09-01 | 1 | -17/+11 |
* | Cache uid-from-uname and gid-from-gname lookups during extraction. | kientzle | 2004-08-27 | 1 | -17/+84 |
* | Don't edit permissions of pre-existing directories during extract. | kientzle | 2004-08-26 | 1 | -1/+1 |
* | It is not legal to re-use a va_list variable. This caused | kientzle | 2004-08-26 | 1 | -1/+4 |
* | 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 |