kientzle2008-08-11 02:09:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libarchive archive_read.c archive_read_private.h
Log:
SVN rev 181565 on 2008-08-11 02:09:08Z by kientzle
MFC r177082: remove unused fields from the private archive_read
kientzle2008-05-10 07:03:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libarchive archive_read.c
Log:
MFC: The read side doesn't use the 'nulls' convenience value, so get
rid of it. We also don't need to set the block size here, since
we d
kientzle2008-03-12 04:58:32 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c archive_read_private.h
Log:
Remove some unused fields from the private archive_read structure
(left over from when the unified read/write structure was copied
to form se
kientzle2008-02-11 00:40:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libarchive archive_read.c
Log:
MFC archive_read.c 1.37:
* Test format once at beginning of archive instead of once per entry.
* New __archive_read_ahead() support fu
des 2008-01-03 17:54:27 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c archive_read_private.h
archive_read_support_format_zip.c
Log:
Add an internal utility function to simplify the many, many places where
the number
kientzle2007-04-05 05:22:13 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
Log:
More corrections from Joerg Sonnenberger.
Revision ChangesPath
1.33 +3 -3 src/lib/libarchive/archive_read.c
__
kientzle2007-04-02 00:41:38 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
Log:
Fix type-punned pointer, minor style fixes.
Thanks to: Joerg Sonnenberger
Revision ChangesPath
1.32 +7 -6 src/lib/libarchive/archive_read.c
cperciva2007-03-31 22:59:43 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
archive_read_support_format_iso9660.c
archive_read_support_format_tar.c
Log:
Provide a dummy compression-layer skip funct
cperciva2007-02-13 07:31:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libarchive archive_read.c
archive_read_support_compression_none.c
Log:
MFC archive_read.c rev. 1.29:
Don't reference a NULL pointer.
MFC a
cperciva2007-02-05 16:30:41 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
archive_read_support_compression_none.c
Log:
If (a == NULL), don't dereference (a) to record an error message. [1]
Fallout from changing the s
cperciva2007-01-03 20:01:44 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
Log:
Quiet a compiler warning where (off_t + size_t) has a different sign
from (off_t).
Submitted by: delphij
Revision ChangesPath
1.26 +1 -1
cperciva2007-01-03 13:16:59 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c
Log:
Insert zero-padding between sparse blocks in archive_read_data(). This
fixes "tar -c @foo.tar" where "foo.tar" contains sparse entries.
MFC after: 1 week
kientzle2006-01-17 04:49:04 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read.c archive_read_open_fd.c
Log:
If the attempt to open the archive fails (either the client open
routine fails or the first read fails), invoke the client close
routine imme
13 matches
Mail list logo