aboutsummaryrefslogtreecommitdiffstats
path: root/uniso.c
Commit message (Collapse)AuthorAgeFilesLines
* uniso: try handle shared extentsNatanael Copa2011-03-101-1/+48
| | | | | We check if its shared with previous file. If it is, we try create a hardlink or we clone it. This should work in most cases.
* added unisoNatanael Copa2011-03-011-0/+571
A tool for extracting files from iso images frrom a stream. Will be used for setup-bootable.