summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry.h
Commit message (Expand)AuthorAgeFilesLines
...
* Typos in comments: "a archive" -> "an archive", "formts" -> "formats",Colin Percival2011-08-161-2/+2
* Add a wide character version of archive_entry_sourcepath() and archive_entry_...Michihiro NAKAJIMA2011-04-111-0/+2
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-24/+0
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-251-0/+2
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+10
* On SCO 5, use "long long" as the 64-bit integer type in the publicTim Kientzle2011-01-221-5/+9
* First part of the NFS4 ACL support.Tim Kientzle2010-12-051-23/+87
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-0/+5
* Declare a function that was omitted.Tim Kientzle2010-11-031-0/+2
* As discussed on the libarchive-discuss mailing list,Tim Kientzle2010-07-121-1/+1
* For libarchive 3.0, use int64_t instead of uid_t, gid_t, ino_t.Tim Kientzle2010-07-031-10/+23
* Support for reading Mac OS-style metadata blobs.Tim Kientzle2010-06-041-0/+9
* Switch version to 3.0; we should be exercising the 3.0 API in our everyday te...Tim Kientzle2010-06-041-1/+1
* Move the private ACL parser declaration out of the public header.Tim Kientzle2010-05-011-15/+0
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-4/+2
* Fill in archive_entry_perm() as the read counterpart toTim Kientzle2010-02-211-0/+1
* Fix spacingJoerg Sonnenberger2010-02-201-2/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-4/+8
* In libarchive 3.0, archive_entry_ino() returns int64_t instead of ino_t.Tim Kientzle2010-02-171-0/+4
* Introduce new API archive_entry_sparse_* to manage sparse files.Michihiro NAKAJIMA2010-02-021-0/+18
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Add support for xar reader.Michihiro NAKAJIMA2009-12-041-0/+2
* Fix uid_t, git_t, dev_t, and mode_t on BorlandBrad King2009-11-111-4/+11
* Windows build fixes from Bill Hoffman.Tim Kientzle2009-10-151-3/+3
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-0/+15
* Revert r1289 and correct some of the *id_t defines:Tim Kientzle2009-08-021-2/+2
* Fix the uid_t and gid_t declarations to match those of VS and MinGW.Tim Kientzle2009-07-271-2/+2
* [MinGW/MSVC] Use correct types for (replacement) uid_t and git_dCharles Wilson2009-07-211-2/+2
* Issue 15, part 1. Mechanical conversion of #defines, libarchive/Charles Wilson2009-03-171-2/+2
* IFCTim Kientzle2008-12-051-1/+1
* Don't export structure definitions.Tim Kientzle2008-11-201-1/+1
* IFCTim Kientzle2008-10-191-1/+1
* archive_entry support for storing and managing birthtime dataTim Kientzle2008-09-171-0/+5
* IFCTim Kientzle2008-09-171-2/+2
* Windows compilers don't support C99 int64_t. Use __int64 on WindowsTim Kientzle2008-09-171-0/+2
* IFCTim Kientzle2008-09-011-3/+7
* Correct a couple of typos in the missing-atime and missing-mtime logicTim Kientzle2008-08-301-0/+2
* Provide a hook for unsetting the size field.Tim Kientzle2008-07-261-0/+1
* Add a bitmap in the entry to track which values have beenTim Kientzle2008-07-261-2/+23
* IFCTim Kientzle2008-05-281-1/+1
* A few people are reporting success building libarchive on Windows!Tim Kientzle2008-05-051-2/+17
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-106/+208
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+348