summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-122-5/+5
* Minor style nit: tab instead of space after #definekientzle2005-10-121-1/+1
* When reading GNU-style sparse archive entries, handlekientzle2005-10-121-8/+18
* In pax interchange format, use UTF8 for writingkientzle2005-10-123-21/+70
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-249-15/+23
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-2114-8/+90
* Correct the documentation for archive_read_data_into_buffer()kientzle2005-09-201-1/+1
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-106-10/+49
* Fix some errors in archive_read_data that caused failures in bsdtar'skientzle2005-09-101-12/+11
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Terminate metadata restore early only on failure, not success.kientzle2005-09-051-2/+4
* Record an error message if there are write errors when extracting thekientzle2005-08-101-1/+4
* Minor configuration fix to disable ACL support on MacOS X (whichkientzle2005-08-102-4/+13
* Generate default fake "device" and "inode" numbers for entrieskientzle2005-08-021-0/+25
* When copying time values from the main entry header to be used in thekientzle2005-08-021-10/+19
* Correct a few minor mis-statements (libarchive does support readingkientzle2005-08-021-5/+6
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-312-4/+4
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Assorted markup fixes.ru2005-06-152-2/+3
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-044-13/+52
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.kientzle2005-06-041-13/+13
* Support libarchive with C++ by adding appropriate conditionalkientzle2005-06-042-4/+25
* Fix one error in the example usage of the archive_write API and fillkientzle2005-06-041-27/+52
* 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
OpenPOWER on IntegriCloud