summaryrefslogtreecommitdiffstats
path: root/src/io.c
Commit message (Collapse)AuthorAgeFilesLines
* io: implement write cacheTimo Teras2009-03-171-4/+35
| | | | speeds up writing of package / file database.
* various: make fancy progress bar and update todoTimo Teras2009-01-071-1/+5
|
* io: fix some memory leaksTimo Teras2009-01-061-1/+1
|
* io: apk_ostream stuffTimo Teras2008-11-281-8/+82
|
* io: prepartions for url handlingTimo Teras2008-11-281-13/+22
|
* db: compressed index fileTimo Teras2008-11-271-0/+12
|
* various: use apk_istream apiTimo Teras2008-11-271-0/+29
|
* db: checksum installed files, protect config filesTimo Teras2008-11-141-17/+28
| | | | | | | 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.
* pkg: speed up indexing of version 2 .apksTimo Teras2008-11-071-2/+16
|
* io: implement mmap(2) for reading pkgsTimo Teras2008-11-071-9/+98
|
* use zlib internally to decompressTimo Teras2008-11-071-0/+221