| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.8: Correctly skip gzip "Extra Data" field, fixing bsdtar (and | Tim Kientzle | 2005-03-02 | 1 | -1/+1 |
| * | MFC: Sync libarchive with -CURRENT. | Tim Kientzle | 2005-02-25 | 25 | -238/+642 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2005-02-18 | 2 | -0/+1535 |
| * | MFC 1.29: Tune bidding for tar archives to improve | Tim Kientzle | 2004-12-29 | 1 | -2/+9 |
| * | MFC: Synchronize libarchive with -current. | Tim Kientzle | 2004-12-22 | 20 | -186/+274 |
| * | MFC r1.5: Remove some stdio dependencies. | Tim Kientzle | 2004-12-21 | 1 | -11/+20 |
| * | MFC 1.18: Use pax extensions for uid/gid >= 1<<18, but clip | Tim Kientzle | 2004-09-21 | 1 | -2/+6 |
| * | MFC 1.27: The "regular-file-plus-trailing-slash-equals-dir" convention | Tim Kientzle | 2004-09-10 | 1 | -12/+22 |
| * | MFC: Correct the handling of the dynamically-generated .h file | Tim Kientzle | 2004-09-09 | 1 | -17/+11 |
| * | MFC archive_read_extract.c 1.35: | Tim Kientzle | 2004-09-02 | 1 | -17/+84 |
| * | MFC: | Tim Kientzle | 2004-08-31 | 2 | -2/+5 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-18 | 2 | -281/+0 |
| * | Eliminate reliance on non-portable <err.h> by implementing a very | Tim Kientzle | 2004-08-14 | 11 | -39/+104 |
| * | We don't need <paths.h>, so don't bother including it. | Tim Kientzle | 2004-08-14 | 2 | -2/+1 |
| * | Add archive_entry_set_mtime() | Tim Kientzle | 2004-08-08 | 3 | -0/+11 |
| * | Oops. Use "unsigned long" instead of "int" for the intermediate variables | Tim Kientzle | 2004-08-08 | 2 | -9/+7 |
| * | Use 'int' for certain wide-character conversions instead of wchar_t. | Tim Kientzle | 2004-08-08 | 2 | -4/+8 |
| * | The configure-built Makefile wasn't installing archive.h | Tim Kientzle | 2004-08-08 | 1 | -2/+3 |
| * | If you don't need a header, don't bother including it. | Tim Kientzle | 2004-08-08 | 1 | -1/+0 |
| * | Split archive_{read,write}_finish into separate "close" (finish the archive | Tim Kientzle | 2004-08-07 | 6 | -22/+67 |
| * | Don't forget to count the end-of-file padding as part of the finished | Tim Kientzle | 2004-08-07 | 2 | -0/+2 |
| * | Having implemented read support for it, I now know how to document the | Tim Kientzle | 2004-08-07 | 1 | -3/+13 |
| * | Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap." | Tim Kientzle | 2004-08-07 | 1 | -1/+6 |
| * | Fix the calculation of the most negative int64_t value, which | Tim Kientzle | 2004-08-07 | 2 | -3/+3 |
| * | libarchive now has two complete build systems. The usual "Makefile" | Tim Kientzle | 2004-08-07 | 11 | -506/+444 |
| * | Pass the pointy hat, please: Don't blow away the high-order | Tim Kientzle | 2004-08-07 | 1 | -3/+3 |
| * | Beef up the "cannot archive this" error message with the | Tim Kientzle | 2004-08-07 | 2 | -2/+4 |
| * | Correct the names and descriptions of the man pages. | Tim Kientzle | 2004-08-04 | 1 | -1/+3 |
| * | For the "portable" distribution, the configure script will overwrite | Tim Kientzle | 2004-08-01 | 1 | -159/+1 |
| * | C standard does not permit empty initializer list. | Tim Kientzle | 2004-08-01 | 1 | -6/+6 |
| * | Conditionalize the bzip2/gzip compression/decompression | Tim Kientzle | 2004-07-30 | 5 | -0/+29 |
| * | When writing "pax" format, readers are supposed to ignore fields | Tim Kientzle | 2004-07-26 | 5 | -25/+117 |
| * | Allow "posix" as a synonym for "pax". (The gtar folks chose "posix", | Tim Kientzle | 2004-07-25 | 1 | -0/+1 |
| * | We were forcing a pax extension header for files >= 1G. Set that | Tim Kientzle | 2004-07-25 | 1 | -1/+1 |
| * | Minor style nits. | Tim Kientzle | 2004-07-24 | 1 | -2/+2 |
| * | Rework the feature-detection logic in archive_platform.h so that | Tim Kientzle | 2004-07-24 | 1 | -62/+115 |
| * | Define the PACKAGE_NAME and PACKAGE_VERSION macros. | Tim Kientzle | 2004-07-24 | 2 | -0/+6 |
| * | Suppress a minor compiler warning if the platform doesn't support hi-res | Tim Kientzle | 2004-07-24 | 1 | -0/+2 |
| * | Add some functions to query basic facts about the library: | Tim Kientzle | 2004-07-24 | 3 | -12/+66 |
| * | Use "linux" instead of "LINUX" to control Linux-specific code. | Tim Kientzle | 2004-07-24 | 3 | -8/+18 |
| * | Fix the handling of signed values when parsing base-256 header values. | Tim Kientzle | 2004-07-24 | 1 | -32/+68 |
| * | Style: rename 'mkdirpath' so it's clearer exactly what it does. | Tim Kientzle | 2004-07-15 | 1 | -22/+27 |
| * | Update the README notes to include the current list of supported | Tim Kientzle | 2004-07-12 | 1 | -49/+47 |
| * | Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) are | Tim Kientzle | 2004-07-10 | 1 | -2/+4 |
| * | I think this is my fourth complete rewrite of the dir-creation | Tim Kientzle | 2004-07-08 | 1 | -138/+212 |
| * | Minor wordsmithing; remove a controversial colon. | Tim Kientzle | 2004-07-05 | 1 | -3/+2 |
| * | Add convenience functions to retrieve the atime fields directly, | Tim Kientzle | 2004-07-05 | 3 | -0/+20 |
| * | ru@'s ambitious sweep through the manpages is mostly a good thing, | Tim Kientzle | 2004-07-05 | 1 | -1/+1 |
| * | Fix the NAME section making whatis(1) happy in particular. | Ruslan Ermilov | 2004-07-05 | 1 | -52/+52 |
| * | Fixed cross-references in SEE ALSO. | Ruslan Ermilov | 2004-07-04 | 6 | -20/+28 |