aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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-63/+116
* 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-139/+213
* 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
* Yet another pointy hat: When restoring file flags, it's okay to use theTim Kientzle2004-07-041-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-3/+6
* In case symlinks happen to already be sitting around, be sure to useTim Kientzle2004-06-301-6/+20
* Some implicit dirs were not having the umask correctlyTim Kientzle2004-06-281-4/+13
* Refuse to extract an entry from an archive on top of the archive being read.Tim Kientzle2004-06-274-3/+34
* More cleanup work on permissions restore:Tim Kientzle2004-06-273-179/+204
* Add two new convenience functions to query the uid/gid from anTim Kientzle2004-06-275-29/+121
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-2712-101/+176
* More tweaks to implicit directory creation. Even such abominations asTim Kientzle2004-06-271-4/+27
* * The mode for implicitly-created dirs is now 0777 modified by theTim Kientzle2004-06-271-4/+6
* Unify mkdirpath (used to automatically create missing parent dirs) andTim Kientzle2004-06-271-215/+126
* Read gtar-style sparse archives.Tim Kientzle2004-06-277-61/+157