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