summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* io: apk_ostream stuffTimo Teras2008-11-289-65/+143
|
* io: prepartions for url handlingTimo Teras2008-11-285-26/+106
|
* add: add support to install packages not in a repositoryTimo Teras2008-11-285-15/+37
|
* db: rework 'files' to 'installed'Timo Teras2008-11-284-114/+139
| | | | | Make the db of installed packages more similar to index file and reuse the code. Also rename the database file.
* db: compressed index fileTimo Teras2008-11-274-3/+18
|
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-2712-107/+190
|
* various: use apk_istream apiTimo Teras2008-11-274-18/+43
|
* db: checksum installed files, protect config filesTimo Teras2008-11-1410-60/+136
| | | | | | | 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.
* build: remove pthreads referencesTimo Teras2008-11-122-2/+1
|
* db: remember empty .apksTimo Teras2008-11-111-3/+5
|
* pkg: speed up indexing of version 2 .apksTimo Teras2008-11-072-5/+21
|
* io: implement mmap(2) for reading pkgsTimo Teras2008-11-071-9/+98
|
* use zlib internally to decompressTimo Teras2008-11-079-220/+468
|
* db: fix installation of apk v1 packagesTimo Teras2008-11-072-3/+3
|
* pkg: support for new scriptsTimo Teras2008-11-073-64/+99
|
* db: do not install .PKGINFO filesTimo Teras2008-11-071-0/+3
|
* db: parse new style .PKGINFOTimo Teras2008-11-065-56/+131
|
* give more helpful error messagesNatanael Copa2008-10-263-5/+16
|
* Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras2008-04-225-49/+72
| | | | | other stuff.
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-226-14/+38
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-2113-112/+193
|
* Fixes for hardened environment (and old gcc)Timo Teras2008-04-211-1/+1
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-1725-0/+3777
breakage and major changes.