summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Implement a custom print formatter (archive_string_vsprintf)kientzle2005-01-164-14/+90
* Removed empty line.ru2005-01-151-1/+0
* Bring some file descriptions in line with reality.kientzle2005-01-121-6/+31
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
* libarchive does much more than just tar ;-)kientzle2005-01-101-1/+1
* Recognize and parse symlinks in ISO9660 CDROM images with Rockridge extensions.kientzle2005-01-081-17/+75
* Documentation improvements. In particular,kientzle2005-01-085-52/+145
* Correctly document the order of argumentskientzle2005-01-082-2/+2
* Clear the error buffer on entrykientzle2005-01-081-0/+1
* First cut at RockRidge support.kientzle2005-01-031-95/+288
* Next round of work on ISO9660 support:kientzle2005-01-031-79/+151
* Enable ISO9660 support in "read_support_format_all".kientzle2005-01-021-0/+1
* First cut support for extracting from ISO9660 disk images.kientzle2005-01-023-1/+524
* Rewrite the code that hacks a short names to use inkientzle2004-12-291-62/+154
* Correct speling erors.wollman2004-12-221-2/+2
* Include wchar.h to improve our chances of findingkientzle2004-12-221-0/+1
* Portability nit: Some platforms require stdio.h before bzlib.h.kientzle2004-12-221-0/+1
* Add __archive_strappend_int to format a decimalkientzle2004-12-222-0/+19
* Don't truncate major/minor numbers written to the legacykientzle2004-12-221-3/+15
* Tune the bidding for tar archives. Thiskientzle2004-12-221-2/+9
* Be more careful about assembling/disassemblingkientzle2004-12-111-2/+2
* When determining whether filename is too long for akientzle2004-11-281-6/+6
* Correct the spelling of "archive_write_pax_header"kientzle2004-11-281-1/+1
* Since I'm not using the public API for writingkientzle2004-11-151-6/+8
* Pax extended headers were always failingkientzle2004-11-151-1/+1
* Ooops. ssize_t != int. <sigh>kientzle2004-11-064-4/+4
* Makefile tweaks:kientzle2004-11-051-2/+3
* Remove the unused archive_string_sprintf() utility function.kientzle2004-11-052-18/+0
* Revert 1.24: Brain glitch. <sigh>kientzle2004-11-051-1/+1
* Clean up the error handling in thekientzle2004-11-059-133/+213
* archive.h gets built in ${.OBJDIR}kientzle2004-11-051-1/+1
* Update a comment.kientzle2004-11-051-0/+1
* Allow tar format to read and accept an empty (or non-existent)kientzle2004-10-271-3/+9
* Revert 1.18: It broke Athlon64 builds, whichkientzle2004-10-181-1/+2
* Use STDERR_FILENO instead of 2, as POSIX intended.kientzle2004-10-181-1/+1
* Correctly report write errors from the lowest-levelkientzle2004-10-173-6/+21
* Refine the error-checking and reporting in thekientzle2004-10-171-6/+11
* Correct the return type of archive_write_datakientzle2004-10-171-1/+1
* Don't rely on stdio here.kientzle2004-10-171-11/+20
* Build as a shared lib again.obrien2004-10-111-4/+0
* Fix two ugly errors:kientzle2004-09-171-2/+6
* Some old tar archives rely on "regular-file-plus-trailing-slash" tokientzle2004-09-041-12/+22
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedkientzle2004-09-011-17/+11
* Cache uid-from-uname and gid-from-gname lookups during extraction.kientzle2004-08-271-17/+84
* Don't edit permissions of pre-existing directories during extract.kientzle2004-08-261-1/+1
* It is not legal to re-use a va_list variable. This causedkientzle2004-08-261-1/+4
* Eliminate reliance on non-portable <err.h> by implementing a verykientzle2004-08-1411-39/+104
* We don't need <paths.h>, so don't bother including it.kientzle2004-08-142-2/+1
* Add archive_entry_set_mtime()kientzle2004-08-083-0/+11
* Oops. Use "unsigned long" instead of "int" for the intermediate variableskientzle2004-08-082-9/+7
OpenPOWER on IntegriCloud