summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/xz (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-05xz: Suppress attribute warningsSebastian Huber1-0/+7
Update #2909.
2017-06-13xz: Use CRC32Sebastian Huber1-6/+1
This reverts c475924d6d2ea7d5cba160a8a28e88642d6b46d8. Update #2909. Close #2994.
2017-04-24xz/xz_config.h: Address unable to inline warningJoel Sherrill1-0/+5
2017-04-06xz_config.h: Define XZ_USE_CRC64Joel Sherrill1-1/+1
close #2909.
2016-10-13libmisc/xz: Add xz decompression.Chris Johns11-0/+3000
Add support to untar XZ compressed files.