1
0
mirror of https://repo.or.cz/libtar.git synced 2025-04-18 05:04:01 +03:00
libtar/TODO
Chris Frey 1fc76aab90 libtar-1.2.11 tarball sources, taken from Debian's orig tar
The main site, feep.net, has a broken ftp link, so can't download
tarball from there.
2009-04-28 16:35:00 -04:00

11 lines
416 B
Plaintext

* library API:
- revamp API (make analogs for Unix fs access calls)
- add dircache list to tar handle
- support star format(s)?
- add support for POSIX.1-2001 pax format
- large file support?
- support reading from tape devices with different block sizes?
* libtar program:
- make the libtar program a much more fully-featured tar
- move output.c and wrapper.c from lib directory to libtar directory