aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua-apk.c
Commit message (Collapse)AuthorAgeFilesLines
* lua: implement iterator with installed packagesNatanael Copa2011-09-151-5/+43
|
* lua: implement exists/is_installedNatanael Copa2011-09-151-0/+33
| | | | Tests whether given package string is installed
* lua: init fixesNatanael Copa2011-09-151-0/+3
| | | | | - call apk_atom_init() - if no open flag is specified, then default to read-only.
* lua: implement who_ownsNatanael Copa2011-09-151-0/+41
|
* lua: open and close dbNatanael Copa2011-09-151-2/+50
|
* lua: initial db_openNatanael Copa2011-09-151-1/+75
| | | | so far we just parse the db options
* lua: remove unneeded global varsNatanael Copa2011-09-141-4/+0
|
* lua: typecast apk blob lenNatanael Copa2011-09-141-6/+13
| | | | So we can build with -Werror
* lua: initial lua moduleNatanael Copa2010-06-111-0/+64