Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-14 | rename all applets sources to app_*.c | Timo Teräs | 1 | -59/+0 | |
2020-01-26 | Update apk to make man pages sole source of truth | Drew DeVault | 1 | -1/+0 | |
Detailed docs have been removed from the apk binaries, in favor of git-style short summaries of each command. | |||||
2020-01-11 | archive: make apk_tar_parse check and close input stream | Timo Teräs | 1 | -14/+6 | |
simplifies other code quite a bit | |||||
2020-01-11 | convert remaining locations to use istream instead of bstream | Timo Teräs | 1 | -1/+1 | |
2020-01-11 | archive: remove support for old packages without xattr checksums | Timo Teräs | 1 | -1/+1 | |
2018-01-09 | apk: usage: cleanup help text when no applet is selected | William Pitcock | 1 | -0/+1 | |
2017-06-23 | io: make io vtables const struct, and add accessors for them | Timo Teräs | 1 | -1/+1 | |
This reduces function pointers in heap, and unifies how the io functions are called. | |||||
2015-03-10 | rework error handling for read streams | Timo Teräs | 1 | -1/+1 | |
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. |