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
*
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
*
Don't lie. If a string can't be converted to a wide (Unicode) string,
kientzle
2008-03-14
2
-1
/
+43
*
Don't advertise the default block size as a constant; don't
kientzle
2008-03-14
1
-1
/
+6
*
New public functions archive_entry_copy_link() and archive_entry_copy_link_w()
kientzle
2008-03-14
5
-1
/
+58
*
Update some comments, comment out argument names to guard against
kientzle
2008-03-14
1
-16
/
+50
*
Since "length" computes the length of a string and is used as an
kientzle
2008-03-14
1
-1
/
+1
*
Let archive_entry_clear() accept a NULL pointer and simply do nothing.
kientzle
2008-03-14
1
-0
/
+2
*
Rework the versioning implementation and test to match the
kientzle
2008-03-14
2
-2
/
+58
*
Rework the versioning information, hopefully for the last time.
kientzle
2008-03-14
1
-41
/
+37
*
Add a useful sprintf()-style wrapper around
kientzle
2008-03-14
2
-0
/
+13
*
Support for writing 'compress' format, thanks to Joerg Sonnenberger.
kientzle
2008-03-14
5
-0
/
+596
*
A block in a tar file is 512 bytes. Period.
kientzle
2008-03-14
1
-1
/
+1
*
Current 'ar' read support in libarchive can only handle a GNU/SVR4
kaiw
2008-03-12
3
-42
/
+41
*
Portability: Eliminate the need for uudecode by incorporating
kientzle
2008-03-12
7
-81
/
+231
*
Remove some unused fields from the private archive_read structure
kientzle
2008-03-12
2
-52
/
+0
*
Tighten up the semantics of acl_next() and xattr_next() when you
kientzle
2008-03-12
2
-0
/
+27
*
Typo, thanks to: Jeff Johnson.
kientzle
2008-03-12
1
-1
/
+1
*
Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.
jkoshy
2008-03-10
1
-12
/
+70
*
Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.
jkoshy
2008-03-10
4
-17
/
+103
*
Spelling correction, thanks to Joerg Sonnenberger.
kientzle
2008-02-27
1
-1
/
+1
*
Optimize skipping over Zip entries.
kientzle
2008-02-27
1
-14
/
+5
*
Rename the archive_endian.h functions to avoid name clashes
kientzle
2008-02-26
2
-39
/
+41
*
Sanity-check the block size.
kientzle
2008-02-21
1
-0
/
+19
*
Include O_BINARY in open() calls on platforms that support it.
kientzle
2008-02-19
2
-3
/
+13
*
Another tiny, tiny step towards Windows support. No, I don't plan to
kientzle
2008-02-19
1
-1
/
+4
*
Someday I might forgive the standards bodies for omitting timegm().
kientzle
2008-02-19
1
-5
/
+9
*
Simplify file type setting.
kientzle
2008-02-19
1
-4
/
+2
*
The test_assert() function that backs my custom assert() macro
kientzle
2008-02-19
2
-9
/
+12
*
Portability: Since the values are fixed and the symbolic names
kientzle
2008-02-19
1
-3
/
+3
*
Portability: Include O_BINARY if the local platform defines it.
kientzle
2008-02-19
1
-1
/
+5
*
Correct a compile error when libbz2/zlib are unavailable.
kientzle
2008-02-19
2
-2
/
+2
*
Mark a few additional functions that are/are not available on FreeBSD.
kientzle
2008-02-19
1
-0
/
+7
*
Portability improvements:
kientzle
2008-02-19
1
-23
/
+66
*
Add hook routine archive_write_ar_finish() which writes the 'ar'
kaiw
2008-01-31
1
-1
/
+19
*
Add a test to verify compatibility with archives with
kientzle
2008-01-31
3
-0
/
+145
*
Tighten up the heuristic that decides whether or not we should
kientzle
2008-01-31
1
-20
/
+36
[next]