summaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.8: Correctly skip gzip "Extra Data" field, fixing bsdtar (andTim Kientzle2005-03-021-1/+1
* MFC: Sync libarchive with -CURRENT.Tim Kientzle2005-02-2525-238/+642
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-182-0/+1535
* MFC 1.29: Tune bidding for tar archives to improveTim Kientzle2004-12-291-2/+9
* MFC: Synchronize libarchive with -current.Tim Kientzle2004-12-2220-186/+274
* MFC r1.5: Remove some stdio dependencies.Tim Kientzle2004-12-211-11/+20
* MFC 1.18: Use pax extensions for uid/gid >= 1<<18, but clipTim Kientzle2004-09-211-2/+6
* MFC 1.27: The "regular-file-plus-trailing-slash-equals-dir" conventionTim Kientzle2004-09-101-12/+22
* MFC: Correct the handling of the dynamically-generated .h fileTim Kientzle2004-09-091-17/+11
* MFC archive_read_extract.c 1.35:Tim Kientzle2004-09-021-17/+84
* MFC:Tim Kientzle2004-08-312-2/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-182-281/+0
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-1411-39/+104
* We don't need <paths.h>, so don't bother including it.Tim Kientzle2004-08-142-2/+1
* Add archive_entry_set_mtime()Tim Kientzle2004-08-083-0/+11
* Oops. Use "unsigned long" instead of "int" for the intermediate variablesTim Kientzle2004-08-082-9/+7
* Use 'int' for certain wide-character conversions instead of wchar_t.Tim Kientzle2004-08-082-4/+8
* The configure-built Makefile wasn't installing archive.hTim Kientzle2004-08-081-2/+3
* If you don't need a header, don't bother including it.Tim Kientzle2004-08-081-1/+0
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-076-22/+67
* Don't forget to count the end-of-file padding as part of the finishedTim Kientzle2004-08-072-0/+2
* Having implemented read support for it, I now know how to document theTim Kientzle2004-08-071-3/+13
* Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap."Tim Kientzle2004-08-071-1/+6
* Fix the calculation of the most negative int64_t value, whichTim Kientzle2004-08-072-3/+3
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderTim Kientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with theTim Kientzle2004-08-072-2/+4
* Correct the names and descriptions of the man pages.Tim Kientzle2004-08-041-1/+3
* For the "portable" distribution, the configure script will overwriteTim Kientzle2004-08-011-159/+1
* C standard does not permit empty initializer list.Tim Kientzle2004-08-011-6/+6
* Conditionalize the bzip2/gzip compression/decompressionTim Kientzle2004-07-305-0/+29
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-265-25/+117
* Allow "posix" as a synonym for "pax". (The gtar folks chose "posix",Tim Kientzle2004-07-251-0/+1
* We were forcing a pax extension header for files >= 1G. Set thatTim Kientzle2004-07-251-1/+1
* Minor style nits.Tim Kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatTim Kientzle2004-07-241-62/+115
* Define the PACKAGE_NAME and PACKAGE_VERSION macros.Tim Kientzle2004-07-242-0/+6
* Suppress a minor compiler warning if the platform doesn't support hi-resTim Kientzle2004-07-241-0/+2
* Add some functions to query basic facts about the library:Tim Kientzle2004-07-243-12/+66
* Use "linux" instead of "LINUX" to control Linux-specific code.Tim Kientzle2004-07-243-8/+18
* Fix the handling of signed values when parsing base-256 header values.Tim Kientzle2004-07-241-32/+68
* Style: rename 'mkdirpath' so it's clearer exactly what it does.Tim Kientzle2004-07-151-22/+27
* Update the README notes to include the current list of supportedTim Kientzle2004-07-121-49/+47
* Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) areTim Kientzle2004-07-101-2/+4
* I think this is my fourth complete rewrite of the dir-creationTim Kientzle2004-07-081-138/+212
* Minor wordsmithing; remove a controversial colon.Tim Kientzle2004-07-051-3/+2
* Add convenience functions to retrieve the atime fields directly,Tim Kientzle2004-07-053-0/+20
* ru@'s ambitious sweep through the manpages is mostly a good thing,Tim Kientzle2004-07-051-1/+1
* Fix the NAME section making whatis(1) happy in particular.Ruslan Ermilov2004-07-051-52/+52
* Fixed cross-references in SEE ALSO.Ruslan Ermilov2004-07-046-20/+28