summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1347 from evelikov/mtreeMartin Matuška2020-06-091-0/+69
|\
| * Introduce internal archive_entry_set_digest()Emil Velikov2020-03-141-0/+34
| * Introduce public digest getter APIEmil Velikov2020-03-131-0/+22
| * Introduce internal storage for entry digestsJustin Brewer2020-03-131-0/+13
* | Complete support for UTF8 encoding conversionYichao Yu2020-05-311-5/+5
* | archive_entry: use the proper define for mode_tSteve Lhomme2020-04-021-3/+3
|/
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-5/+5
* Add support for Windows file attributes readonly, hidden and systemMartin Matuska2019-05-091-0/+13
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-0/+17
* archive_entry.c: changes in file flags codeMartin Matuska2019-03-191-11/+5
* libarchive/archive_entry.c: fix typo in commentMartin Matuska2019-03-191-1/+1
* archive_entry.c: alphabetically sort FreeBSD/MacOS file flags in commentMartin Matuska2019-03-141-9/+9
* Remove FS_EXTEND_FL from Linux and UF_ARCHIVE from FreeBSD file flagsMartin Matuska2019-03-141-9/+0
* Improve and document file flag and file attribute supportMartin Matuska2019-03-131-85/+95
* Understand "journal-data", "secdel" and "undel" fflags in star tar archivesMartin Matuska2019-03-071-0/+7
* archive_entry.c: replace spaces with tabs, understand nouunlnk on LinuxMartin Matuska2019-03-061-73/+75
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-12/+6
* Be consistent about la_ssize_t and ssize_t (#1010).Joerg Sonnenberger2018-07-191-2/+2
* Merge pull request #891 from vapier/masterTim Kientzle2017-03-261-4/+4
|\
| * constify variables moreMike Frysinger2017-03-231-4/+4
* | Support UF_HIDDEN file flag (FreeBSD and Darwin)Martin Matuska2017-03-231-0/+3
|/
* Use types consistent with the prototypes in the header.Joerg Sonnenberger2017-02-251-10/+10
* Fix broken Linux fflags code since kernel 3.7 (Dec 2012)Martin Matuska2017-02-241-21/+89
* Replace archive_acl_count() with archive_acl_types() where possibleMartin Matuska2017-01-191-1/+1
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-12/+100
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Add archive_entry_acl_types() to check ACL types in an entry's ACLMartin Matuska2016-11-241-0/+9
* Issue 412: Visual Studio 2008 does not support C99Tim Kientzle2015-02-201-2/+4
* A correct fix for Issue 404: Read past end of string parsing fflagsTim Kientzle2015-02-071-13/+12
* Correct the spelling of 'wcscmp'.Tim Kientzle2015-02-071-2/+11
* Issue 404: Read past end of string parsing fflagsTim Kientzle2015-02-071-6/+4
* Add a support for utf-8 in archive_entry fieldsNicolas Cornu2014-12-111-0/+110
* Style: Don't check for entry being non-NULL (noneTim Kientzle2013-12-191-17/+13
* Store encryption info in single char of entryKonrad Kleine2013-09-181-11/+17
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+39
* Add --nopreserveHFSCompression option to bsdtar to preventMichihiro NAKAJIMA2012-10-311-0/+3
* Eliminate invoking __archive_errx() from archive_acl.c.Michihiro NAKAJIMA2012-01-231-3/+12
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-7/+56
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-0/+17
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-1/+6
* Remove unused wmemcpy definition.Michihiro NAKAJIMA2011-05-151-3/+0
* Use archive_mstring_*_l interface in archive_acl_* functionsMichihiro NAKAJIMA2011-05-121-1/+10
* Implement a string conversion interface to archive_entry and archive_mstringMichihiro NAKAJIMA2011-05-091-0/+114
* Change the interface of archive_mstring_get_{utf8,mbs,wcs} so that we will be...Michihiro NAKAJIMA2011-05-051-20/+58
* Change a return code of archive_mstring_update_utf8() function;Michihiro NAKAJIMA2011-05-051-7/+26
* Add a wide character version of archive_entry_sourcepath() and archive_entry_...Michihiro NAKAJIMA2011-04-111-0/+12
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-37/+0
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-251-0/+6
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-23/+34
* First part of the NFS4 ACL support.Tim Kientzle2010-12-051-4/+4