Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Tests whether given package string is installed | ||||
* | lua: init fixes | Natanael Copa | 2011-09-15 | 1 | -0/+3 |
| | | | | | - call apk_atom_init() - if no open flag is specified, then default to read-only. | ||||
* | 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 |
| | | | | so far we just parse the db options | ||||
* | lua: remove unneeded global vars | Natanael Copa | 2011-09-14 | 1 | -4/+0 |
| | |||||
* | lua: typecast apk blob len | Natanael Copa | 2011-09-14 | 1 | -6/+13 |
| | | | | So we can build with -Werror | ||||
* | lua: initial lua module | Natanael Copa | 2010-06-11 | 1 | -0/+64 |