summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-654/+25
* Big string overhaul:Tim Kientzle2010-11-191-228/+70
* An ACL is a collection of ACEs.Tim Kientzle2010-11-171-54/+54
* For libarchive 3.0, use int64_t instead of uid_t, gid_t, ino_t.Tim Kientzle2010-07-031-0/+20
* Merge branches/wstring: This adds a new archive_wstringTim Kientzle2010-06-261-84/+27
* Support for reading Mac OS-style metadata blobs.Tim Kientzle2010-06-041-0/+31
* Fill in archive_entry_perm() as the read counterpart toTim Kientzle2010-02-211-0/+6
* In libarchive 3.0, archive_entry_ino() returns int64_t instead of ino_t.Tim Kientzle2010-02-171-0/+8
* Starting with libarchive 3.0, archive_entry_set_ino() takes an int64_tTim Kientzle2010-02-171-0/+9
* Sanity check of adding sparse info.Michihiro NAKAJIMA2010-02-101-2/+0
* Guard against out-of-range nanosecond time values and make it easy forTim Kientzle2010-02-061-4/+23
* Introduce new API archive_entry_sparse_* to manage sparse files.Michihiro NAKAJIMA2010-02-021-2/+13
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-2/+2
* Add support for xar reader.Michihiro NAKAJIMA2009-12-041-0/+72
* Use consistent function storage classBrad King2009-11-161-1/+1
* Fix ACL parsing bug that would erroneously set the mode bits forTim Kientzle2009-11-131-3/+9
* Shuffle the major/minor/makedev support a bit; this should workTim Kientzle2009-10-311-4/+11
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-0/+13
* Separate the xattr management for archive_entry into a separateTim Kientzle2009-05-081-92/+0
* Remvoe more debugging cruft.Tim Kientzle2009-04-271-15/+5