summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Discourage external use of this header.kientzle2009-12-281-0/+4
* Remove unused variable.kientzle2009-12-281-2/+0
* O_BINARY for Windows.kientzle2009-12-281-0/+9
* Handle Zip CRC validation for uncompressed Zip archives even onkientzle2009-12-282-6/+71
* Include limits.h; remove unused variable.kientzle2009-12-281-3/+3
* Use ino64 interface.kientzle2009-12-282-6/+6
* Use new ino64 interface.kientzle2009-12-281-2/+1
* New archive_file_count() utility.kientzle2009-12-287-5/+42
* Portability fixes.kientzle2009-12-281-5/+14
* Various portability fixes, plus:kientzle2009-12-285-107/+300
* Remove an unused variable and an unnecessary increment.kientzle2009-12-281-3/+1
* Eliminate an unused assignment.kientzle2009-12-281-2/+2
* Portability: Set the file descriptor to binary mode on Win32kientzle2009-12-283-0/+22
* Discourage outside use of this internal header.kientzle2009-12-281-0/+4
* Remove dead assignment.kientzle2009-12-281-1/+0
* Portability:kientzle2009-12-281-5/+37
* Portability: terminate abnormally via abort() instead of segfault,kientzle2009-12-281-4/+12
* Allow more formats to be active at a time; discourage outside use.kientzle2009-12-281-1/+5
* Enforce this as an internal-only header.kientzle2009-12-281-0/+4
* Discourage people from using this header outside of libarchive.kientzle2009-12-281-0/+4
* Compatibility: I found some more compilers that don't like 'inline' keyword.kientzle2009-12-281-1/+5
* Sync with googlecode some changes that have no impact on FreeBSD.kientzle2009-12-281-1/+6
* Compatibility fix for some older systems with non-POSIX getgrnam_r/getpwnam_rkientzle2009-12-281-2/+4
* Catch certain gzip failures at close time.kientzle2009-12-281-0/+2
* Remove a dead assignment.kientzle2009-12-281-1/+0
* Remove some unused variables and dead assignments.kientzle2009-12-281-3/+1
* Update the hard-coded configuration for libarchive.kientzle2009-12-281-3/+7
* Update format manpages for libarchive.kientzle2009-12-282-32/+87
* Merge two cpio fixes from libarchive.googlecode.com:kientzle2009-12-101-2/+5
* Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logickientzle2009-09-082-3/+6
OpenPOWER on IntegriCloud