Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove apk_time() as it is causing problems with shared objects | Timo Teräs | 2020-02-04 | 1 | -5/+0 |
| | | | | | | | Instead, to make sure test mode produces same output, redefine time() for the test mode binary. Reverts parts of 0b82bcc53e60. | ||||
* | lua: fix build and update to lua5.3 | Timo Teräs | 2019-12-30 | 1 | -15/+20 |
| | | | | Fixes #8360 | ||||
* | db: separate init from open | Kaarle Ritvanen | 2017-04-28 | 1 | -0/+1 |
| | |||||
* | lua: remove unused reg_apk_db_meta_methods | Timo Teräs | 2016-07-22 | 1 | -5/+0 |
| | |||||
* | various: applet help text and comment fixes | Dubiousjim | 2013-06-28 | 1 | -1/+1 |
| | | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org> | ||||
* | lua: use apk_dep_analyze | Timo Teräs | 2013-06-15 | 1 | -3/+2 |
| | | | | | and remove the now unused apk_dep_is_materialized_or_provided which was superceded by apk_dep_analyze. | ||||
* | lua: support for lua 5.2 | Natanael Copa | 2013-06-13 | 1 | -15/+32 |
| | |||||
* | lua: fix bindings, and build by default | Timo Teräs | 2012-02-28 | 1 | -10/+3 |
| | |||||
* | lua: fix compile error | Timo Teräs | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | db: support line feed as 'world' dependency separator | Timo Teräs | 2012-01-12 | 1 | -1/+1 |
| | | | | | * default writing the world with spaces if a space is found (for backwards compatibility) for now | ||||
* | lua: adapt to new API | Natanael Copa | 2011-10-20 | 1 | -3/+4 |
| | | | | Use new apk_blob_pull_dep instead of the old apk_dep_from_blob | ||||
* | 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 |