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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-22
solver: fix backtracking
Timo Teräs
1
-32
/
+33
2011-09-20
all: fix array size data type on 64 bit
Natanael Copa
2
-4
/
+4
2011-09-16
solver: inheritable solver flags
Timo Teräs
5
-31
/
+126
2011-09-16
fetch: reimplement -R after solver changes
Timo Teräs
1
-17
/
+11
2011-09-16
build: fix make install of shared lib and lua module
Natanael Copa
1
-2
/
+2
2011-09-15
lua: implement iterator with installed packages
Natanael Copa
1
-5
/
+43
2011-09-15
lua: implement exists/is_installed
Natanael Copa
1
-0
/
+33
2011-09-15
lua: init fixes
Natanael Copa
1
-0
/
+3
2011-09-15
lua: implement who_owns
Natanael Copa
1
-0
/
+41
2011-09-15
lua: open and close db
Natanael Copa
1
-2
/
+50
2011-09-15
lua: initial db_open
Natanael Copa
1
-1
/
+75
2011-09-15
solver: fix sorting when solver is used multiple times within run
Timo Teräs
1
-1
/
+2
2011-09-14
lua: remove unneeded global vars
Natanael Copa
1
-4
/
+0
2011-09-14
build: support building lua module without shared libapk
Natanael Copa
1
-3
/
+4
2011-09-14
lua: typecast apk blob len
Natanael Copa
1
-6
/
+13
2011-09-14
solver: make state pointers completely internal
Timo Teräs
5
-41
/
+32
2011-09-14
apk: remove unneeded global apk_screen_width
Timo Teräs
1
-1
/
+0
2011-09-14
search: implement --exact and --all
Timo Teräs
1
-53
/
+76
2011-09-14
search: implement --origin to print origin package name
Timo Teräs
1
-17
/
+32
2011-09-14
solver, db: run triggers in dependency order
Timo Teräs
6
-15
/
+60
2011-09-14
upgrade: --no-self-upgrade option
Timo Teräs
2
-6
/
+18
2011-09-14
upgrade: reimplement self-upgrade (after solver merge)
Timo Teräs
3
-17
/
+42
2011-09-13
all: update copyright year statement
Timo Teräs
40
-40
/
+40
2011-09-13
solver: add per-name specific flags, and fix the fix applet
Timo Teräs
5
-48
/
+51
2011-09-09
upgrade: fix context allocation
Timo Teräs
1
-0
/
+1
2011-09-09
pkg: consider script failure as non-fatal
Timo Teräs
1
-2
/
+6
2011-09-09
print: minor cleanup to indented writer
Timo Teräs
5
-20
/
+18
2011-09-09
del: fix recursive deletion and messages (after solver merge)
Timo Teräs
3
-22
/
+158
2011-09-09
test: fix for updated solver api
Timo Teräs
1
-20
/
+14
2011-09-09
applets: start using solver code
Timo Teräs
18
-1353
/
+532
2011-09-05
solver: report 'complete' solutions with errors
Timo Teräs
1
-28
/
+27
2011-08-18
solver: reintroduce install_if support
Timo Teräs
1
-46
/
+185
2011-08-05
solver: move topology sorting to solver code
Timo Teräs
6
-105
/
+104
2011-08-01
solver: generate proper error messages
Timo Teräs
3
-196
/
+248
2011-07-27
solver: don't consider package that we can't have
Timo Teräs
1
-2
/
+26
2011-07-27
solver: permutate each preferred solution first
Timo Teräs
1
-57
/
+55
2011-07-27
test: don't crash if the expected files are not there
Timo Teräs
1
-4
/
+8
2011-07-27
Makefile: make it possible to override pkg-config via PKG_CONFIG
Natanael Copa
1
-3
/
+4
2011-07-26
solver: new package selection logic (which is not yet used)
Timo Teräs
6
-3
/
+826
2011-07-24
dot: applet to generate the dot attributed graph language files
Timo Teräs
3
-1
/
+154
2011-07-24
ver: database is not needed for version string checking and tests
Timo Teräs
1
-0
/
+2
2011-07-22
apk: improve indented printing
Timo Teräs
5
-20
/
+41
2011-07-16
apk_database: add APK_DEFAULT_ARCH for ppc, ppc64 and arm ports
William Pitcock
1
-0
/
+6
2011-07-16
apk: use APK_DEFAULT_ARCH in version().
William Pitcock
1
-1
/
+1
2011-07-16
apk_database: move APK_DEFAULT_ARCH to headers so that we can use it in versi...
William Pitcock
2
-8
/
+10
2011-07-16
apk: display command descriptions in command list
William Pitcock
1
-5
/
+10
2011-07-11
cache: return error if cache sync or download fails
Timo Teräs
1
-3
/
+3
2011-06-28
index: handle errors instead of silently failing
Timo Teräs
3
-12
/
+41
2011-05-27
db: more fix for read-only cache remounting
Timo Teräs
3
-18
/
+15
2011-05-27
db: remount read-only after the file handles have been closed
Natanael Copa
1
-6
/
+6
[next]