summaryrefslogtreecommitdiffstats
path: root/src/package.c
Commit message (Expand)AuthorAgeFilesLines
* pkg: recognize install_ifTimo Teräs2011-01-041-21/+38
* pkg, db: allow index with unsupported features to be loadedTimo Teräs2011-01-031-3/+13
* pkg: dependencies to specific package checksumTimo Teräs2011-01-011-7/+29
* various: use APK_DEPMASK_REQUIRE where applicableTimo Teräs2011-01-011-1/+1
* index: remove support of old index formatTimo Teräs2011-01-011-6/+0
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-21/+18
* pkg, db: add preliminary support for arch fieldTimo Teräs2010-12-141-0/+10
* pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier)Timo Teräs2010-12-101-63/+0
* io, db: id cache should be specific to database root, not system rootTimo Teräs2010-10-081-4/+5
* Fix building on eglibcNatanael Copa2010-08-301-0/+1
* archive: honor username/groupname instead of uid/gidTimo Teräs2010-06-121-0/+2
* various: use O_CLOEXEC and add some error checkingTimo Teräs2010-06-111-6/+8
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-7/+15
* db, pkg: fix triggers related crashTimo Teräs2010-06-011-0/+1
* state: improve error messages from dependency failuresTimo Teräs2010-06-011-30/+29
* package: don't leak signing key file fdTimo Teräs2010-05-261-1/+1
* apk: --overlay-from-stdinTimo Teras2009-12-211-2/+7
* pkg: fix parsing of empty dependenciesTimo Teras2009-09-161-1/+1
* fix: parse pkgfile properly (fixes #132)Timo Teras2009-08-131-8/+8
* db: implement triggers (fixes #45)Timo Teras2009-08-131-4/+4
* db, pkg: separate structure for fields of installed packagesTimo Teras2009-08-121-88/+101
* pkg, db: execute scripts from /var/cache/misc (fixes #129)Timo Teras2009-08-111-5/+10
* db, pkg: fix package verification during installationTimo Teras2009-08-101-4/+8
* db: support "replaces" directive (fixes #113)Timo Teras2009-08-041-11/+5
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-19/+48
* 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