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
*
Garbage collect a variable which is assigned a value once but otherwise
cperciva
2008-07-10
1
-2
/
+0
*
libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5.
kientzle
2008-07-05
1
-2
/
+2
*
Remove a couple of capability definitions that are never used.
kientzle
2008-07-05
1
-2
/
+0
*
When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always
kientzle
2008-07-05
1
-5
/
+9
*
Don't use the deprecated linux/ext2_fs.h include file.
kientzle
2008-07-05
1
-3
/
+0
*
Add $FreeBSD$ to the uuencoded test files that didn't have them already.
peter
2008-07-03
9
-0
/
+9
*
More explicit error message.
des
2008-06-30
1
-1
/
+2
*
Add missing $FreeBSD$
des
2008-06-30
1
-0
/
+1
*
Some tests won't build at WARNS level 6 due to aliasing violations.
des
2008-06-26
1
-4
/
+4
*
Add regression test for CRC32 check. The test file has been modified to
des
2008-06-26
2
-5
/
+6
*
Implement CRC32 verification. Note that you have to read until EOF to
des
2008-06-26
1
-5
/
+12
*
Allow the tests to build without libdmalloc.
des
2008-06-26
1
-2
/
+2
*
Split out the reference zip file for ease of maintenance.
kientzle
2008-06-26
2
-19
/
+16
*
Refactor one of the ISO extraction tests: Move the reference
kientzle
2008-06-21
2
-94
/
+76
*
MfP4: Joerg Sonnenberg's extensions to the mtree support for more
kientzle
2008-06-21
1
-12
/
+79
*
A security-check failure here should be ARCHIVE_FAILED (cannot continue this
kientzle
2008-06-21
1
-3
/
+3
*
Rework the my_mbtowc_utf8() support function to fully match the mbtowc()
kientzle
2008-06-15
1
-14
/
+14
*
Since wctomb() returns int, temporaries should be int, not size_t.
kientzle
2008-06-15
1
-2
/
+2
*
A number of minor corrections to the support for external compression
kientzle
2008-06-15
3
-13
/
+45
*
Be a little more careful about closing file descriptors that may not exist.
kientzle
2008-06-15
1
-1
/
+2
*
MfP4: test harness improvements.
kientzle
2008-06-15
6
-34
/
+99
*
Fix a bad cast.
kientzle
2008-06-15
1
-1
/
+1
*
Fix reading TOC from zip archives with unsupported
kientzle
2008-06-15
1
-2
/
+6
*
Mark hardlinks that lack any other interesting filetype information
kientzle
2008-06-15
1
-0
/
+5
*
Portability: We can get away with the older and better-supported
kientzle
2008-06-15
2
-33
/
+24
*
Portability: wchar_t is defined in stdlib.h on some systems.
kientzle
2008-06-15
1
-0
/
+3
*
archive.h is no longer constructed from archive.h.in,
kientzle
2008-06-15
3
-15
/
+1
*
Fix the new generic link resolver in libarchive to never match
kientzle
2008-06-15
2
-0
/
+21
*
Don't store a pointer in "next" if we're never going to use it.
cperciva
2008-06-09
1
-2
/
+2
*
Minor code hardening: Verify the final bytes of the string
kientzle
2008-05-27
1
-1
/
+1
*
Until the old archive.h.in gets renamed to archive.h in the repository,
kientzle
2008-05-27
1
-0
/
+6
*
MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more
kientzle
2008-05-26
49
-938
/
+3609
*
Check that lseek(2) succeeds and puts us where we expect. [1]
cperciva
2008-05-23
1
-3
/
+7
*
We only use the string "?rwxrwxrwx " once, so inline it rather than
cperciva
2008-05-23
1
-2
/
+1
*
Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead and
cperciva
2008-05-19
1
-0
/
+1
*
Include an extra byte for the trailing NUL. <sigh>
kientzle
2008-03-31
1
-1
/
+1
*
Add MLINK for archive_write_close.
kaiw
2008-03-21
1
-0
/
+1
*
Update a comment: the format bid only runs once per archive; it no
kientzle
2008-03-15
1
-9
/
+2
*
Free up the entry objects allocated during this test.
kientzle
2008-03-15
1
-0
/
+3
*
Release the buffers used for exercising the compress code.
kientzle
2008-03-15
1
-0
/
+3
*
Remove the duplicate "archive_format" and "archive_format_name" fields
kientzle
2008-03-15
7
-29
/
+22
*
Correct a sign mismatch that only showed up on 64-bit systems.
kientzle
2008-03-15
1
-2
/
+2
*
Refactor the mtree code a bit to make the layering clearer: Each
kientzle
2008-03-15
1
-106
/
+172
*
FreeBSD does have fstat().
kientzle
2008-03-15
2
-1
/
+2
*
Testability is more important than standards conformance.
kientzle
2008-03-15
1
-3
/
+8
*
Ignore a few more common files.
kientzle
2008-03-15
1
-1
/
+7
*
Resolve a minor nit in SUS compliance by including the PID in the
kientzle
2008-03-15
2
-12
/
+27
*
GC a reference to the defunct TESTFILES variable.
kientzle
2008-03-15
1
-1
/
+1
*
A subtle point: "pax interchange format" mandates that all strings
kientzle
2008-03-15
5
-259
/
+538
*
Ignore some built files.
kientzle
2008-03-15
1
-0
/
+4
[next]