aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua-apk.c
Commit message (Collapse)AuthorAgeFilesLines
* remove apk_time() as it is causing problems with shared objectsTimo Teräs2020-02-041-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.3Timo Teräs2019-12-301-15/+20
| | | | Fixes #8360
* db: separate init from openKaarle Ritvanen2017-04-281-0/+1
|
* lua: remove unused reg_apk_db_meta_methodsTimo Teräs2016-07-221-5/+0
|
* various: applet help text and comment fixesDubiousjim2013-06-281-1/+1
| | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org>
* lua: use apk_dep_analyzeTimo Teräs2013-06-151-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.2Natanael Copa2013-06-131-15/+32
|
* lua: fix bindings, and build by defaultTimo Teräs2012-02-281-10/+3
|
* lua: fix compile errorTimo Teräs2012-01-171-1/+1
|
* db: support line feed as 'world' dependency separatorTimo Teräs2012-01-121-1/+1
| | | | | * default writing the world with spaces if a space is found (for backwards compatibility) for now
* lua: adapt to new APINatanael Copa2011-10-201-3/+4
| | | | Use new apk_blob_pull_dep instead of the old apk_dep_from_blob
* 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