summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_private.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce internal archive_entry_set_digest()Emil Velikov2020-03-141-0/+4
* Introduce internal storage for entry digestsJustin Brewer2020-03-131-0/+3
* Factor out digests struct to archive_entry_private.hEmil Velikov2020-03-131-0/+9
* Unify header style, header guard comes firstMartin Matuska2020-01-131-3/+3
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-0/+3
* Store encryption info in single char of entryKonrad Kleine2013-09-181-2/+4
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+3
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-0/+2
* Replace a pointer to an explanation which doesn't exist by theColin Percival2011-06-221-4/+9
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+2
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-29/+2
* Big string overhaul:Tim Kientzle2010-11-191-27/+8
* An ACL is a collection of ACEs.Tim Kientzle2010-11-171-6/+10
* For libarchive 3.0, use int64_t instead of uid_t, gid_t, ino_t.Tim Kientzle2010-07-031-2/+2
* Merge branches/wstring: This adds a new archive_wstringTim Kientzle2010-06-261-1/+1
* Support for reading Mac OS-style metadata blobs.Tim Kientzle2010-06-041-0/+3
* Move the private ACL parser declaration out of the public header.Tim Kientzle2010-05-011-0/+10
* Sanity check of adding sparse info.Michihiro NAKAJIMA2010-02-101-1/+1
* Introduce new API archive_entry_sparse_* to manage sparse files.Michihiro NAKAJIMA2010-02-021-0/+12
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-1/+1
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
* IFCTim Kientzle2008-10-191-1/+1
* Make formatting consistent with source in SVN.Tim Kientzle2008-09-291-1/+1
* archive_entry support for storing and managing birthtime dataTim Kientzle2008-09-171-0/+2
* IFCTim Kientzle2008-09-011-1/+1
* Correct a couple of typos in the missing-atime and missing-mtime logicTim Kientzle2008-08-301-1/+4
* Add a bitmap in the entry to track which values have beenTim Kientzle2008-07-261-2/+6
* IFCTim Kientzle2008-05-281-1/+1
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-6/+20
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+157