summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry.h
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.6.3devMartin Matuska2022-12-091-1/+1
* Hide internal symbols on platforms that support visibility annotations (see d...Yuri Gribov2022-07-271-0/+2
* Libarchive 3.6.2devMartin Matuska2022-04-081-1/+1
* Libarchive 3.6.1devMartin Matuska2022-02-141-1/+1
* Libarchive 3.6.0devMartin Matuska2022-02-081-1/+1
* Include android_lf.h only for libarchive sourcesAlexey Pelykh2022-01-231-1/+1
* Libarchive 3.5.3devMartin Matuska2021-08-231-1/+1
* Libarchive 3.5.2devMartin Matuska2020-12-261-1/+1
* Libarchive 3.5.1devMartin Matuska2020-12-011-1/+1
* Release 3.5.0v3.5.0Martin Matuska2020-12-011-1/+1
* Merge pull request #1347 from evelikov/mtreeMartin Matuška2020-06-091-0/+13
|\
| * Introduce public digest getter APIEmil Velikov2020-03-131-0/+13
* | Libarchive 3.4.4devMartin Matuska2020-05-201-1/+1
|/
* Libarchive 3.4.3devMartin Matuska2020-02-121-1/+1
* Libarchive 3.4.2devMartin Matuska2019-12-301-1/+1
* Remove remnants of archive_entry_acl_next_wJoerg Sonnenberger2019-11-301-3/+0
* Set up 3.4.1devMartin Matuska2019-06-111-1/+1
* 3.4.0v3.4.0Martin Matuska2019-06-111-1/+1
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-1/+9
* Set up 3.3.4devTim Kientzle2018-09-031-1/+1
* archive_entry.h: Fix missing int64_t type on musl libcKylie McClain2018-06-131-0/+1
* Libarchive 3.3.3devTim Kientzle2017-07-091-1/+1
* After the 3.3.1 release, bump the version to 3.3.2dev and go back to debug bu...Tim Kientzle2017-02-251-1/+1
* Merge pull request #868 from bradking/fix-windows-buildMartin Matuska2017-02-211-2/+23
|\
| * Avoid using ssize_t in public headerBrad King2017-02-201-2/+23
* | Bump version to 3.3.1devTim Kientzle2017-02-191-1/+1
* | Libarchive 3.3.0v3.3.0Tim Kientzle2017-02-191-1/+1
|/
* New archive_acl_to_text() style flag: ARCHIVE_ENTRY_ACL_STYLE_COMPACTMartin Matuska2017-02-151-0/+5
* Use __LA_DEPRECATED for functions deprecated in 379867eMartin Matuska2016-12-301-2/+8
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-16/+41
* Add archive_entry_acl_types() to check ACL types in an entry's ACLMartin Matuska2016-11-241-0/+3
* Libarchive 3.2.2v3.2.2releaseTim Kientzle2016-10-231-1/+1
* Libarchive 3.2.1v3.2.1Tim Kientzle2016-06-191-1/+1
* Libarchive 3.2.0v3.2.0Tim Kientzle2016-04-301-1/+1
* Tag libarchive 3.1.901av3.1.901aTim Kientzle2016-04-101-1/+1
* Add large file support for androiddosomder2016-03-141-0/+5
* Set version number to 3.1.900aTim Kientzle2016-01-311-1/+1
* Port main library code to OSF operating systemBrad King2015-10-261-1/+1
* Rework the la_ssize_t and la_int64_t definitions to avoidTim Kientzle2015-09-051-11/+10
* Add compatibility with old #definesPhilippe Daouadi2015-06-091-0/+7
* Do not use private macros for special typesPhilippe Daouadi2015-06-081-15/+15
* Add a support for utf-8 in archive_entry fieldsNicolas Cornu2014-12-111-0/+11
* Don't include windows.h on CygwinXiao-Long Chen2014-09-161-1/+1
* Include windows.h in archive_entry.hXiao-Long Chen2014-09-141-0/+4
* rest of changes to be buildable by Open WatcomJiri Malak2014-03-121-2/+2
* Better fix.NiLuJe2013-12-221-4/+0
* Revert "Remove unnecessary windows.h include"NiLuJe2013-12-221-0/+4
* Merge branch 'encryption_detection' of github.com:kwk/libarchive into kwk-enc...Tim Kientzle2013-12-191-0/+5
|\
| * Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-2/+2
| * Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+5