aboutsummaryrefslogtreecommitdiffstats
path: root/uniso.c
Commit message (Collapse)AuthorAgeFilesLines
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-021-6/+6
|
* uniso: change license to MITNatanael Copa2016-05-201-8/+24
|
* uniso: use ssize_t for skipped bytesNatanael Copa2016-05-201-2/+2
| | | | in case we need skip more than 2G.
* uniso: fix compiler warningsNatanael Copa2016-05-201-2/+3
| | | | | fix warnings about unsigned/signed chars and return from non-void function.
* uniso: fix build on OSXNatanael Copa2016-05-201-2/+17
|
* uniso: process all bytes of the imageTimo Teräs2014-10-081-51/+57
| | | | | Otherwise pipelines such as 'wget http://to/foo.iso | uniso' might report 'pipe error' as the file is not fully consumed.
* uniso: include sys/types.h for u_int*_tTimo Teräs2013-07-051-0/+1
| | | | musl is strict on this.
* uniso: fix compile warning on x86_64Natanael Copa2012-03-231-1/+1
|
* 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.