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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't write data into an empty "file."
kientzle
2010-12-07
3
-13
/
+12
*
If the Zip reader doesn't see a PK signature block
kientzle
2010-11-07
3
-3
/
+93
*
Fix manpage markup.
uqs
2010-11-06
1
-1
/
+0
*
Clarify the naming: Methods that free an object should
kientzle
2010-11-05
13
-77
/
+114
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-1
/
+0
*
Fix typo.
joel
2010-08-03
1
-1
/
+1
*
s/an struct/a struct
bcr
2010-07-17
1
-3
/
+3
*
mdoc nitpicking: the title argument shall be uppercase
uqs
2010-06-11
8
-8
/
+8
*
mdoc: consistently spell our email addresses <foo@FreeBSD.org>
uqs
2010-05-19
1
-1
/
+1
*
Retry reads that fail with EINTR. This fixes a problem
kientzle
2010-05-18
2
-12
/
+20
*
Fix build.
delphij
2010-05-17
1
-1
/
+1
*
Reorganize slightly in preparation for making lzma and bz2 support conditional.
kientzle
2010-05-16
2
-4
/
+10
*
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
uqs
2010-05-13
1
-25
/
+25
*
Enable liblzma support in libarchive
mm
2010-05-10
1
-6
/
+3
*
Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
uqs
2010-03-02
1
-1
/
+0
*
Fix common misspelling of hierarchy
uqs
2010-02-20
1
-2
/
+2
*
Add missing newline in last line of file.
uqs
2010-02-16
1
-1
/
+1
*
Don't try to hardlink block or character device nodes that come out
kientzle
2010-01-23
1
-2
/
+4
*
Use a simpler memory-management strategy for the file objects.
kientzle
2010-01-23
1
-46
/
+23
*
If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can't
kientzle
2010-01-23
1
-7
/
+16
*
Initialize the allocated 'struct zip'.
kientzle
2010-01-23
1
-1
/
+1
*
Fix a memory leak when a filter fails to initialize.
kientzle
2010-01-23
1
-16
/
+27
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
*
Remove some test files that are no longer used.
kientzle
2009-12-30
5
-27092
/
+0
*
Reserve constants for RPM unwrapper and XAR reader.
kientzle
2009-12-30
1
-0
/
+2
*
Libarchive in FreeBSD is now synced up with 2.7.901a from
kientzle
2009-12-30
1
-2
/
+2
*
UU decoder. Now that libarchive can recursively taste input streams,
kientzle
2009-12-30
6
-0
/
+767
*
A raft of test changes and improvements from the Googlecode repository.
kientzle
2009-12-30
73
-1315
/
+6267
*
Merge Michihiro NAKAJIMA's significant work on the ISO9660 reader
kientzle
2009-12-30
1
-323
/
+1659
*
Rationalize the support for cryptographic hashes.
kientzle
2009-12-29
2
-105
/
+250
*
Essentially eliminate problems with false hardlinks in POSIX cpio
kientzle
2009-12-29
1
-16
/
+91
*
Clear extraneous error messages.
kientzle
2009-12-29
1
-0
/
+2
*
Zip write support for libarchive.
kientzle
2009-12-29
5
-0
/
+671
*
If we're linking against liblzma, allow the decompressor to use up to
kientzle
2009-12-29
1
-23
/
+87
*
Minor style fixes plus a fix for an obscure crash on certain malformed
kientzle
2009-12-29
1
-11
/
+5
*
Be a little more skeptical of dev/ino matches when reading cpio files.
kientzle
2009-12-29
1
-35
/
+35
*
Style and portability fixes for pax writer. Mostly very routine, except for:
kientzle
2009-12-29
1
-32
/
+26
*
Style fixes to tar reader:
kientzle
2009-12-29
1
-16
/
+16
*
Various style fixes to the 'newc' cpio writer:
kientzle
2009-12-29
1
-17
/
+26
*
Various fixes when creating objects on disk:
kientzle
2009-12-29
1
-23
/
+74
*
Catch decompression failures earlier. In particular, this gives
kientzle
2009-12-29
1
-0
/
+8
*
Various style and portability fixes, including:
kientzle
2009-12-29
1
-12
/
+35
*
64-bit ino support and discourage bad use of this header.
kientzle
2009-12-29
1
-1
/
+5
*
Portability.
kientzle
2009-12-28
1
-1
/
+3
*
Remove some dead assignments, fix some declarations.
kientzle
2009-12-28
1
-3
/
+1
*
Clarify an example so Linux folks won't keep getting confused by this point.
kientzle
2009-12-28
1
-0
/
+3
*
Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.
kientzle
2009-12-28
1
-0
/
+2
*
Fix some unused variables and dead assignments.
kientzle
2009-12-28
3
-5
/
+2
*
Remove an unused variable and an unreachable statement.
kientzle
2009-12-28
1
-3
/
+1
*
Fix line endings.
kientzle
2009-12-28
1
-187
/
+187
[next]