summaryrefslogtreecommitdiff
path: root/libarchive/archive_entry_sparse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build on ancient systems without int64_t definition.Joerg Sonnenberger2017-04-301-2/+2
* Fix overflow checking in archive_entry_sparse_add_entry()Xi Wang2013-03-151-1/+1
* Fix issue 106. The original problem happned on linux platform and I fixed it ...Michihiro NAKAJIMA2011-06-271-2/+16
* Avoid clang static analyze error at archive_entry_sparse.cMichihiro NAKAJIMA2010-12-161-1/+2
* Sanity check of adding sparse info.Michihiro NAKAJIMA2010-02-101-3/+30
* Introduce new API archive_entry_sparse_* to manage sparse files.Michihiro NAKAJIMA2010-02-021-0/+114