.. |
Makefile
|
lua: fix build and update to lua5.3
|
2019-12-30 16:17:14 +02:00 |
add.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02: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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
apk_applet.h
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02: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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02: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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
dot.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
fetch.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
fix.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02: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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
info.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +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
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
lua-apk.c
|
lua: fix build and update to lua5.3
|
2019-12-30 16:17:14 +02:00 |
manifest.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
package.c
|
Harden signature verification process
|
2020-01-24 09:28:48 +02:00 |
policy.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
print.c
|
Humanize size output of `apk info`
|
2020-01-05 23:26:50 +02:00 |
search.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
solver.c
|
upgrade: implement --ignore to exclude some packages from upgrade
|
2019-12-12 13:47:11 +02:00 |
stats.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
template.c
|
all: update copyright year statement
|
2011-09-13 11:53:01 +03:00 |
update.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
upgrade.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
url.c
|
convert remaining locations to use istream instead of bstream
|
2020-01-11 11:20:48 +02:00 |
ver.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
verify.c
|
Update apk to make man pages sole source of truth
|
2020-01-26 09:03:18 +02:00 |
version.c
|
Revert "version: consider pkg-rX and pkg to be the same version"
|
2017-06-23 06:59:13 +00:00 |