summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use 'int' for certain wide-character conversions instead of wchar_t.kientzle2004-08-082-4/+8
* The configure-built Makefile wasn't installing archive.hkientzle2004-08-081-2/+3
* If you don't need a header, don't bother including it.kientzle2004-08-081-1/+0
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-076-22/+67
* Don't forget to count the end-of-file padding as part of the finishedkientzle2004-08-072-0/+2
* Having implemented read support for it, I now know how to document thekientzle2004-08-071-3/+13
* Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap."kientzle2004-08-071-1/+6
* Fix the calculation of the most negative int64_t value, whichkientzle2004-08-072-3/+3
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderkientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with thekientzle2004-08-072-2/+4
* Correct the names and descriptions of the man pages.kientzle2004-08-041-1/+3
* For the "portable" distribution, the configure script will overwritekientzle2004-08-011-159/+1
* C standard does not permit empty initializer list.kientzle2004-08-011-6/+6
* Conditionalize the bzip2/gzip compression/decompressionkientzle2004-07-305-0/+29
* When writing "pax" format, readers are supposed to ignore fieldskientzle2004-07-265-25/+117
* Allow "posix" as a synonym for "pax". (The gtar folks chose "posix",kientzle2004-07-251-0/+1
* We were forcing a pax extension header for files >= 1G. Set thatkientzle2004-07-251-1/+1
* Minor style nits.kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatkientzle2004-07-241-63/+116
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.kientzle2004-07-242-0/+6
* Suppress a minor compiler warning if the platform doesn't support hi-reskientzle2004-07-241-0/+2
* Add some functions to query basic facts about the library:kientzle2004-07-243-12/+66
* Use "linux" instead of "LINUX" to control Linux-specific code.kientzle2004-07-243-8/+18
* Fix the handling of signed values when parsing base-256 header values.kientzle2004-07-241-32/+68
OpenPOWER on IntegriCloud