File: TODO

package info (click to toggle)
libtar 1.2.20-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 604 kB
  • ctags: 552
  • sloc: ansic: 4,095; makefile: 320
file content (10 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
* 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