Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io: make io vtables const struct, and add accessors for them | Timo Teräs | 2017-06-23 | 1 | -1/+1 |
| | | | | | This reduces function pointers in heap, and unifies how the io functions are called. | ||||
* | rework error handling for read streams | Timo Teräs | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 2013-06-18 | 1 | -8/+9 |
| | |||||
* | verify: report only bad packages with -q | Timo Teräs | 2012-02-24 | 1 | -2/+7 |
| | | | | fixes #1010 | ||||
* | all: update copyright year statement | Timo Teräs | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | io, db: id cache should be specific to database root, not system root | Timo Teräs | 2010-10-08 | 1 | -1/+1 |
| | | | | | Otherwise we end up using wrong uid/gid mappings when doing install to alternate system root. Fixes #434. | ||||
* | First steps for libapk | Natanael Copa | 2010-06-11 | 1 | -0/+1 |
| | |||||
* | all: implement database open options | Timo Teras | 2009-08-06 | 1 | -9/+4 |
| | | | | so user can override trusted keys directory and repositories file. | ||||
* | apk: use *at instead of chdir+normal file syscall | Timo Teras | 2009-07-31 | 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. | ||||
* | verify: report missing files rather than segfault | Natanael Copa | 2009-07-30 | 1 | -0/+7 |
| | |||||
* | tar: make checksumming of inner files conditional | Timo Teras | 2009-07-29 | 1 | -1/+1 |
| | | | | | and force checksumming only when unpacking archive. otherwise it's extra computation for nothing. | ||||
* | pkg: cleanup the signing code | Timo Teras | 2009-07-22 | 1 | -1/+2 |
| | | | | | smaller callback and less cases to check. also reintroduce the oneshot digest flag, hopefully correct this time. | ||||
* | db: signed index loading (ref #46) | Timo Teras | 2009-07-20 | 1 | -6/+7 |
| | | | | prefer index in the new format as signed .tar.gz. | ||||
* | verify: new applet (ref #46) | Timo Teras | 2009-07-17 | 1 | -0/+49 |
an utility to check package signature and integrity. |