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