| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge vendor revision 3723: | mm | 2011-12-20 | 1 | -1/+1 |
* | Don't write data into an empty "file." | kientzle | 2010-12-07 | 1 | -1/+2 |
* | Clarify the naming: Methods that free an object should | kientzle | 2010-11-05 | 1 | -4/+1 |
* | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | kientzle | 2008-05-26 | 1 | -11/+17 |
* | Reconnect the progress callback. It may not get called | kientzle | 2008-01-18 | 1 | -2/+8 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -6/+2 |
* | In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which | cperciva | 2007-04-16 | 1 | -0/+6 |
* | Thanks to Colin for catching my mixup. The original problem wasn't | kientzle | 2007-04-15 | 1 | -3/+8 |
* | Pass through error message if any operation fails, not just the last one. | kientzle | 2007-04-14 | 1 | -1/+1 |
* | When copying data from one archive to another, only set the error | cperciva | 2007-04-07 | 1 | -5/+4 |
* | Libarchive 2.0.23: | kientzle | 2007-03-11 | 1 | -38/+0 |
* | libarchive 2.0 | kientzle | 2007-03-03 | 1 | -1541/+76 |
* | Force the umask to something predictable while creating objects | kientzle | 2007-03-02 | 1 | -1/+2 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 1 | -4/+26 |
* | Performance: If the dir mode requested is "reasonable", then just | kientzle | 2006-10-04 | 1 | -49/+89 |
* | Some minor corrections: | kientzle | 2006-09-05 | 1 | -2/+3 |
* | Simplify some of the wide-character handling, inspired | kientzle | 2006-05-01 | 1 | -3/+3 |
* | Even if a system does not support restoring extended attributes, | kientzle | 2006-03-22 | 1 | -2/+4 |
* | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 1 | -21/+116 |
* | Fix fallout from the previous commit: | yar | 2005-09-09 | 1 | -4/+7 |
* | Terminate metadata restore early only on failure, not success. | kientzle | 2005-09-05 | 1 | -2/+4 |
* | Minor clean up for flags restoration: Use fchflags/lchflags when | kientzle | 2005-06-04 | 1 | -9/+46 |
* | Start to address the race issue between restoring a file's contents | kientzle | 2005-05-21 | 1 | -102/+187 |
* | Portability enhancement: MS Windows won't restore metadata if the file | kientzle | 2005-04-17 | 1 | -1/+1 |
* | Clean up the support for extracting very long pathnames. | kientzle | 2005-03-29 | 1 | -13/+17 |
* | Support extracting entries with pathnames longer than PATH_MAX. In | kientzle | 2005-03-13 | 1 | -26/+96 |
* | Update a comment. | kientzle | 2004-11-05 | 1 | -0/+1 |
* | 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 |
* | libarchive now has two complete build systems. The usual "Makefile" | kientzle | 2004-08-07 | 1 | -6/+11 |
* | Use "linux" instead of "LINUX" to control Linux-specific code. | kientzle | 2004-07-24 | 1 | -7/+14 |
* | Style: rename 'mkdirpath' so it's clearer exactly what it does. | kientzle | 2004-07-15 | 1 | -22/+27 |
* | 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 |
* | Yet another pointy hat: When restoring file flags, it's okay to use the | kientzle | 2004-07-04 | 1 | -1/+1 |
* | 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 |
* | More cleanup work on permissions restore: | kientzle | 2004-06-27 | 1 | -179/+200 |
* | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 1 | -4/+4 |
* | 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 | 1 | -7/+1 |
* | 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 |
* | 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 |
* | Refactor the extraction code somewhat. In particular, | kientzle | 2004-06-03 | 1 | -116/+104 |