summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lua-apk' into luaHEADluaNatanael Copa2011-04-2021-212/+645
|\
| * lua: implement iterator with installed packagesNatanael Copa2011-04-201-5/+43
| * lua: implement exists/is_installedNatanael Copa2011-04-201-0/+33
| * lua: init fixesNatanael Copa2011-04-201-0/+3
| * lua-apk: fix compile warningsNatanael Copa2011-04-201-7/+8
| * lua: implement who_ownsNatanael Copa2011-04-201-0/+40
| * lua: open and close dbNatanael Copa2011-04-201-2/+50
| * lua: initial db_openNatanael Copa2011-04-201-0/+74
| * Makefile: fix installation of lib and apk moduleNatanael Copa2011-04-201-2/+2
| * Merge git://git.alpinelinux.org/apk-toolsmasterNatanael Copa2011-04-200-0/+0
| |\
| | * db: Allow override arch when using --rootNatanael Copa2011-04-143-2/+11
| * | db: Allow override arch when using --rootNatanael Copa2011-04-143-2/+11
| |/
| * state: make the progress bar look niceWilliam Pitcock2011-04-091-3/+3
| * upgrade: Improve english messages on apk-tools/baselibs upgrade transaction.William Pitcock2011-04-091-2/+2
| * fetch: fix fetching of packages with archTimo Teräs2011-04-073-19/+24
| * apk-tools-2.1.0_rc1Timo Teräs2011-04-061-1/+1
| * pkg: add origin, maintainer, build_time and commit id to indexTimo Teräs2011-04-042-1/+37
| * index: support rewriting of architectureTimo Teräs2011-04-041-2/+13
| * state: late locking for install_if package selectionTimo Teräs2011-03-311-0/+6
| * state: use db in own struc when committingNatanael Copa2011-03-306-8/+8
| * state, info: implement install_if (fixes #443)Timo Teräs2011-03-292-60/+185
| * apk-tools-2.1.0_pre1Timo Teräs2011-03-292-5/+4
| * fetch: fix package version printTimo Teräs2011-03-291-3/+4
| * apk: fix gcc 4.6 warningsTimo Teräs2011-03-271-2/+1
| * state: fix late locking of packagesTimo Teräs2011-03-271-1/+1
| * apk: improve progress barTimo Teräs2011-03-193-12/+29
| * upgrade: reset world dependencies during traversalTimo Teräs2011-03-192-24/+14
| * state: lock package late for names specified on command lineTimo Teräs2011-03-191-4/+11
| * db: relocate from /var/lib/apkTimo Teräs2011-03-163-47/+91
| * db: move lock file to /var/lockTimo Teräs2011-03-161-2/+4
| * apk: show progress bar by default for tty controlled runsTimo Teräs2011-03-162-7/+12
| * db: fix cache tmpfs detectionTimo Teräs2011-03-161-1/+1
| * db, cache: automatically remount cache read-write when neededTimo Teräs2011-03-163-14/+104
| * db: handle arch similarly to stable branchTimo Teräs2011-03-163-16/+26
| * db: detect tmpfs betterTimo Teräs2011-03-161-1/+4
| * url: try wget from $PATH first and fallback to busybox wgetNatanael Copa2011-03-111-0/+4
* | lua: init fixesNatanael Copa2011-02-191-0/+3
* | lua-apk: fix compile warningsNatanael Copa2011-02-051-7/+8
* | lua: implement who_ownsNatanael Copa2011-02-051-0/+40
* | lua: open and close dbNatanael Copa2011-02-051-2/+50
* | lua: initial db_openNatanael Copa2011-02-051-0/+74
* | Makefile: fix installation of lib and apk moduleNatanael Copa2011-02-051-2/+2
* | Makefile: allow custom build configNatanael Copa2011-02-051-0/+1
|/
* db: fix package cachingTimo Teräs2011-01-211-2/+2
* add: use default arch instead of noarch, improve errorsTimo Teräs2011-01-052-3/+4
* Makefile: include config.mk if existsNatanael Copa2011-01-041-0/+2
* db: check and initiailize required package fields before addition to dbTimo Teräs2011-01-041-0/+5
* pkg: recognize install_ifTimo Teräs2011-01-044-26/+55
* pkg, db: allow index with unsupported features to be loadedTimo Teräs2011-01-035-24/+60
* version: fix evaluation order to make valgrind happyTimo Teräs2011-01-031-2/+2