.. |
Makefile
|
list: new applet
|
2018-01-28 23:55:29 +00:00 |
add.c
|
fix error reporting for virtual package addition
|
2018-11-02 17:41:34 +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
|
fix short option string to be nil terminated
|
2018-11-02 17:42:46 +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
|
rework unpacking of packages and harden package file format requirements
|
2018-09-10 10:59:39 +03:00 |
apk_blob.h
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
apk_database.h
|
prefer selecting packages by their primary name
|
2018-11-12 14:16:36 +02:00 |
apk_defines.h
|
enable automatic update of indexes controlled by --cache-max-age
|
2018-01-04 10:56:09 +02:00 |
apk_hash.h
|
apk_hash.h: include stddef.h
|
2013-04-18 06:19:45 +00:00 |
apk_io.h
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
apk_openssl.h
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
apk_package.h
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
apk_print.h
|
print: print warnings and errors to stderr
|
2017-04-24 22:42:29 +00:00 |
apk_provider_data.h
|
solver: merge apk_name_state to apk_name
|
2012-02-29 11:26:12 +02:00 |
apk_solver.h
|
fetch: ignore conflicts when solving --recursive fetches
|
2018-06-14 20:40:05 +03:00 |
apk_solver_data.h
|
solver: instead of tracking selected packages, score by requirer count for tiebreaking
|
2017-11-02 16:24:09 +00:00 |
apk_version.h
|
version: add support for fuzzy version matching
|
2017-05-27 21:49:53 +00:00 |
archive.c
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
audit.c
|
add support for pre and post commit hooks
|
2017-02-15 13:44:04 +02:00 |
blob.c
|
blob: fix sign extension in test_bit
|
2016-04-03 16:06:57 +03:00 |
cache.c
|
cache: support --latest and --upgrade to affect download policy
|
2018-09-25 13:07:42 +03:00 |
commit.c
|
don't report virtual packages as masked
|
2018-11-02 17:12:20 +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
|
prefer selecting packages by their primary name
|
2018-11-12 14:16:36 +02:00 |
del.c
|
prevent automatic repository index update for 'apk del'
|
2018-07-18 13:29:13 +03:00 |
dot.c
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
fetch.c
|
fetch: ignore conflicts when solving --recursive fetches
|
2018-06-14 20:40:05 +03:00 |
fix.c
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
gunzip.c
|
rework unpacking of packages and harden package file format requirements
|
2018-09-10 10:59:39 +03: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
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
io.c
|
fix xattr hash to be sha1
|
2018-10-30 18:26:10 +02:00 |
list.c
|
list: fix segmentation fault with virtual packages
|
2018-07-02 08:52:22 -05:00 |
lua-apk.c
|
db: separate init from open
|
2017-04-28 13:28:32 +03:00 |
manifest.c
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
md5.h
|
Initial commit of some stuff written so far. Still in state of flux. Expect
|
2008-04-17 14:09:13 +00:00 |
package.c
|
add support for openssl 1.1
|
2018-10-26 08:22:08 +03:00 |
policy.c
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
print.c
|
print: don't print spurious newlines
|
2018-11-02 15:40:45 +02:00 |
search.c
|
search: remove from APK_COMMAND_GROUP_QUERY
|
2018-01-29 03:03:15 +00:00 |
solver.c
|
prefer selecting packages by their primary name
|
2018-11-12 14:16:36 +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
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
url.c
|
url: return relevant error value from apk_istream_fetch
|
2018-05-08 22:44:23 +03:00 |
ver.c
|
make del, fetch, fix and info return errors
|
2014-12-08 08:31:41 +02:00 |
verify.c
|
apk: usage: cleanup help text when no applet is selected
|
2018-01-09 17:07:13 +00:00 |
version.c
|
Revert "version: consider pkg-rX and pkg to be the same version"
|
2017-06-23 06:59:13 +00:00 |