index
:
apk-tools
2.0-stable
2.1-stable
2.10-stable
2.12-stable
2.14-stable
2.6-stable
2.7-stable
2.8-stable
adelie/2.12
current
feature/macos
fix/portability-broken-qsort-r
for-adelie/pmmx
for-alpine/cache-errors
for-alpine/posix-shell
for-alpine/pregen-help
for-alpine/solver-debugging
master
mkpkg-info-generalization
tt-add-virtual-version
tt-fetch-world
tt-fix-symlink-apknew
tt-layers
tt-no-cache
tt-stable-wip
tt-subnet-match
v3.0-wip
zv/test
Adélie Linux patches for Alpine Package Keeper (apk-tools)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
solver: make apk_score a 64-bit int for speed
Timo Teräs
1
-9
/
+49
2012-02-21
solver: remove unneeded flag
Timo Teräs
1
-4
/
+1
2012-02-21
solver: implement backwards jumping and various other optimizations
Timo Teräs
3
-151
/
+227
2012-02-20
solver: rewrite backtracking and scoring system
Timo Teräs
2
-406
/
+695
2012-02-17
apk: fix some unharmful leaks reported by valgrind
Timo Teräs
3
-9
/
+19
2012-02-17
solver: get rid of saved score in backtracking
Timo Teräs
1
-41
/
+57
2012-02-16
solver: convert some package state flags to bitfields
Timo Teräs
1
-11
/
+13
2012-02-16
solver: name's unlocked chosen is always next package getting locked
Timo Teräs
1
-35
/
+28
2012-02-16
solver: rework internals a bit
Timo Teräs
1
-138
/
+190
2012-02-16
solver: fix allowed pinning calculation
Timo Teräs
1
-2
/
+2
2012-02-16
solver: record repository tag, and flags in solution
Timo Teräs
5
-68
/
+113
2012-02-16
solver: remove an unneeded name state variable
Timo Teräs
1
-5
/
+0
2012-02-15
ver: handle pinned packages better
Timo Teräs
1
-7
/
+36
2012-02-15
solver, db: repository pinning improvements
Timo Teräs
7
-65
/
+91
2012-02-14
ver: by default show only upgradeable packages
Timo Teräs
1
-0
/
+6
2012-02-14
audit: check dirent mode, uid and gid if requested
Timo Teräs
1
-32
/
+71
2012-02-14
db: record file uid/gid/mode in installed db
Timo Teräs
3
-5
/
+34
2012-02-10
db: allow directory to have sticky bit, and suid/sgid bits set
Timo Teräs
1
-1
/
+1
2012-02-10
db, fix: more secure way to choose effective directory permissions
Timo Teräs
3
-11
/
+32
2012-02-10
db: fix directory permissions recalculation
Timo Teräs
1
-5
/
+8
2012-02-10
db: smarter handling of directory owner, group and mode
Timo Teräs
2
-16
/
+73
2012-02-10
print: minimum screen width of 50
Timo Teräs
1
-2
/
+3
2012-02-10
blob: fix base64 decoding after previous optimizations
Timo Teräs
1
-1
/
+1
2012-02-08
blob: optimize spn and cspn
Timo Teräs
4
-12
/
+112
2012-02-08
db: increase hash sizes
Timo Teräs
1
-4
/
+4
2012-02-08
blob: optimize digit and base64 decoding
Timo Teräs
1
-41
/
+110
2012-02-02
apk-tools-2.2.5
v2.2.5
Timo Teräs
1
-1
/
+1
2012-02-01
db: do not abort on bad repositories
Natanael Copa
1
-5
/
+0
2012-02-01
db: fix bug with --repository
Natanael Copa
1
-9
/
+9
2012-02-01
apk-tools-2.2.4
v2.2.4
Timo Teräs
1
-1
/
+1
2012-01-31
pkg, db: fix signature checking for files without control part
Timo Teräs
3
-28
/
+48
2012-01-20
solver: fix regression from "calculate branch minimum penalty early"
Timo Teräs
2
-9
/
+22
2012-01-17
lua: fix compile error
Timo Teräs
1
-1
/
+1
2012-01-17
apk-tools-2.2.3
v2.2.3
Timo Teräs
1
-1
/
+1
2012-01-17
solver, upgrade: properly detect missing repository tags
Timo Teräs
5
-25
/
+32
2012-01-17
upgrade: make -a reset versioned dependencies like it used to
Timo Teräs
1
-2
/
+21
2012-01-17
solver: fix change ordering of removed pages in relation to installed
Timo Teräs
1
-5
/
+6
2012-01-17
solver: calculate branch minimum penalty early
Timo Teräs
2
-56
/
+99
2012-01-17
db: print dependencies referring to missing tags instead of tags
Timo Teräs
1
-6
/
+11
2012-01-16
db: fix loading of world after previous commits
Timo Teräs
1
-3
/
+3
2012-01-13
add: make repository tag pinning stronger
Timo Teräs
3
-9
/
+21
2012-01-12
db: support line feed as 'world' dependency separator
Timo Teräs
8
-57
/
+70
2012-01-12
solver: print repository tag when committing package changes
Timo Teräs
3
-9
/
+34
2012-01-12
db, solver: refuse committing changes if there is missing tags
Timo Teräs
3
-1
/
+20
2012-01-12
add: fail if repository tag does not exist
Timo Teräs
1
-1
/
+9
2012-01-06
pkg: fix writing of deps with tag and version specifier
Timo Teräs
1
-4
/
+4
2012-01-06
add: print an error about malformed arguments
Timo Teräs
1
-1
/
+4
2012-01-06
info: display short info if packages are given
Natanael Copa
1
-0
/
+10
2012-01-06
test: fix printf of size_t for 64 bit
Natanael Copa
1
-1
/
+1
2012-01-06
db: properly detect when pkg install trigger needs executing
Timo Teräs
1
-1
/
+1
[next]