index
:
aports
1.10-stable
1.9
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
2.7-stable
3.0-stable
3.1-stable
3.10-stable
3.11-stable
3.2-stable
3.3-stable
3.4-stable
3.5-stable
3.6-stable
3.7-stable
3.8-stable
3.9-stable
master
uacme-upgrade
v3.0-wip
z3-upgrade
Main aports tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lua: adapt to new API
Natanael Copa
2011-10-20
1
-3
/
+4
*
pkg: convert struct apk_install_package flags to bitfield
Timo Teräs
2011-10-19
2
-5
/
+3
*
pkg: introduce "replaces_priority"
Timo Teräs
2011-10-19
3
-11
/
+32
*
pkg, info: remember installed packages "replaces"
Timo Teräs
2011-10-18
6
-59
/
+119
*
solver: preference scoring
Timo Teräs
2011-10-14
2
-76
/
+113
*
solver: return error code if things fail during package install
Timo Teräs
2011-09-28
1
-2
/
+1
*
solver: evaluate penalty of unsatisfiable name early
Timo Teräs
2011-09-28
1
-4
/
+16
*
pkg: fix dependency checking against non-installed packages
Timo Teräs
2011-09-27
1
-0
/
+5
*
solver: fix backtracking
Timo Teräs
2011-09-22
1
-32
/
+33
*
all: fix array size data type on 64 bit
Natanael Copa
2011-09-20
2
-4
/
+4
*
solver: inheritable solver flags
Timo Teräs
2011-09-16
5
-31
/
+126
*
fetch: reimplement -R after solver changes
Timo Teräs
2011-09-16
1
-17
/
+11
*
build: fix make install of shared lib and lua module
Natanael Copa
2011-09-16
1
-2
/
+2
*
lua: implement iterator with installed packages
Natanael Copa
2011-09-15
1
-5
/
+43
*
lua: implement exists/is_installed
Natanael Copa
2011-09-15
1
-0
/
+33
*
lua: init fixes
Natanael Copa
2011-09-15
1
-0
/
+3
*
lua: implement who_owns
Natanael Copa
2011-09-15
1
-0
/
+41
*
lua: open and close db
Natanael Copa
2011-09-15
1
-2
/
+50
*
lua: initial db_open
Natanael Copa
2011-09-15
1
-1
/
+75
*
solver: fix sorting when solver is used multiple times within run
Timo Teräs
2011-09-15
1
-1
/
+2
*
lua: remove unneeded global vars
Natanael Copa
2011-09-14
1
-4
/
+0
*
build: support building lua module without shared libapk
Natanael Copa
2011-09-14
1
-3
/
+4
*
lua: typecast apk blob len
Natanael Copa
2011-09-14
1
-6
/
+13
*
solver: make state pointers completely internal
Timo Teräs
2011-09-14
5
-41
/
+32
*
apk: remove unneeded global apk_screen_width
Timo Teräs
2011-09-14
1
-1
/
+0
*
search: implement --exact and --all
Timo Teräs
2011-09-14
1
-53
/
+76
*
search: implement --origin to print origin package name
Timo Teräs
2011-09-14
1
-17
/
+32
*
solver, db: run triggers in dependency order
Timo Teräs
2011-09-14
6
-15
/
+60
*
upgrade: --no-self-upgrade option
Timo Teräs
2011-09-14
2
-6
/
+18
*
upgrade: reimplement self-upgrade (after solver merge)
Timo Teräs
2011-09-14
3
-17
/
+42
*
all: update copyright year statement
Timo Teräs
2011-09-13
40
-40
/
+40
*
solver: add per-name specific flags, and fix the fix applet
Timo Teräs
2011-09-13
5
-48
/
+51
*
upgrade: fix context allocation
Timo Teräs
2011-09-09
1
-0
/
+1
*
pkg: consider script failure as non-fatal
Timo Teräs
2011-09-09
1
-2
/
+6
*
print: minor cleanup to indented writer
Timo Teräs
2011-09-09
5
-20
/
+18
*
del: fix recursive deletion and messages (after solver merge)
Timo Teräs
2011-09-09
3
-22
/
+158
*
test: fix for updated solver api
Timo Teräs
2011-09-09
1
-20
/
+14
*
applets: start using solver code
Timo Teräs
2011-09-09
18
-1353
/
+532
*
solver: report 'complete' solutions with errors
Timo Teräs
2011-09-05
1
-28
/
+27
*
solver: reintroduce install_if support
Timo Teräs
2011-08-18
1
-46
/
+185
*
solver: move topology sorting to solver code
Timo Teräs
2011-08-05
6
-105
/
+104
*
solver: generate proper error messages
Timo Teräs
2011-08-01
3
-196
/
+248
*
solver: don't consider package that we can't have
Timo Teräs
2011-07-27
1
-2
/
+26
*
solver: permutate each preferred solution first
Timo Teräs
2011-07-27
1
-57
/
+55
*
test: don't crash if the expected files are not there
Timo Teräs
2011-07-27
1
-4
/
+8
*
Makefile: make it possible to override pkg-config via PKG_CONFIG
Natanael Copa
2011-07-27
1
-3
/
+4
*
solver: new package selection logic (which is not yet used)
Timo Teräs
2011-07-26
6
-3
/
+826
*
dot: applet to generate the dot attributed graph language files
Timo Teräs
2011-07-24
3
-1
/
+154
*
ver: database is not needed for version string checking and tests
Timo Teräs
2011-07-24
1
-0
/
+2
*
apk: improve indented printing
Timo Teräs
2011-07-22
5
-20
/
+41
[prev]
[next]