Age | Commit message (Expand) | Author | Files | Lines |
2009-08-11 | db: ignore empty lines in /etc/apk/repositories | Natanael Copa | 1 | -1/+1 |
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 |
2009-08-06 | state: installed package does not need downloading | Timo Teras | 1 | -3/+2 |
2009-08-06 | add: world needs to be updated before state instantiation | Timo Teras | 1 | -2/+1 |
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 |
2009-08-06 | db: prefer local repositories, and implement --no-network | Timo Teras | 8 | -29/+67 |
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 |
2009-08-06 | db: make missing index non-fatal | Timo Teras | 1 | -1/+1 |
2009-08-06 | audit: do not load repositories | Timo Teras | 1 | -2/+5 |
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 |
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 |
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 |
2009-08-05 | index: root is needed for signing keys | Timo Teras | 1 | -1/+1 |
2009-08-04 | db: support "replaces" directive (fixes #113) | Timo Teras | 3 | -15/+58 |
2009-08-04 | fix: new applet to reinstall and fix package | Timo Teras | 5 | -20/+143 |
2009-08-04 | state: fix world dependencies to be honored always | Timo Teras | 6 | -39/+117 |
2009-08-04 | db: return hard error if repository opening fails | Timo Teras | 1 | -6/+10 |
2009-08-04 | del: add '-r' to remove top-level dependencies recursively | Timo Teras | 3 | -11/+46 |
2009-08-03 | archive: compile fix | Natanael Copa | 1 | -0/+1 |
2009-07-31 | db: jump through hoops to get checksums for hardlinks | Timo Teras | 1 | -18/+60 |
2009-07-31 | audit: sanitize --system | Timo Teras | 1 | -32/+79 |
2009-07-31 | db: load cache's installed index only if cache is active | Timo Teras | 1 | -4/+6 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 19 | -341/+360 |
2009-07-31 | io: fix corruption of big files on mmap write | Timo Teras | 1 | -14/+13 |
2009-07-30 | db: allow update of untrusted index | Natanael Copa | 1 | -1/+2 |
2009-07-30 | verify: report missing files rather than segfault | Natanael Copa | 1 | -0/+7 |
2009-07-30 | db: fix checksum storing to db | Timo Teras | 2 | -6/+9 |
2009-07-30 | apk-tools-2.0_pre17apk-tools-2.0_pre17 | Timo Teras | 1 | -1/+1 |
2009-07-30 | audit: protection mask for "symlinks only" | Timo Teras | 4 | -7/+27 |
2009-07-30 | io: keep static pointer to copying buffer | Timo Teras | 1 | -6/+6 |
2009-07-30 | io: fix mmap writing to actually work | Timo Teras | 2 | -5/+7 |
2009-07-29 | apk-tools-2.0_pre16apk-tools-2.0_pre16 | Timo Teras | 1 | -1/+1 |
2009-07-29 | db: fix protected directory handling (fixes #89) | Timo Teras | 1 | -5/+10 |
2009-07-29 | io: use mmap to write archive entries to disk | Timo Teras | 1 | -11/+28 |
2009-07-29 | tar: make checksumming of inner files conditional | Timo Teras | 5 | -12/+19 |
2009-07-29 | build: make install depend on main targets | Timo Teras | 3 | -4/+3 |
2009-07-29 | tar: don't call digest finalization twice | Timo Teras | 1 | -0/+3 |
2009-07-24 | apk-tools-2.0_pre15apk-tools-2.0_pre15 | Timo Teras | 1 | -1/+1 |
2009-07-24 | add, fetch: make handling of special options more logical | Timo Teras | 2 | -41/+44 |