summaryrefslogtreecommitdiffstats
path: root/src/package.c
Commit message (Expand)AuthorAgeFilesLines
* tar: make checksumming of inner files conditionalTimo Teras2009-07-291-1/+1
* pkg: remove implicit bb dependency when install script is presentTimo Teras2009-07-241-14/+0
* index: more informative error messageTimo Teras2009-07-231-1/+1
* signing: verify and generate identityTimo Teras2009-07-221-0/+6
* add: fixes to installing non-repository packageTimo Teras2009-07-221-2/+2
* pkg: cleanup the signing codeTimo Teras2009-07-221-95/+78
* apk: allow-untrusted optionTimo Teras2009-07-221-10/+15
* various: more informative error messagesTimo Teras2009-07-221-13/+16
* various: misc fixesTimo Teras2009-07-221-59/+54
* various: installation fixesTimo Teras2009-07-221-5/+0
* various: fix installation of new style apksTimo Teras2009-07-211-1/+2
* pkg: fix indexing of multi-part apksTimo Teras2009-07-211-2/+2
* db: fixes to package checksumming while installing itTimo Teras2009-07-211-14/+23
* db: signed index loading (ref #46)Timo Teras2009-07-201-22/+88
* pkg: filenames with '/' cannot be control dataTimo Teras2009-07-201-1/+1
* digest: use oneshot context flag where approriateTimo Teras2009-07-171-17/+26
* index: fix output file permissions, verify signed index (ref #46)Timo Teras2009-07-171-7/+18
* pkg: remove debug printsTimo Teras2009-07-171-1/+0
* pkg: fix index generationTimo Teras2009-07-171-4/+12
* verify: new applet (ref #46)Timo Teras2009-07-171-73/+172
* pkg: .PKGINFO field for data checksum is 'datahash'Timo Teras2009-07-161-1/+1
* various: new style index generationTimo Teras2009-07-161-22/+71
* gzip: always autoclose the inner streamTimo Teras2009-07-161-2/+6
* pkg: remove support for the deprecated .INSTALL scriptTimo Teras2009-07-161-14/+1
* cache: make cache cleaning work again properlyTimo Teras2009-07-151-0/+3
* pkg: fix package scanner to read whole archiveTimo Teras2009-07-151-2/+2
* db: live with sha1 and md5Timo Teras2009-07-141-9/+10
* blob: some helpers to replace snprintfTimo Teras2009-07-141-28/+28
* bstream: make tokenizable and load index using bstreamTimo Teras2009-07-141-3/+3
* io: move csumming away from bstream to gunzipTimo Teras2009-07-131-5/+23
* package: removed debug codeNatanael Copa2009-06-221-1/+0
* ver: only compare the given packages, show versionNatanael Copa2009-06-201-0/+5
* add: support for forced versionsNatanael Copa2009-06-161-0/+33
* pkg: clean up writing of dependenciesTimo Teras2009-04-161-82/+60
* pkg: apk_deps_del helper introducedTimo Teras2009-04-161-0/+19
* pkg: fix apk v1.0 URL field importTimo Teras2009-04-161-1/+1
* state: rework changeset calculation algorithmTimo Teras2009-04-141-7/+79
* pkg: write dependencies directly file instead of bufferTimo Teras2009-03-171-0/+23
* pkg: show warning if deprecated .INSTALL is present in packageTimo Teras2009-02-271-1/+14
* Revert "Revert "pkg: use absolute filenames for packages""Natanael Copa2009-01-211-2/+7
* Revert "pkg: use absolute filenames for packages"Natanael Copa2009-01-211-7/+2
* pkg: use absolute filenames for packagesTimo Teras2009-01-201-2/+7
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-3/+0
* info: implement who owns packages query (apk_info -W)Timo Teras2009-01-131-5/+7
* pkg: use generic blob functions to parse dependenciesTimo Teras2009-01-131-38/+36
* db, package: new dependency format, second tryNatanael Copa2009-01-111-4/+4
* Revert "db: change format for dependencies"Natanael Copa2009-01-091-3/+3
* db: change format for dependenciesNatanael Copa2009-01-081-3/+3
* src/package.c: fix compiler warning on 64 bit hostsNatanael Copa2009-01-081-2/+2
* various: make fancy progress bar and update todoTimo Teras2009-01-071-2/+1