summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* db: index file location is a URLTimo Teras2009-01-151-2/+0
|
* db: keep only filename in file entries, hash by both directory and fileTimo Teras2009-01-141-3/+0
|
* db: hash files by name, instead of keep two directory listsTimo Teras2009-01-131-3/+0
|
* info: implement who owns packages query (apk_info -W)Timo Teras2009-01-131-3/+3
| | | | | In quiet mode e.g. "apk info -q -W <file list>" a list of dependencies suitable for .PKGINFO is output in one line.
* various: make fancy progress bar and update todoTimo Teras2009-01-071-1/+9
|
* io: prepartions for url handlingTimo Teras2008-11-281-1/+0
|
* db: rework 'files' to 'installed'Timo Teras2008-11-281-1/+1
| | | | | Make the db of installed packages more similar to index file and reuse the code. Also rename the database file.
* db: checksum installed files, protect config filesTimo Teras2008-11-141-3/+0
| | | | | | | Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist.
* db: remember empty .apksTimo Teras2008-11-111-1/+0
|
* io: implement mmap(2) for reading pkgsTimo Teras2008-11-071-2/+1
|
* use zlib internally to decompressTimo Teras2008-11-071-2/+1
|
* pkg: support for new scriptsTimo Teras2008-11-071-1/+0
|
* todo: updatedTimo Teras2008-11-071-5/+17
|
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-1/+0
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-2/+2
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+42
breakage and major changes.