aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* Discourage external use of this header.Tim Kientzle2009-12-281-0/+4
* Remove unused variable.Tim Kientzle2009-12-281-2/+0
* O_BINARY for Windows.Tim Kientzle2009-12-281-0/+9
* Handle Zip CRC validation for uncompressed Zip archives even onTim Kientzle2009-12-282-6/+71
* Include limits.h; remove unused variable.Tim Kientzle2009-12-281-3/+3
* Use ino64 interface.Tim Kientzle2009-12-282-6/+6
* Use new ino64 interface.Tim Kientzle2009-12-281-2/+1
* New archive_file_count() utility.Tim Kientzle2009-12-287-5/+42
* Portability fixes.Tim Kientzle2009-12-281-5/+14
* Various portability fixes, plus:Tim Kientzle2009-12-285-107/+300
* Remove an unused variable and an unnecessary increment.Tim Kientzle2009-12-281-3/+1
* Eliminate an unused assignment.Tim Kientzle2009-12-281-2/+2
* Portability: Set the file descriptor to binary mode on Win32Tim Kientzle2009-12-283-0/+22
* Discourage outside use of this internal header.Tim Kientzle2009-12-281-0/+4
* Remove dead assignment.Tim Kientzle2009-12-281-1/+0
* Portability:Tim Kientzle2009-12-281-5/+37
* Portability: terminate abnormally via abort() instead of segfault,Tim Kientzle2009-12-281-4/+12