apk-tools/src
Drew DeVault 7c2c68df69 add apk-manifest(8) 2020-01-26 09:01:26 +02:00
..
Makefile lua: fix build and update to lua5.3 2019-12-30 16:17:14 +02:00
add.c add: always use UTC for virtual package versions 2019-11-18 16:46:57 +01:00
apk-static.c static build: do not use openssl engines 2010-06-30 16:55:50 +03:00
apk-test.c test: rewrite the testing framework to use the real applets 2012-02-23 22:05:02 +02:00
apk.c istream, archive, db: convert db and tar function to use istream 2020-01-11 11:20:45 +02:00
apk_applet.h apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
apk_archive.h archive: remove support for old packages without xattr checksums 2020-01-11 03:43:38 +02:00
apk_blob.h don't use hardcoded checksum buffer sizes 2020-01-25 16:35:31 +02:00
apk_database.h istream, archive, db: convert db and tar function to use istream 2020-01-11 11:20:45 +02:00
apk_defines.h use fixed system time in test mode to have fixed test output 2019-06-03 16:19:17 +03:00
apk_hash.h apk_hash.h: include stddef.h 2013-04-18 06:19:45 +00:00
apk_io.h io: convert bstream mmap to istream, remove the now obsolete bstream machinery 2020-01-11 11:32:21 +02:00
apk_openssl.h add support for openssl 1.1 2018-10-26 08:22:08 +03:00
apk_package.h del: report non-matching names and install-if rule non-deletion 2019-12-29 19:40:24 +02:00
apk_print.h Humanize size output of `apk info` 2020-01-05 23:26:50 +02:00
apk_provider_data.h solver: merge apk_name_state to apk_name 2012-02-29 11:26:12 +02:00
apk_solver.h upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
apk_solver_data.h upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
apk_version.h version: add support for fuzzy version matching 2017-05-27 21:49:53 +00:00
archive.c archive: make apk_tar_parse check and close input stream 2020-01-11 11:32:51 +02:00
audit.c add support for pre and post commit hooks 2017-02-15 13:44:04 +02:00
blob.c istream, archive, db: convert db and tar function to use istream 2020-01-11 11:20:45 +02:00
cache.c cache: support --latest and --upgrade to affect download policy 2018-09-25 13:07:42 +03:00
commit.c commit: make use of the apk_get_human_unit function 2020-01-05 23:26:50 +02:00
common.c libapk, apk(8): fix header inclusion issues with musl's headers 2013-06-12 10:47:11 -05:00
database.c document mysterious SHA-1 blob in database.c 2020-01-25 16:33:54 +02:00
del.c del: report non-matching names and install-if rule non-deletion 2019-12-29 19:40:24 +02:00
dot.c apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
fetch.c fetch: fix error message for --recursive 2019-01-10 09:29:35 +01:00
fix.c apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
gunzip.c convert remaining locations to use istream instead of bstream 2020-01-11 11:20:48 +02:00
hash.c all: various conversions to foreach_array_item, and simplifications of code 2013-06-18 08:03:40 +03:00
index.c apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
info.c info: Remove short options for --install-if, --rinstall-if 2020-01-05 23:28:43 +02:00
io.c don't ignore md parameter to apk_fileinfo_hash_xattr_array() 2020-01-25 16:33:17 +02:00
list.c fix all applets to return -ENOTSUP if it's unrecognized 2019-06-05 09:32:29 +03:00
lua-apk.c lua: fix build and update to lua5.3 2019-12-30 16:17:14 +02:00
manifest.c add apk-manifest(8) 2020-01-26 09:01:26 +02:00
package.c Harden signature verification process 2020-01-24 09:28:48 +02:00
policy.c apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
print.c Humanize size output of `apk info` 2020-01-05 23:26:50 +02:00
search.c Revert "search: remove from APK_COMMAND_GROUP_QUERY" 2019-12-27 17:30:21 +02:00
solver.c upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
stats.c add simple stats applet 2015-06-12 11:20:01 +03:00
template.c all: update copyright year statement 2011-09-13 11:53:01 +03:00
update.c apk: usage: cleanup help text when no applet is selected 2018-01-09 17:07:13 +00:00
upgrade.c upgrade: implement --ignore to exclude some packages from upgrade 2019-12-12 13:47:11 +02:00
url.c convert remaining locations to use istream instead of bstream 2020-01-11 11:20:48 +02:00
ver.c fix all applets to return -ENOTSUP if it's unrecognized 2019-06-05 09:32:29 +03:00
verify.c archive: make apk_tar_parse check and close input stream 2020-01-11 11:32:51 +02:00
version.c Revert "version: consider pkg-rX and pkg to be the same version" 2017-06-23 06:59:13 +00:00