index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_read_disk_entry_from_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ARCHIVE_READDISK_NO_SPARSE to suppress reading sparse file info
Jonas Witschel
2021-11-14
1
-3
/
+5
*
HBSD: Ignore UFS shenanigans
Shawn Webb
2020-10-14
1
-4
/
+8
*
HBSD: wrap function declaration in an ifdef to appease CI
Shawn Webb
2020-10-14
1
-0
/
+2
*
HBSD: Teach libarchive about the system extended attribute namespace
Shawn Webb
2020-10-14
1
-4
/
+38
*
Fix possible off-by-one when dealing with readlink(2)
Pawel Jakub Dawidek
2019-12-29
1
-3
/
+3
*
Merge pull request #1076 from uckelman-sf/fix_undef_stat
Martin Matuška
2019-04-06
1
-1
/
+1
|
\
|
*
Don't #undef stat and #define stat(). stat is one of those unfortunate
Joel Uckelman
2018-10-18
1
-1
/
+1
*
|
archive_read_disk_entry_from_file(): check for ARCHIVE_READ_DISK magic
Martin Matuska
2019-03-04
1
-0
/
+3
|
/
*
Spelling fixes
Graham Percival
2017-07-30
1
-1
/
+1
*
Reshuffle conditions to ensure path is initialised and NULL handled.
Joerg Sonnenberger
2017-04-29
1
-4
/
+5
*
Report names of extended attributes that could not be restored
Martin Matuska
2017-03-30
1
-2
/
+14
*
Improve extended attribute support
Martin Matuska
2017-03-23
1
-46
/
+85
*
Deduplicate working path code in archive_read_disk_entry_from_file
Martin Matuska
2017-03-16
1
-60
/
+40
*
Do not treat archive_read_disk_entry_setup_acls() as static
Martin Matuska
2017-03-16
1
-16
/
+12
*
Move platform-specific ACL code to individual source files.
Martin Matuska
2017-03-14
1
-1126
/
+17
*
Darwin ACL: avoid unnecessary use of getpwuuid() and getgruuid()
Martin Matuska
2017-03-08
1
-20
/
+4
*
Solaris: use aclp instead of acl to not shadow global acl()
Martin Matuska
2017-03-02
1
-48
/
+65
*
Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OS
Martin Matuska
2017-03-02
1
-12
/
+12
*
Change Solaris ACL support to use acl() and facl()
Martin Matuska
2017-03-02
1
-53
/
+153
*
Fix compilation on Mac OS X versions without ACL_SYNCHRONIZE
Martin Matuska
2017-02-28
1
-0
/
+7
*
Add ARCHIVE_READDISK_NO_FFLAGS to suppress reading file flags from disk
Martin Matuska
2017-02-24
1
-2
/
+3
*
Fix broken Linux fflags code since kernel 3.7 (Dec 2012)
Martin Matuska
2017-02-24
1
-2
/
+9
*
Use ARCHIVE_READDISK_* flags as a internal bitfield, too
Martin Matuska
2017-02-22
1
-3
/
+3
*
Add ARCHIVE_READDISK_NO_ACL option to suppress reading ACLs from disk
Martin Matuska
2017-02-22
1
-1
/
+3
*
Replace archive_entry_acl_count() with archive_entry_acl_types()
Martin Matuska
2017-02-19
1
-2
/
+2
*
disk read: improve path handling for acls, xattrs and mac_metadata
Martin Matuska
2017-02-18
1
-73
/
+76
*
disk read: rework handling of paths for acls, xattrs and mac_metadata
Martin Matuska
2017-02-18
1
-47
/
+47
*
Merge pull request #863 from Tarsnap/spelling-upload
Tim Kientzle
2017-02-12
1
-1
/
+1
|
\
|
*
Spelling fixes
Graham Percival
2017-02-11
1
-1
/
+1
*
|
NFSv4 ACL maps: make const and deduplicate a bit
Martin Matuska
2017-02-12
1
-6
/
+6
|
/
*
Properly free memory allocated by acl_get_qualifier()
Martin Matuska
2017-01-31
1
-7
/
+24
*
Add NFSv4 ACL support for Mac OS X
Martin Matuska
2017-01-29
1
-24
/
+249
*
Use HAVE_ACL_TYPE_NFS4 instead of checking against system constant
Martin Matuska
2017-01-17
1
-9
/
+9
*
Rework sun_acl_is_trivial() once again
Martin Matuska
2017-01-15
1
-89
/
+83
*
Fix sun_acl_is_trivial() for directories
Martin Matuska
2017-01-15
1
-19
/
+26
*
Style fix: replace spaces with tabs
Martin Matuska
2017-01-13
1
-44
/
+44
*
Implement ACL triviality check for Solaris
Martin Matuska
2017-01-12
1
-3
/
+159
*
Make acl_perm_map[] and acl_inherit_map[] more readable
Martin Matuska
2017-01-10
1
-28
/
+27
*
Add POSIX.1e and NFSv4 ACL support for Solaris and derivates
Martin Matuska
2017-01-10
1
-18
/
+218
*
Add missing entries to acl_inherit_map[]
Martin Matuska
2017-01-04
1
-1
/
+4
*
If possible read default ACLs with acl_get_fd_np()
Martin Matuska
2017-01-04
1
-0
/
+5
*
Extend NFSv4 ACL support in libarchive
Martin Matuska
2016-12-27
1
-1
/
+2
*
Spelling fixes (#831)
Graham Percival
2016-12-04
1
-3
/
+3
*
Unbreak build with Linux kernels older than 3.8
Martin Matuska
2016-11-07
1
-1
/
+1
*
Support SEEK_HOLE under Linux, fallback to FIEMAP
Martin Matuska
2016-11-07
1
-8
/
+39
*
Remove unneeded return.
Mariusz Zaborski
2016-10-07
1
-1
/
+0
*
ftbfs: declare 'r' variable for non NFSv4 ACLs too
Pavel Raiskup
2016-09-12
1
-2
/
+2
*
ACL error handling
Martin Matuska
2016-09-05
1
-32
/
+92
*
Multiple bugfixes for setup_acls()
Martin Matuska
2016-09-04
1
-6
/
+45
*
fix use of acl_get_flagset_np() on FreeBSD
Martin Matuska
2016-08-04
1
-7
/
+10
[next]