| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pkg: add field for provides as 'p' | Timo Teräs | 2012-02-24 | 2 | -2/+8 |
* | pkg, db: use 's' for source repository tags instead of 'p' | Timo Teräs | 2012-02-24 | 3 | -4/+5 |
* | verify: report only bad packages with -q | Timo Teräs | 2012-02-24 | 1 | -2/+7 |
* | apk: do not enable automatically interactive mode with --simulate | Timo Teräs | 2012-02-24 | 1 | -5/+13 |
* | test: improve pinning tests | Timo Teräs | 2012-02-24 | 11 | -10/+89 |
* | solver: fix output of broken dependencies | Timo Teräs | 2012-02-23 | 1 | -1/+1 |
* | test: rewrite the testing framework to use the real applets | Timo Teräs | 2012-02-23 | 57 | -346/+279 |
* | pkg: fix writing of versioned conflicts | Timo Teräs | 2012-02-23 | 1 | -1/+1 |
* | db: keep architecture in $ROOT/etc/apk/arch | Timo Teräs | 2012-02-23 | 3 | -8/+54 |
* | solver: report size difference in kibi- or mebibytes | Timo Teräs | 2012-02-23 | 1 | -5/+11 |
* | apk: /etc/apk/interactive enables interactive mode for tty sessions | Timo Teräs | 2012-02-23 | 1 | -1/+4 |
* | audit, db: add etc/apk/protected_files.d and new audit features | Timo Teräs | 2012-02-23 | 5 | -187/+322 |
* | db: fix repositories.d to be loaded only without --repositories-file | Timo Teräs | 2012-02-22 | 1 | -3/+7 |
* | db, io: load repositories also from etc/apk/repositories.d/*.list | Timo Teräs | 2012-02-22 | 5 | -20/+39 |
* | solver: lock early names that have only single option left | Timo Teräs | 2012-02-22 | 1 | -3/+13 |
* | solver: lazily update name state in main loop | Timo Teräs | 2012-02-22 | 1 | -171/+125 |
* | solver: handle fix/reinstall better | Timo Teräs | 2012-02-22 | 1 | -30/+36 |
* | db: merge identical repositories | Timo Teräs | 2012-02-22 | 1 | -5/+17 |
* | solver: transitive dependency requiring | Timo Teräs | 2012-02-22 | 1 | -12/+41 |
* | solver: remove dependency merging; it's not worth it | Timo Teräs | 2012-02-22 | 1 | -77/+4 |
* | db, solver, io: scan cache items at startup | Timo Teräs | 2012-02-22 | 8 | -154/+207 |
* | solver: make apk_score a 64-bit int for speed | Timo Teräs | 2012-02-21 | 1 | -9/+49 |
* | solver: remove unneeded flag | Timo Teräs | 2012-02-21 | 1 | -4/+1 |
* | solver: implement backwards jumping and various other optimizations | Timo Teräs | 2012-02-21 | 3 | -151/+227 |
* | solver: rewrite backtracking and scoring system | Timo Teräs | 2012-02-20 | 2 | -406/+695 |
* | apk: fix some unharmful leaks reported by valgrind | Timo Teräs | 2012-02-17 | 3 | -9/+19 |
* | solver: get rid of saved score in backtracking | Timo Teräs | 2012-02-17 | 1 | -41/+57 |
* | solver: convert some package state flags to bitfields | Timo Teräs | 2012-02-16 | 1 | -11/+13 |
* | solver: name's unlocked chosen is always next package getting locked | Timo Teräs | 2012-02-16 | 1 | -35/+28 |
* | solver: rework internals a bit | Timo Teräs | 2012-02-16 | 1 | -138/+190 |
* | solver: fix allowed pinning calculation | Timo Teräs | 2012-02-16 | 1 | -2/+2 |
* | solver: record repository tag, and flags in solution | Timo Teräs | 2012-02-16 | 5 | -68/+113 |
* | solver: remove an unneeded name state variable | Timo Teräs | 2012-02-16 | 1 | -5/+0 |
* | ver: handle pinned packages better | Timo Teräs | 2012-02-15 | 1 | -7/+36 |
* | solver, db: repository pinning improvements | Timo Teräs | 2012-02-15 | 7 | -65/+91 |
* | ver: by default show only upgradeable packages | Timo Teräs | 2012-02-14 | 1 | -0/+6 |
* | audit: check dirent mode, uid and gid if requested | Timo Teräs | 2012-02-14 | 1 | -32/+71 |
* | db: record file uid/gid/mode in installed db | Timo Teräs | 2012-02-14 | 3 | -5/+34 |
* | db: allow directory to have sticky bit, and suid/sgid bits set | Timo Teräs | 2012-02-10 | 1 | -1/+1 |
* | db, fix: more secure way to choose effective directory permissions | Timo Teräs | 2012-02-10 | 3 | -11/+32 |
* | db: fix directory permissions recalculation | Timo Teräs | 2012-02-10 | 1 | -5/+8 |
* | db: smarter handling of directory owner, group and mode | Timo Teräs | 2012-02-10 | 2 | -16/+73 |
* | print: minimum screen width of 50 | Timo Teräs | 2012-02-10 | 1 | -2/+3 |
* | blob: fix base64 decoding after previous optimizations | Timo Teräs | 2012-02-10 | 1 | -1/+1 |
* | blob: optimize spn and cspn | Timo Teräs | 2012-02-08 | 4 | -12/+112 |
* | db: increase hash sizes | Timo Teräs | 2012-02-08 | 1 | -4/+4 |
* | blob: optimize digit and base64 decoding | Timo Teräs | 2012-02-08 | 1 | -41/+110 |
* | apk-tools-2.2.5v2.2.5 | Timo Teräs | 2012-02-02 | 1 | -1/+1 |
* | db: do not abort on bad repositories | Natanael Copa | 2012-02-01 | 1 | -5/+0 |
* | db: fix bug with --repository | Natanael Copa | 2012-02-01 | 1 | -9/+9 |