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_entry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1347 from evelikov/mtree
Martin Matuška
2020-06-09
1
-0
/
+69
|
\
|
*
Introduce internal archive_entry_set_digest()
Emil Velikov
2020-03-14
1
-0
/
+34
|
*
Introduce public digest getter API
Emil Velikov
2020-03-13
1
-0
/
+22
|
*
Introduce internal storage for entry digests
Justin Brewer
2020-03-13
1
-0
/
+13
*
|
Complete support for UTF8 encoding conversion
Yichao Yu
2020-05-31
1
-5
/
+5
*
|
archive_entry: use the proper define for mode_t
Steve Lhomme
2020-04-02
1
-3
/
+3
|
/
*
Multiple code fixes and optimizations
Martin Matuska
2020-01-14
1
-5
/
+5
*
Add support for Windows file attributes readonly, hidden and system
Martin Matuska
2019-05-09
1
-0
/
+13
*
Windows symlinks: new functions and extended tar header
Martin Matuska
2019-04-15
1
-0
/
+17
*
archive_entry.c: changes in file flags code
Martin Matuska
2019-03-19
1
-11
/
+5
*
libarchive/archive_entry.c: fix typo in comment
Martin Matuska
2019-03-19
1
-1
/
+1
*
archive_entry.c: alphabetically sort FreeBSD/MacOS file flags in comment
Martin Matuska
2019-03-14
1
-9
/
+9
*
Remove FS_EXTEND_FL from Linux and UF_ARCHIVE from FreeBSD file flags
Martin Matuska
2019-03-14
1
-9
/
+0
*
Improve and document file flag and file attribute support
Martin Matuska
2019-03-13
1
-85
/
+95
*
Understand "journal-data", "secdel" and "undel" fflags in star tar archives
Martin Matuska
2019-03-07
1
-0
/
+7
*
archive_entry.c: replace spaces with tabs, understand nouunlnk on Linux
Martin Matuska
2019-03-06
1
-73
/
+75
*
Bug #1128: Deletion of unnecessary checks before calls of the function “fre...
Markus Elfring
2019-02-04
1
-12
/
+6
*
Be consistent about la_ssize_t and ssize_t (#1010).
Joerg Sonnenberger
2018-07-19
1
-2
/
+2
*
Merge pull request #891 from vapier/master
Tim Kientzle
2017-03-26
1
-4
/
+4
|
\
|
*
constify variables more
Mike Frysinger
2017-03-23
1
-4
/
+4
*
|
Support UF_HIDDEN file flag (FreeBSD and Darwin)
Martin Matuska
2017-03-23
1
-0
/
+3
|
/
*
Use types consistent with the prototypes in the header.
Joerg Sonnenberger
2017-02-25
1
-10
/
+10
*
Fix broken Linux fflags code since kernel 3.7 (Dec 2012)
Martin Matuska
2017-02-24
1
-21
/
+89
*
Replace archive_acl_count() with archive_acl_types() where possible
Martin Matuska
2017-01-19
1
-1
/
+1
*
Extend NFSv4 ACL support in libarchive
Martin Matuska
2016-12-27
1
-12
/
+100
*
Replace malloc + memset with calloc.
Joerg Sonnenberger
2016-12-06
1
-2
/
+1
*
Add archive_entry_acl_types() to check ACL types in an entry's ACL
Martin Matuska
2016-11-24
1
-0
/
+9
*
Issue 412: Visual Studio 2008 does not support C99
Tim Kientzle
2015-02-20
1
-2
/
+4
*
A correct fix for Issue 404: Read past end of string parsing fflags
Tim Kientzle
2015-02-07
1
-13
/
+12
*
Correct the spelling of 'wcscmp'.
Tim Kientzle
2015-02-07
1
-2
/
+11
*
Issue 404: Read past end of string parsing fflags
Tim Kientzle
2015-02-07
1
-6
/
+4
*
Add a support for utf-8 in archive_entry fields
Nicolas Cornu
2014-12-11
1
-0
/
+110
*
Style: Don't check for entry being non-NULL (none
Tim Kientzle
2013-12-19
1
-17
/
+13
*
Store encryption info in single char of entry
Konrad Kleine
2013-09-18
1
-11
/
+17
*
Detect encrypted archive entries (ZIP, RAR, 7Zip)
Konrad Kleine
2013-09-17
1
-0
/
+39
*
Add --nopreserveHFSCompression option to bsdtar to prevent
Michihiro NAKAJIMA
2012-10-31
1
-0
/
+3
*
Eliminate invoking __archive_errx() from archive_acl.c.
Michihiro NAKAJIMA
2012-01-23
1
-3
/
+12
*
When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...
Michihiro NAKAJIMA
2012-01-23
1
-7
/
+56
*
Issue #189: Don't rely on dev/ino being zero when they
Tim Kientzle
2011-11-03
1
-0
/
+17
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-1
/
+6
*
Remove unused wmemcpy definition.
Michihiro NAKAJIMA
2011-05-15
1
-3
/
+0
*
Use archive_mstring_*_l interface in archive_acl_* functions
Michihiro NAKAJIMA
2011-05-12
1
-1
/
+10
*
Implement a string conversion interface to archive_entry and archive_mstring
Michihiro NAKAJIMA
2011-05-09
1
-0
/
+114
*
Change the interface of archive_mstring_get_{utf8,mbs,wcs} so that we will be...
Michihiro NAKAJIMA
2011-05-05
1
-20
/
+58
*
Change a return code of archive_mstring_update_utf8() function;
Michihiro NAKAJIMA
2011-05-05
1
-7
/
+26
*
Add a wide character version of archive_entry_sourcepath() and archive_entry_...
Michihiro NAKAJIMA
2011-04-11
1
-0
/
+12
*
remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000
Roman Neuhauser
2011-04-09
1
-37
/
+0
*
Add an mbs version of ACL control functions in order to reduce
Michihiro NAKAJIMA
2011-03-25
1
-0
/
+6
*
Switch archive_string character set conversion over to use iconv()
Tim Kientzle
2011-03-06
1
-23
/
+34
*
First part of the NFS4 ACL support.
Tim Kientzle
2010-12-05
1
-4
/
+4
[next]