summaryrefslogtreecommitdiff
path: root/sys/src/cmd/tapefs
AgeCommit message (Collapse)Author
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
when we get eof, stop the loop immidiately and do not rely on the read to eventually return an error. when convM2S() fails to decode the message, error out and stop the loop. there is no point in continuing.
2015-08-21tapefs: remove dependency to <authsrv.h>cinap_lenrek
2015-05-19tar, tarfs: implement longname supportcinap_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'.
2013-10-10unzip/zipfs: handle optional data descriptor signature in trailercinap_lenrek
2013-10-03tarfs: make file name safe, canonical and free of . and .. (from sources)cinap_lenrek
2012-08-06unzip/zipfs: skip over variable length comment in end of table of content recordcinap_lenrek
2011-09-17tapefs: case insensitive walkscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen