Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 1 | -8/+9 | |
2012-02-24 | verify: report only bad packages with -q | Timo Teräs | 1 | -2/+7 | |
fixes #1010 | |||||
2011-09-13 | all: update copyright year statement | Timo Teräs | 1 | -1/+1 | |
2010-10-08 | io, db: id cache should be specific to database root, not system root | Timo Teräs | 1 | -1/+1 | |
Otherwise we end up using wrong uid/gid mappings when doing install to alternate system root. Fixes #434. | |||||
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -0/+1 | |
2009-08-06 | all: implement database open options | Timo Teras | 1 | -9/+4 | |
so user can override trusted keys directory and repositories file. | |||||
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -2/+9 | |
this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used. | |||||
2009-07-30 | verify: report missing files rather than segfault | Natanael Copa | 1 | -0/+7 | |
2009-07-29 | tar: make checksumming of inner files conditional | Timo Teras | 1 | -1/+1 | |
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing. | |||||
2009-07-22 | pkg: cleanup the signing code | Timo Teras | 1 | -1/+2 | |
smaller callback and less cases to check. also reintroduce the oneshot digest flag, hopefully correct this time. | |||||
2009-07-20 | db: signed index loading (ref #46) | Timo Teras | 1 | -6/+7 | |
prefer index in the new format as signed .tar.gz. | |||||
2009-07-17 | verify: new applet (ref #46) | Timo Teras | 1 | -0/+49 | |
an utility to check package signature and integrity. |