summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/tar/getdate.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17Removed extra filesadam1-1037/+0
2010-02-20Merge again...joerg1-0/+1037
2010-02-20Mergejoerg1-1037/+0
2010-02-20Import libarchive 2.8.0:joerg1-1960/+653
- Infrastructure: - Allow command line tools as fallback for missing compression libraries. If compiled without gzip for example, gunzip will be used automatically. - Improved support for a number of platforms like high-resolution timestamps and Extended Attributes on various Unix systems - New convience interface for creating archives based on disk content, complement of the archive_write_disk interface. - Frontends: - bsdcpio ready for public consumption - hand-written date parser replaces the yacc code - Filter system: - Simplified read filter chains - Option support for filters - LZMA, XZ, uudecode handled - Format support: - Write support for mtree files based on file system or archive content - Basic read support for Joliet - Write support for zip files - Write support for shar archives, both text-only and binary-safe
2007-08-13Update in-tree libarchive to 2.2.6. This merges the local changesjoerg1-7/+7
and some bugfixes from FreeBSD.
2007-08-03Import libarchive-2.2.5 with three modifications sent upstream:joerg1-0/+2344
- optional building of bsdtar - optional dynamic linkage of bsdtar - fixed libtool use for bsdtar linkage - include of pre-built getdate.c