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 appropriate flag header on Linux.
kientzle
2004-05-02
1
-0
/
+4
*
Create missing directories when extracting hardlinks and symlinks.
kientzle
2004-04-30
1
-9
/
+39
*
Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports the
kientzle
2004-04-29
1
-7
/
+49
*
Add statistics: track offset in compressed and uncompressed archive,
kientzle
2004-04-28
10
-1
/
+43
*
Correct spelling of "shell archive" to match /usr/share/misc/magic.
kientzle
2004-04-28
1
-1
/
+1
*
Add the libarchive-formats.5 manpage. This summarizes the various
kientzle
2004-04-28
3
-0
/
+229
*
Add read support for four more common cpio variants:
kientzle
2004-04-28
1
-64
/
+304
*
Update file flag handling.
kientzle
2004-04-26
9
-82
/
+506
*
Make clone more aggressive about copying strings to the new entry.
kientzle
2004-04-23
1
-9
/
+9
*
Set the 'dump' flag for shardump format.
kientzle
2004-04-23
1
-0
/
+4
*
Correct spelling of == so that file flags are correctly restored.
kientzle
2004-04-23
1
-1
/
+1
*
More portability improvements, thanks to Juergen Lock.
kientzle
2004-04-21
5
-44
/
+82
*
Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.
kientzle
2004-04-20
1
-15
/
+27
*
In GNU tar archives, read ctime from ctime field, not atime field.
kientzle
2004-04-20
1
-1
/
+1
*
Eliminate some redundant calls to archive_entry_hardlink.
kientzle
2004-04-20
2
-8
/
+15
*
Optimize ustar header formatting.
kientzle
2004-04-19
1
-89
/
+79
*
Only enable the ACL restore logic on FreeBSD versions >= 5.0.
kientzle
2004-04-16
1
-0
/
+3
*
* Plug a buffer overrun in ACL parsing. (archive_entry.c)
kientzle
2004-04-13
12
-51
/
+99
*
More work on ACLs: fix error in archive_entry's ACL parsing code,
kientzle
2004-04-12
36
-933
/
+396
*
Linux still uses 32-bit off_t by default. Ask for 64-bit off_t on
kientzle
2004-04-07
1
-0
/
+1
*
Fix some issues with ACL handling:
kientzle
2004-04-06
5
-53
/
+89
*
Overhauled ACL support. This makes us compatible
kientzle
2004-04-05
21
-194
/
+1239
*
mdoc fixes
kientzle
2004-03-23
1
-2
/
+2
*
Just use autoconf-compatible feature macros; don't try to be clever.
kientzle
2004-03-22
2
-4
/
+9
*
Bug: Standard C still requires declarations to precede statements. <sigh>
kientzle
2004-03-20
3
-8
/
+17
*
Many fixes:
kientzle
2004-03-19
23
-631
/
+1163
*
Many fixes.
kientzle
2004-03-09
37
-203
/
+448
*
Recognize hardlinks when reading cpio files.
kientzle
2004-03-07
1
-5
/
+100
*
Minor API tweak: The format-specific write_header function now sets
kientzle
2004-03-06
3
-36
/
+110
*
Remove last evidence of a long-dead function.
kientzle
2004-03-06
2
-18
/
+0
*
Add ARCHIVE_EXTRACT_UNLINK option to permit clients to
kientzle
2004-03-06
3
-0
/
+7
*
Correctly read symlinks from cpio files.
kientzle
2004-03-06
1
-1
/
+15
*
Correctly read SCHILY.nlink from pax-format archives.
kientzle
2004-03-05
1
-0
/
+2
*
sys/types.h must be included before sys/acl.h,
kientzle
2004-02-12
1
-1
/
+1
*
libarchive itself is now completely clean at WARNS=10 on all architectures.
kientzle
2004-02-12
2
-2
/
+6
*
Initial import of libarchive.
kientzle
2004-02-09
45
-0
/
+11942