| Commit message (Expand) | Author | Age | Files | Lines |
* | Various fixes when creating objects on disk: | kientzle | 2009-12-29 | 1 | -23/+74 |
* | Fix a minor memory leak. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Merge from libarchive.googlecode.com: Mostly a bunch of | kientzle | 2009-04-12 | 1 | -8/+16 |
* | Merge r723 from libarchive.googlecode.com: Don't try to restore | kientzle | 2009-03-07 | 1 | -0/+8 |
* | Merge r552,r559 from libarchive.googlecode.com: Support high-resolution | kientzle | 2009-03-07 | 1 | -7/+13 |
* | Merge r283,r529 from libarchive.googlecode.com: Fix ext2_fs.h includes | kientzle | 2009-03-07 | 1 | -4/+10 |
* | Merge r403,702,721 from libarchive.googlecode.com: Handle odd | kientzle | 2009-03-06 | 1 | -0/+54 |
* | Merge r416 from libarchive.googlecode.com: | kientzle | 2009-03-06 | 1 | -6/+93 |
* | Merge r407,r508 from libarchive.googlecode.com: Correctly handle | kientzle | 2009-03-06 | 1 | -0/+3 |
* | Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualize | kientzle | 2009-03-05 | 1 | -2/+2 |
* | Correct r189383, which mis-merged a change from libarchive.googlecode.com. | kientzle | 2009-03-05 | 1 | -2/+2 |
* | Merge r342 from libarchive.googlecode.com: Remove some | kientzle | 2009-03-05 | 1 | -28/+1 |
* | Merge r294:337,r348:350 from libarchive.googlecode.com: A lot | kientzle | 2009-03-03 | 1 | -1/+35 |
* | Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive. | kientzle | 2009-01-26 | 1 | -22/+26 |
* | Merge-from-Googlecode r419 | kientzle | 2009-01-21 | 1 | -17/+17 |
* | Minor portability: Declare 'r' only within the conditional | kientzle | 2008-12-06 | 1 | -2/+2 |
* | Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtime | kientzle | 2008-10-19 | 1 | -4/+4 |
* | MfP4: restore birth time data to disk + more thorough tests for | kientzle | 2008-09-30 | 1 | -83/+121 |
* | Choose a flag-handling strategy based on platform capabilities | kientzle | 2008-09-14 | 1 | -6/+7 |
* | Portability: Not everyone is lucky enough to have ftruncate() | kientzle | 2008-09-12 | 1 | -0/+2 |
* | Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAX | kientzle | 2008-09-12 | 1 | -0/+6 |
* | When restoring a directory, allow symlinks to be followed. The full | kientzle | 2008-09-07 | 1 | -3/+15 |
* | MfP4: Handle entries with unset size properly: Regular files with | kientzle | 2008-09-05 | 1 | -43/+81 |
* | MfP4: Use the set/unset tracking to determine when mtime or atime | kientzle | 2008-09-05 | 1 | -14/+51 |
* | Use the "start_time" (time at which the restore process began) | kientzle | 2008-09-01 | 1 | -5/+13 |
* | If no atime was specified (for example, when extracting from ustar | kientzle | 2008-08-28 | 1 | -0/+5 |
* | Update the total archive byte counters when writing entries to disk using | kientzle | 2008-08-24 | 1 | -0/+2 |
* | Fail copying path/.. only if SECURE_NODOTDOT was specified. | kientzle | 2008-08-24 | 1 | -15/+3 |
* | Fix the cpio bug tested for by r182092 of usr.bin/cpio/test. | kientzle | 2008-08-24 | 1 | -1/+5 |
* | When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always | kientzle | 2008-07-05 | 1 | -5/+9 |
* | Don't use the deprecated linux/ext2_fs.h include file. | kientzle | 2008-07-05 | 1 | -3/+0 |
* | A security-check failure here should be ARCHIVE_FAILED (cannot continue this | kientzle | 2008-06-21 | 1 | -3/+3 |
* | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | kientzle | 2008-05-26 | 1 | -43/+120 |
* | FreeBSD does have fstat(). | kientzle | 2008-03-15 | 1 | -1/+1 |
* | Spelling correction, thanks to Joerg Sonnenberger. | kientzle | 2008-02-27 | 1 | -1/+1 |
* | Portability improvements: | kientzle | 2008-02-19 | 1 | -23/+66 |
* | I misread the Tinderbox error; this should really unbreak 64-bit builds. | kientzle | 2008-01-18 | 1 | -1/+1 |
* | Fix 64-bit build after my last commit. <sigh> | kientzle | 2008-01-18 | 1 | -1/+1 |
* | Issues with hardlinks in newc-format files prompted me to | kientzle | 2008-01-18 | 1 | -6/+32 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 1 | -0/+6 |
* | Fix the archive_write_data() function so it always returns | kientzle | 2007-09-21 | 1 | -3/+10 |
* | Revert the last commit to libarchive. It introduced some regresssions, | bmah | 2007-09-18 | 1 | -7/+4 |
* | Correct the return value from archive_write_data() | kientzle | 2007-09-18 | 1 | -4/+7 |
* | Make suid/sgid restore be "opportunistic" if | kientzle | 2007-08-12 | 1 | -6/+22 |
* | archive_string_ensure() used to call exit(3) if it | kientzle | 2007-07-15 | 1 | -1/+4 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -20/+92 |
* | Remove pointless code: Don't assign a value to a variable when we're | cperciva | 2007-05-21 | 1 | -1/+0 |
* | Properly cleanup the UID/GID lookup data. | kientzle | 2007-04-15 | 1 | -0/+4 |
* | Invoke utime(2) properly. (It's only used on platforms | kientzle | 2007-04-14 | 1 | -2/+2 |
* | More portability improvements from Martin Koeppe: | kientzle | 2007-04-14 | 1 | -0/+51 |