summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Provide missing implementations for archive_entry_ctime() andscottl2005-06-011-0/+13
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-017-37/+39
* <Ooops> Two lines got dropped from the previous commit. Apologies.kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-013-0/+38
* Start to address the race issue between restoring a file's contentskientzle2005-05-214-105/+204
* Correct return values in myopen() and myclose() in Example code.kientzle2005-05-211-2/+2
* archive_entry_set_link is supposed to update whichever link fieldkientzle2005-05-081-1/+2
* Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-233-7/+19
* Certain filenames between 245 and 255 characters long would cause ankientzle2005-04-231-71/+72
* Portability enhancement: MS Windows won't restore metadata if the filekientzle2005-04-171-1/+1
* Update "make distfile" to use newest automake/autoconf from ports.kientzle2005-04-171-2/+2
* A number of improvements to ZIP support.kientzle2005-04-066-67/+338
* Clean up the support for extracting very long pathnames.kientzle2005-03-292-14/+18
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-134-27/+104
* When rejecting rediculously large pax attributes (such as pathnameskientzle2005-03-131-2/+5
* Correctly pass low-level I/O errors back up to the caller whenkientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.kientzle2005-03-132-6/+30
* Include detailed error message from zlib after a decompression error.kientzle2005-03-131-0/+3
* If the output is not a regular file, it's okay to add it to the archive.kientzle2005-03-132-4/+18
* Use correct byte order when parsing the size of the gzip "Extra data" field.kientzle2005-03-021-1/+1
* Fix a misplaced .Elkientzle2005-02-231-1/+1
* Don't return NULL if there's no error message;kientzle2005-02-231-1/+1
* Expand contractions.ru2005-02-131-2/+2
* Fix a buffer overflow in the "none" decompression handler thatkientzle2005-02-132-68/+76
* Expand *n't contractions.ru2005-02-132-2/+2
* Oops. I missed a 0 => '\0' correction.kientzle2005-02-122-2/+2
* Clear the error message buffer on entry to major routines.kientzle2005-02-121-0/+3
* Update the format descriptions to include ISO9660 and ZIP support.kientzle2005-02-123-4/+19
* Performance optimization, code clarification, and bug workaround.kientzle2005-02-121-28/+36
* Fill in some more Rockridge details in ISO9660 support: Ignore PDkientzle2005-02-121-1/+51
* Flush input when reading from pipe to avoid "broken pipe" warnings.kientzle2005-02-124-20/+70
* This should (finally) fix the 64-bit build. <sigh>kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.kientzle2005-01-251-12/+14
* Basic support for ZIP archives.kientzle2005-01-256-8/+566
* spell "file system" correctlycharnier2005-01-242-4/+4
* Set the format code and name correctly for:kientzle2005-01-232-2/+14
* Fixed xrefs.ru2005-01-211-1/+1
* Support 'CE' records in Rockridge extensionskientzle2005-01-201-59/+155
* 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
OpenPOWER on IntegriCloud