Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-17 | fix: upgrade also mentioned package (fixes #136) | Timo Teras | 1 | -7/+9 | |
2009-08-17 | version: fix comparison against empty version | Timo Teras | 1 | -9/+14 | |
2009-08-13 | apk-tools-2.0_rc3v2.0_rc3 | Timo Teras | 1 | -1/+1 | |
2009-08-13 | db: cache needs to be on non-tmpfs | Timo Teras | 1 | -1/+1 | |
check device major if it's tmpfs and refuse to use cache if we've been fooled. | |||||
2009-08-13 | todo: file deleted, use bug tracker | Timo Teras | 1 | -39/+0 | |
2009-08-13 | db: fix script arguments | Timo Teras | 1 | -4/+8 | |
the first item is place holder for argv[0] = script name. it's overwritten by the apk_pkgi_run_script. | |||||
2009-08-13 | add, del, db: fix various bugs introduced by earlier commits | Timo Teras | 4 | -22/+21 | |
- make virtual packages work again - make apk del (for non-empty packages) work again | |||||
2009-08-13 | add: refuse to add bad dependencies to world | Timo Teras | 3 | -22/+26 | |
allow also overriding old (possibly bad) world dependency. hopefully it's more bullet proof now. | |||||
2009-08-13 | fix: parse pkgfile properly (fixes #132) | Timo Teras | 2 | -24/+35 | |
accept also pkgfile in addition to pkgname. make also the signature verification stuff work properly again with non-repository files. | |||||
2009-08-13 | db: implement triggers (fixes #45) | Timo Teras | 7 | -32/+155 | |
2009-08-13 | info: clean ups, print triggers (ref #45) | Timo Teras | 1 | -96/+113 | |
2009-08-12 | db: fix some (unimportant) memory leaks | Timo Teras | 1 | -1/+9 | |
2009-08-12 | db, pkg: separate structure for fields of installed packages | Timo Teras | 9 | -203/+292 | |
this makes the database package entry smaller, and we propbably get more fields to installed_package later too. this cleans up the way scripts are stored and is a preparation for supporting triggers. some parsing for trigger meta-data. ref #45. | |||||
2009-08-12 | io: better error handling when writing stuff out | Timo Teras | 5 | -45/+106 | |
also have the output stream support writing to temporary file and do renameat/unlinkat on close depending on if all writes succeeded or not. | |||||
2009-08-11 | archive: update for new place of checksum in tar header | Timo Teras | 2 | -19/+26 | |
and take checksums for symlinks too. | |||||
2009-08-11 | db, audit: audit symlinks (by hash of the link target) | Timo Teras | 5 | -10/+34 | |
2009-08-11 | db: fix checking of non-repository files from cache | Timo Teras | 1 | -13/+32 | |
otherwise, non repository files present in cache are not considered for installation (e.g. when booting from cdrom). | |||||
2009-08-11 | pkg, db: execute scripts from /var/cache/misc (fixes #129) | Timo Teras | 2 | -5/+12 | |
2009-08-11 | db: fix previous commit | Timo Teras | 1 | -2/+2 | |
2009-08-11 | db: ignore empty lines in /etc/apk/repositories | Natanael Copa | 1 | -1/+1 | |
fixes #127 | |||||
2009-08-10 | apk-tools-2.0_rc2v2.0_rc2 | Timo Teras | 1 | -1/+1 | |
2009-08-10 | db, pkg: fix package verification during installation | Timo Teras | 2 | -4/+11 | |
some hooks to package verification code were missing causing the verification to not be done (causing pre-script to be not run). fixes #124, #126. | |||||
2009-08-06 | state: installed package does not need downloading | Timo Teras | 1 | -3/+2 | |
so do not skip it even if it's no longer available. | |||||
2009-08-06 | add: world needs to be updated before state instantiation | Timo Teras | 1 | -2/+1 | |
otherwise old world deps are used and unintended results will happen. | |||||
2009-08-06 | state: bug fix | Timo Teras | 2 | -3/+3 | |
2009-08-06 | state: do not look into world in state_new | Timo Teras | 2 | -21/+25 | |
instead enforce world dependencies when the package name is first referenced upon. | |||||
2009-08-06 | db: prefer local repositories, and implement --no-network | Timo Teras | 8 | -29/+67 | |
this helps boots sequence when network is not available. | |||||
2009-08-06 | state: indent package lists | Timo Teras | 3 | -19/+25 | |
2009-08-06 | state, update: fixes | Timo Teras | 2 | -2/+4 | |
2009-08-06 | all: implement database open options | Timo Teras | 17 | -220/+189 | |
so user can override trusted keys directory and repositories file. | |||||
2009-08-06 | db: make missing index non-fatal | Timo Teras | 1 | -1/+1 | |
it's a warning not an error to have non-existant repository. bad signature means tampering; but we might want to just ignore those. this is especially important if we have http repositories and we are bootstrapping (without network). | |||||
2009-08-06 | audit: do not load repositories | Timo Teras | 1 | -2/+5 | |
they are not needed, and cause errors if signing keys are not present. | |||||
2009-08-06 | state: ignore missing world dependencies with --force and --quiet | Timo Teras | 1 | -1/+1 | |
2009-08-06 | db: command line repositories take preference | Timo Teras | 1 | -75/+70 | |
over the ones in config file. also remove the apk_root == NULL check as this cannot happen anymore. a valid root is always required. | |||||
2009-08-06 | audit: fix --backup | Timo Teras | 1 | -1/+4 | |
2009-08-05 | info: fix a --exists to work if the name is non-existant | Timo Teras | 1 | -0/+3 | |
2009-08-05 | apk-tools-2.0_rc1v2.0_rc1 | Timo Teras | 1 | -2/+1 | |
2009-08-05 | build: update make rules | Timo Teras | 1 | -1/+8 | |
2009-08-05 | info: support dependency style tests in package existance checking | Timo Teras | 1 | -11/+18 | |
2009-08-05 | io: flag for following symlinks on fstat | Timo Teras | 3 | -5/+11 | |
usually we are interested on the actual file's length. but audit is interested about the link. so add a flag for this and use it in audit. | |||||
2009-08-05 | fetch: --link is -L for short, not -l | Timo Teras | 1 | -1/+1 | |
2009-08-05 | state: world might be empty | Timo Teras | 1 | -1/+1 | |
so do not choke on it. | |||||
2009-08-05 | index: root is needed for signing keys | Timo Teras | 1 | -1/+1 | |
so initialize db with a root, but avoid loading state or repositories. | |||||
2009-08-04 | db: support "replaces" directive (fixes #113) | Timo Teras | 3 | -15/+58 | |
it will allow to overwrite files owned by some other packages to get upgrades right (e.g. when splitting or renaming packages) | |||||
2009-08-04 | fix: new applet to reinstall and fix package | Timo Teras | 5 | -20/+143 | |
also makes it possibly to upgrade package without adding it to top-level deps. fixes #69. | |||||
2009-08-04 | state: fix world dependencies to be honored always | Timo Teras | 6 | -39/+117 | |
previously they might have been skipped on certain situations. this also fixes some other reverse dependency enforcements and implements new "pending" state for locked name. | |||||
2009-08-04 | db: return hard error if repository opening fails | Timo Teras | 1 | -6/+10 | |
otherwise we can accept unsigned repositories, and install bad packages. | |||||
2009-08-04 | del: add '-r' to remove top-level dependencies recursively | Timo Teras | 3 | -11/+46 | |
and by default just update the world, and dump a lost of packages that are not removed. fixes #47. | |||||
2009-08-03 | archive: compile fix | Natanael Copa | 1 | -0/+1 | |
We need the define for uint16 | |||||
2009-07-31 | db: jump through hoops to get checksums for hardlinks | Timo Teras | 1 | -18/+60 | |
should really fix abuild-tar. |