aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Don't write data into an empty "file."Tim Kientzle2010-12-073-13/+12
* If the Zip reader doesn't see a PK signature blockTim Kientzle2010-11-073-3/+93
* Fix manpage markup.Ulrich Spörlein2010-11-061-1/+0
* Clarify the naming: Methods that free an object shouldTim Kientzle2010-11-0513-77/+114
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typo.Joel Dahl2010-08-031-1/+1
* s/an struct/a structBenedict Reuschling2010-07-171-3/+3
* mdoc nitpicking: the title argument shall be uppercaseUlrich Spörlein2010-06-118-8/+8
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-1/+1
* Retry reads that fail with EINTR. This fixes a problemTim Kientzle2010-05-182-12/+20
* Fix build.Xin LI2010-05-171-1/+1
* Reorganize slightly in preparation for making lzma and bz2 support conditional.Tim Kientzle2010-05-162-4/+10
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-25/+25
* Enable liblzma support in libarchiveMartin Matuska2010-05-101-6/+3
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+0
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-2/+2
* Add missing newline in last line of file.Ulrich Spörlein2010-02-161-1/+1
* Don't try to hardlink block or character device nodes that come outTim Kientzle2010-01-231-2/+4
* Use a simpler memory-management strategy for the file objects.Tim Kientzle2010-01-231-46/+23
* If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can'tTim Kientzle2010-01-231-7/+16
* Initialize the allocated 'struct zip'.Tim Kientzle2010-01-231-1/+1
* Fix a memory leak when a filter fails to initialize.Tim Kientzle2010-01-231-16/+27
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Remove some test files that are no longer used.Tim Kientzle2009-12-305-27092/+0
* Reserve constants for RPM unwrapper and XAR reader.Tim Kientzle2009-12-301-0/+2
* Libarchive in FreeBSD is now synced up with 2.7.901a fromTim Kientzle2009-12-301-2/+2
* UU decoder. Now that libarchive can recursively taste input streams,Tim Kientzle2009-12-306-0/+767
* A raft of test changes and improvements from the Googlecode repository.Tim Kientzle2009-12-3073-1315/+6267
* Merge Michihiro NAKAJIMA's significant work on the ISO9660 readerTim Kientzle2009-12-301-323/+1659
* Rationalize the support for cryptographic hashes.Tim Kientzle2009-12-292-105/+250
* Essentially eliminate problems with false hardlinks in POSIX cpioTim Kientzle2009-12-291-16/+91
* Clear extraneous error messages.Tim Kientzle2009-12-291-0/+2
* Zip write support for libarchive.Tim Kientzle2009-12-295-0/+671
* If we're linking against liblzma, allow the decompressor to use up toTim Kientzle2009-12-291-23/+87
* Minor style fixes plus a fix for an obscure crash on certain malformedTim Kientzle2009-12-291-11/+5
* Be a little more skeptical of dev/ino matches when reading cpio files.Tim Kientzle2009-12-291-35/+35
* Style and portability fixes for pax writer. Mostly very routine, except for:Tim Kientzle2009-12-291-32/+26
* Style fixes to tar reader:Tim Kientzle2009-12-291-16/+16
* Various style fixes to the 'newc' cpio writer:Tim Kientzle2009-12-291-17/+26
* Various fixes when creating objects on disk:Tim Kientzle2009-12-291-23/+74
* Catch decompression failures earlier. In particular, this givesTim Kientzle2009-12-291-0/+8
* Various style and portability fixes, including:Tim Kientzle2009-12-291-12/+35
* 64-bit ino support and discourage bad use of this header.Tim Kientzle2009-12-291-1/+5
* Portability.Tim Kientzle2009-12-281-1/+3
* Remove some dead assignments, fix some declarations.Tim Kientzle2009-12-281-3/+1
* Clarify an example so Linux folks won't keep getting confused by this point.Tim Kientzle2009-12-281-0/+3
* Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.Tim Kientzle2009-12-281-0/+2
* Fix some unused variables and dead assignments.Tim Kientzle2009-12-283-5/+2
* Remove an unused variable and an unreachable statement.Tim Kientzle2009-12-281-3/+1
* Fix line endings.Tim Kientzle2009-12-281-187/+187