summaryrefslogtreecommitdiffstats
path: root/src/lua-apk.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'lua-apk' into luaHEADluaNatanael Copa2011-04-201-6/+76
|\ | | | | | | | | Conflicts: src/lua-apk.c
| * lua: implement iterator with installed packagesNatanael Copa2011-04-201-5/+43
| |
| * lua: implement exists/is_installedNatanael Copa2011-04-201-0/+33
| | | | | | | | Tests whether given package string is installed
| * lua: init fixesNatanael Copa2011-04-201-0/+3
| | | | | | | | | | - call apk_atom_init() - if no open flag is specified, then default to read-only.
| * 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
| | | | | | | | so far we just parse the db options
* | lua: init fixesNatanael Copa2011-02-191-0/+3
| | | | | | | | | | - call apk_atom_init() - if no open flag is specified, then default to read-only.
* | 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
|/ | | | so far we just parse the db options
* lua: initial lua moduleNatanael Copa2010-06-111-0/+64