[go: up one dir, main page]

File: TODO

package info (click to toggle)
avfs 1.1.4-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,756 kB
  • sloc: ansic: 30,979; sh: 6,276; perl: 1,916; makefile: 348
file content (33 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Write support for:
  - ftp
  - floppy
  - dav
  - ugz
  - ubz2
  - utar

Flush file caches

uzip - symlinks
ucpio - builtin
option for uzip, not to convert filenames to lowercase

automatic handler detection based on extension AND content

Redir should support operations:
  - open(..., O_CREAT, ...)
  - creat
  - truncate
  - utime
  - chmod
  - chown
  - lchown
  - unlink
  - rmdir
  - mkdir
  - mknod
  - symlink
  - rename
  - link

Redir can't support following symlinks to virtual files. Find better solution