todo: updated

cute-signatures
Timo Teras 2008-11-07 09:53:44 +02:00
parent 014d39488b
commit 1c342b3eba
1 changed files with 17 additions and 5 deletions

22
TODO
View File

@ -1,8 +1,18 @@
- Handle properly gunzip failure
- New style scripts
- Internal gunzip (via lib) to speed up stuff, and avoid threads
- mmap() if possible for reading
- Repository index/package fetching from URLs
- Installation of local files
- Index/pkginfo reader: same field multiple times -> memleak
- Compress index and db files
- Repository support:
- always keep local copy of index
- index/package fetching from URLs
- read from config file
- cache .apks on USB stick when using network repo for reboot
- Installation of .APK files not in any repository
- Configfiles list in .PKGINFO
- Implement lbu stuff
- Error handling and rollback
@ -22,9 +32,11 @@
- Possibly create a token hash for package names, versions and licenses, etc.
- Calculate changeset installed-size change
- Compress databases
- Option to not read fs entry cache
- Essentials(?)
- Special packages?:
- alpine-core: refuse to remove, installed at reboot?
- alpine-sdk: to setup sdk environment
- Oldies:
add, delete: read (pkgs+fs), modify DEPs, recalc+commit+write (pkgs+fs)