index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libarchive
/
archive_read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Portability and style fixes:
kientzle
2006-11-10
1
-3
/
+11
*
Some minor corrections:
kientzle
2006-09-05
1
-14
/
+17
*
Use 'skip' when ignoring data in tar archives. This dramatically
kientzle
2006-07-30
1
-0
/
+15
*
If the attempt to open the archive fails (either the client open
kientzle
2006-01-17
1
-13
/
+36
*
signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...
kientzle
2005-09-24
1
-2
/
+2
*
In archive_read_open(), do not set the internal archive state to
kientzle
2005-09-21
1
-2
/
+4
*
Add a lot of error checks, based on the patches provided by Dan Lukes.
kientzle
2005-09-21
1
-0
/
+9
*
Fix some errors in archive_read_data that caused failures in bsdtar's
kientzle
2005-09-10
1
-12
/
+11
*
Remove the C99-specific __func__ that is one of the few barrier to
kientzle
2005-06-01
1
-10
/
+10
*
A number of improvements to ZIP support.
kientzle
2005-04-06
1
-3
/
+11
*
Clear the error buffer on entry
kientzle
2005-01-08
1
-0
/
+1
*
Eliminate reliance on non-portable <err.h> by implementing a very
kientzle
2004-08-14
1
-7
/
+8
*
Split archive_{read,write}_finish into separate "close" (finish the archive
kientzle
2004-08-07
1
-6
/
+18
*
Correctly reset archive_read_data state everytime a header is read.
kientzle
2004-06-04
1
-0
/
+5
*
Be more careful about the initial read (used for "tasting" the compression):
kientzle
2004-06-04
1
-1
/
+12
*
Refactor the extraction code somewhat. In particular,
kientzle
2004-06-03
1
-1
/
+0
*
Refactor read_data:
kientzle
2004-06-02
1
-50
/
+84
*
* Plug a buffer overrun in ACL parsing. (archive_entry.c)
kientzle
2004-04-13
1
-3
/
+3
*
More work on ACLs: fix error in archive_entry's ACL parsing code,
kientzle
2004-04-12
1
-3
/
+0
*
Overhauled ACL support. This makes us compatible
kientzle
2004-04-05
1
-11
/
+12
*
Many fixes:
kientzle
2004-03-19
1
-16
/
+9
*
Many fixes.
kientzle
2004-03-09
1
-6
/
+7
*
Initial import of libarchive.
kientzle
2004-02-09
1
-0
/
+505