Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-20 | lua: adapt to new API | Natanael Copa | 1 | -3/+4 | |
Use new apk_blob_pull_dep instead of the old apk_dep_from_blob | |||||
2011-09-15 | lua: implement iterator with installed packages | Natanael Copa | 1 | -5/+43 | |
2011-09-15 | lua: implement exists/is_installed | Natanael Copa | 1 | -0/+33 | |
Tests whether given package string is installed | |||||
2011-09-15 | lua: init fixes | Natanael Copa | 1 | -0/+3 | |
- call apk_atom_init() - if no open flag is specified, then default to read-only. | |||||
2011-09-15 | lua: implement who_owns | Natanael Copa | 1 | -0/+41 | |
2011-09-15 | lua: open and close db | Natanael Copa | 1 | -2/+50 | |
2011-09-15 | lua: initial db_open | Natanael Copa | 1 | -1/+75 | |
so far we just parse the db options | |||||
2011-09-14 | lua: remove unneeded global vars | Natanael Copa | 1 | -4/+0 | |
2011-09-14 | lua: typecast apk blob len | Natanael Copa | 1 | -6/+13 | |
So we can build with -Werror | |||||
2010-06-11 | lua: initial lua module | Natanael Copa | 1 | -0/+64 | |