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
/
archive_read_extract.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor clean up for flags restoration: Use fchflags/lchflags when
kientzle
2005-06-04
1
-9
/
+46
*
Start to address the race issue between restoring a file's contents
kientzle
2005-05-21
1
-102
/
+187
*
Portability enhancement: MS Windows won't restore metadata if the file
kientzle
2005-04-17
1
-1
/
+1
*
Clean up the support for extracting very long pathnames.
kientzle
2005-03-29
1
-13
/
+17
*
Support extracting entries with pathnames longer than PATH_MAX. In
kientzle
2005-03-13
1
-26
/
+96
*
Update a comment.
kientzle
2004-11-05
1
-0
/
+1
*
Cache uid-from-uname and gid-from-gname lookups during extraction.
kientzle
2004-08-27
1
-17
/
+84
*
Don't edit permissions of pre-existing directories during extract.
kientzle
2004-08-26
1
-1
/
+1
*
libarchive now has two complete build systems. The usual "Makefile"
kientzle
2004-08-07
1
-6
/
+11
*
Use "linux" instead of "LINUX" to control Linux-specific code.
kientzle
2004-07-24
1
-7
/
+14
*
Style: rename 'mkdirpath' so it's clearer exactly what it does.
kientzle
2004-07-15
1
-22
/
+27
*
Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) are
kientzle
2004-07-10
1
-2
/
+4
*
I think this is my fourth complete rewrite of the dir-creation
kientzle
2004-07-08
1
-139
/
+213
*
Yet another pointy hat: When restoring file flags, it's okay to use the
kientzle
2004-07-04
1
-1
/
+1
*
In case symlinks happen to already be sitting around, be sure to use
kientzle
2004-06-30
1
-6
/
+20
*
Some implicit dirs were not having the umask correctly
kientzle
2004-06-28
1
-4
/
+13
*
More cleanup work on permissions restore:
kientzle
2004-06-27
1
-179
/
+200
*
Clean up some consistent confusion between "dev" and "rdev."
kientzle
2004-06-27
1
-4
/
+4
*
More tweaks to implicit directory creation. Even such abominations as
kientzle
2004-06-27
1
-4
/
+27
*
* The mode for implicitly-created dirs is now 0777 modified by the
kientzle
2004-06-27
1
-4
/
+6
*
Unify mkdirpath (used to automatically create missing parent dirs) and
kientzle
2004-06-27
1
-215
/
+126
*
Read gtar-style sparse archives.
kientzle
2004-06-27
1
-7
/
+1
*
Always restore permissions for regular files, even if the
kientzle
2004-06-17
1
-1
/
+3
*
Be a little more careful about creating directories:
kientzle
2004-06-15
1
-7
/
+23
*
Pointy hat: We can't avoid a chown() call without checking both UID
kientzle
2004-06-05
1
-1
/
+5
*
YAPHtM: Yet Another Pointy Hat to Me.
kientzle
2004-06-05
1
-1
/
+1
*
Recognize when we've accidentally created "foo/."
kientzle
2004-06-05
1
-0
/
+12
*
Refactor the extraction code somewhat. In particular,
kientzle
2004-06-03
1
-116
/
+104
*
Previously, restoring an archive with hardlinked files that had
kientzle
2004-05-27
1
-86
/
+147
*
Add hook for a client-provided progress callback to be invoked
kientzle
2004-05-13
1
-0
/
+8
*
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
*
Update file flag handling.
kientzle
2004-04-26
1
-16
/
+63
*
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
1
-16
/
+14
*
More work on ACLs: fix error in archive_entry's ACL parsing code,
kientzle
2004-04-12
1
-13
/
+23
*
Fix some issues with ACL handling:
kientzle
2004-04-06
1
-5
/
+5
*
Overhauled ACL support. This makes us compatible
kientzle
2004-04-05
1
-48
/
+121
*
Many fixes.
kientzle
2004-03-09
1
-60
/
+186
*
sys/types.h must be included before sys/acl.h,
kientzle
2004-02-12
1
-1
/
+1
*
Initial import of libarchive.
kientzle
2004-02-09
1
-0
/
+754