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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add $FreeBSD$ to the uuencoded test files that didn't have them already.
peter
2008-07-03
9
-0
/
+9
*
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
*
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: test harness improvements.
kientzle
2008-06-15
6
-34
/
+99
*
archive.h is no longer constructed from archive.h.in,
kientzle
2008-06-15
1
-6
/
+0
*
Fix the new generic link resolver in libarchive to never match
kientzle
2008-06-15
1
-0
/
+18
*
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
16
-88
/
+1177
*
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
*
Ignore a few more common files.
kientzle
2008-03-15
1
-1
/
+7
*
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
3
-0
/
+172
*
Ignore some built files.
kientzle
2008-03-15
1
-0
/
+4
*
Don't lie. If a string can't be converted to a wide (Unicode) string,
kientzle
2008-03-14
1
-0
/
+35
*
New public functions archive_entry_copy_link() and archive_entry_copy_link_w()
kientzle
2008-03-14
1
-1
/
+30
*
Rework the versioning implementation and test to match the
kientzle
2008-03-14
1
-0
/
+14
*
Support for writing 'compress' format, thanks to Joerg Sonnenberger.
kientzle
2008-03-14
2
-0
/
+100
*
Current 'ar' read support in libarchive can only handle a GNU/SVR4
kaiw
2008-03-12
2
-6
/
+2
*
Portability: Eliminate the need for uudecode by incorporating
kientzle
2008-03-12
7
-81
/
+231
*
Tighten up the semantics of acl_next() and xattr_next() when you
kientzle
2008-03-12
1
-0
/
+22
*
The test_assert() function that backs my custom assert() macro
kientzle
2008-02-19
2
-9
/
+12
*
Add a test to verify compatibility with archives with
kientzle
2008-01-31
3
-0
/
+145
*
Explain a subtle API change that was made recently.
kientzle
2008-01-23
1
-0
/
+21
*
Properly pad symlinks when writing cpio "newc" format.
kientzle
2008-01-23
1
-3
/
+42
*
The previous commit caused the archive_write_disk interface to
kientzle
2008-01-18
1
-0
/
+2
*
Issues with hardlinks in newc-format files prompted me to
kientzle
2008-01-18
2
-0
/
+166
*
Since the tar bidder can never get called more than once, it
kientzle
2008-01-13
1
-0
/
+47
*
Extensive improvements to the libarchive_test test program that
kientzle
2008-01-01
29
-789
/
+3321
*
Correct the cpio writers to not accept data for non-regular files.
kientzle
2007-10-12
1
-1
/
+29
*
Fix the archive_write_data() function so it always returns
kientzle
2007-09-21
1
-1
/
+76
*
Revert the last commit to libarchive. It introduced some regresssions,
bmah
2007-09-18
1
-26
/
+1
*
Correct the return value from archive_write_data()
kientzle
2007-09-18
1
-1
/
+26
*
This commit updates libarchive to be compatible with
kientzle
2007-08-18
1
-136
/
+537
*
Make suid/sgid restore be "opportunistic" if
kientzle
2007-08-12
1
-10
/
+60
*
Update the tests for reading the various GNU tar sparse formats.
kientzle
2007-08-12
1
-75
/
+267
*
Two minor nits:
kientzle
2007-07-31
1
-0
/
+7
*
Clarify one test.
kientzle
2007-07-15
1
-1
/
+1
*
Use an uncompressed test archive for gtar sparse format 1.0 format,
kientzle
2007-07-14
1
-20
/
+6
*
Report each failed test once, but keep a count and report that count
kientzle
2007-07-14
3
-22
/
+111
*
Extend the basic tar reading test to exercise most types of
kientzle
2007-07-14
1
-49
/
+388
*
Make the test for reading gtar sparse entries more robust;
kientzle
2007-07-13
1
-35
/
+198
*
New test suite test_read_pax_truncated probes libarchive
kientzle
2007-07-13
2
-0
/
+282
*
New file "read_open_memory.c" is a custom variant of
kientzle
2007-07-13
3
-1
/
+153
*
Fix running individual tests via "libarchive_test <number> <number> ..."
kientzle
2007-07-13
1
-1
/
+2
*
Make test suite work with libarchive 1.3.1: Take advantage of
kientzle
2007-07-06
17
-25
/
+289
[next]