Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 |
2011-09-09 | pkg: consider script failure as non-fatal | Timo Teräs | 1 | -2/+6 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -1/+0 |
2011-06-28 | index: handle errors instead of silently failing | Timo Teräs | 1 | -4/+14 |
2011-04-04 | pkg: add origin, maintainer, build_time and commit id to index | Timo Teräs | 1 | -0/+34 |
2011-01-04 | pkg: recognize install_if | Timo Teräs | 1 | -21/+38 |
2011-01-03 | pkg, db: allow index with unsupported features to be loaded | Timo Teräs | 1 | -3/+13 |
2011-01-01 | pkg: dependencies to specific package checksum | Timo Teräs | 1 | -7/+29 |
2011-01-01 | various: use APK_DEPMASK_REQUIRE where applicable | Timo Teräs | 1 | -1/+1 |
2011-01-01 | index: remove support of old index format | Timo Teräs | 1 | -6/+0 |
2010-12-14 | various: use 'atoms' for certain package field and misc fixes | Timo Teräs | 1 | -21/+18 |
2010-12-14 | pkg, db: add preliminary support for arch field | Timo Teräs | 1 | -0/+10 |
2010-12-10 | pkg: remove support for obsolete APKv1 (alpine-1.8 and earlier) | Timo Teräs | 1 | -63/+0 |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -4/+5 |
2010-08-30 | Fix building on eglibc | Natanael Copa | 1 | -0/+1 |
2010-06-12 | archive: honor username/groupname instead of uid/gid | Timo Teräs | 1 | -0/+2 |
2010-06-11 | various: use O_CLOEXEC and add some error checking | Timo Teräs | 1 | -6/+8 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 |
2010-06-05 | all: rework how arrays work | Timo Teräs | 1 | -7/+15 |
2010-06-01 | db, pkg: fix triggers related crash | Timo Teräs | 1 | -0/+1 |
2010-06-01 | state: improve error messages from dependency failures | Timo Teräs | 1 | -30/+29 |
2010-05-26 | package: don't leak signing key file fd | Timo Teräs | 1 | -1/+1 |
2009-12-21 | apk: --overlay-from-stdin | Timo Teras | 1 | -2/+7 |
2009-09-16 | pkg: fix parsing of empty dependencies | Timo Teras | 1 | -1/+1 |
2009-08-13 | fix: parse pkgfile properly (fixes #132) | Timo Teras | 1 | -8/+8 |
2009-08-13 | db: implement triggers (fixes #45) | Timo Teras | 1 | -4/+4 |
2009-08-12 | db, pkg: separate structure for fields of installed packages | Timo Teras | 1 | -88/+101 |
2009-08-11 | pkg, db: execute scripts from /var/cache/misc (fixes #129) | Timo Teras | 1 | -5/+10 |
2009-08-10 | db, pkg: fix package verification during installation | Timo Teras | 1 | -4/+8 |
2009-08-04 | db: support "replaces" directive (fixes #113) | Timo Teras | 1 | -11/+5 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -19/+48 |
2009-07-29 | tar: make checksumming of inner files conditional | Timo Teras | 1 | -1/+1 |
2009-07-24 | pkg: remove implicit bb dependency when install script is present | Timo Teras | 1 | -14/+0 |
2009-07-23 | index: more informative error message | Timo Teras | 1 | -1/+1 |
2009-07-22 | signing: verify and generate identity | Timo Teras | 1 | -0/+6 |
2009-07-22 | add: fixes to installing non-repository package | Timo Teras | 1 | -2/+2 |
2009-07-22 | pkg: cleanup the signing code | Timo Teras | 1 | -95/+78 |
2009-07-22 | apk: allow-untrusted option | Timo Teras | 1 | -10/+15 |
2009-07-22 | various: more informative error messages | Timo Teras | 1 | -13/+16 |
2009-07-22 | various: misc fixes | Timo Teras | 1 | -59/+54 |
2009-07-22 | various: installation fixes | Timo Teras | 1 | -5/+0 |
2009-07-21 | various: fix installation of new style apks | Timo Teras | 1 | -1/+2 |
2009-07-21 | pkg: fix indexing of multi-part apks | Timo Teras | 1 | -2/+2 |
2009-07-21 | db: fixes to package checksumming while installing it | Timo Teras | 1 | -14/+23 |
2009-07-20 | db: signed index loading (ref #46) | Timo Teras | 1 | -22/+88 |
2009-07-20 | pkg: filenames with '/' cannot be control data | Timo Teras | 1 | -1/+1 |
2009-07-17 | digest: use oneshot context flag where approriate | Timo Teras | 1 | -17/+26 |
2009-07-17 | index: fix output file permissions, verify signed index (ref #46) | Timo Teras | 1 | -7/+18 |
2009-07-17 | pkg: remove debug prints | Timo Teras | 1 | -1/+0 |
2009-07-17 | pkg: fix index generation | Timo Teras | 1 | -4/+12 |