Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | tar: remove unneccesary { } | cinap_lenrek | |
2015-09-08 | tar: make z flag work, even when no file name was provided (thanks aiju) | cinap_lenrek | |
tar used to infer compression type from the filenames extension, but when no file name is given (stdin/stdout), the -z flag was ignored and no compression filter applied. this changes tar to assume the default gzip compression method when z is given and no file name is specified. | |||
2015-05-19 | tar, tarfs: implement longname support | cinap_lenrek | |
this allows extracting tar archives that use longnames extension, where the real filename is stored in a special entry with linkflag == 'L' before the file entry. also skip longlink entries with linkflag == 'K'. | |||
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |