History log of /vbox/src/VBox/Runtime/common/zip/tar.h
Revision Date Author Comments Expand
1a62088b18e24a01c1dc85e13d60468e78bd649d 34179 18-Nov-2010 vboxsync

iprt/tarvfs: Rewrote the tar parser to deal with header sequences used by solaris, gnu and pax while being offline yesterday. Only GNU long link and long names are supported, but adding pax and solaris support is possible. This also resolves some of the ustar<space><space> vs. ustart<null>00 problems (the latter was not readable previously).

0bb0c0c0e3f9e5fdb3e745715dde1af951c04998 34060 15-Nov-2010 vboxsync

some tar bits

3a1d76f6489a485dfa7e3784c1fa76b4a53c28af 34049 13-Nov-2010 vboxsync

iprt/tarvfs: Working on validating and parsing the tar headers.

4152e1d3f89dc5e2319a53c242e8e7cfcdf3726e 34029 12-Nov-2010 vboxsync

iprt/vfs/tar: more code.

43af8389304c77c3d4db525de8907cb74207c380 34002 11-Nov-2010 vboxsync

iprt: Working on tar vfs.