You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aydin Mercan 4436222e90
crypto: make init more readable
1 year ago
..
Makefile crypto: start seperating public/private key usage 1 year ago
adb.c trust: add draft seperate public/secret loading 1 year ago
adb.h mkndx, adb: fix index searching 2 years ago
adb_comp.c remove IS_ERR_OR_NULL 2 years ago
adb_walk_adb.c adbdump: fix dumping signatures 2 years ago
adb_walk_genadb.c adb: refactor struct adb_header to adb_file_header 2 years ago
adb_walk_gentext.c add adbgen applet to generate databases from it's text dump 2 years ago
adb_walk_text.c remove IS_ERR_OR_NULL 2 years ago
apk-static.c static build: do not use openssl engines 13 years ago
apk-test.c test: rewrite the testing framework to use the real applets 12 years ago
apk.c apk: better messaging when crypto init fails 1 year ago
apk.pc.in crypto: start tinkering 1 year ago
apk_adb.c mkndx, adb: fix index searching 2 years ago
apk_adb.h adb: add layer to pkginfo 2 years ago
apk_applet.h applet: rework APK_DEFINE_APPLET to use constructor attribute 2 years ago
apk_atom.h make the atom functions not use global state 3 years ago
apk_blob.h portability: take over strlcpy 2 years ago
apk_context.h apk: add --preserve-env option 2 years ago
apk_crypto.h crypto: start seperating public/private key usage 1 year ago
apk_database.h db: sort world dependencies to layers 2 years ago
apk_defines.h keep APK_DEFAULT_ARCH as the define used in source code 2 years ago
apk_extract.h database: implement uvol support 2 years ago
apk_fs.h db: fix change detection for symlinks 1 year ago
apk_hash.h use SPDX-License-Identifier in source files 3 years ago
apk_io.h io: move make_dirs as apk_make_dirs and use it 1 year ago
apk_openssl.h add basic abstraction for cryptographic operations 2 years ago
apk_package.h db: sort world dependencies to layers 2 years ago
apk_pathbuilder.h optimize apk_pathbuilder_pop to get the old length 2 years ago
apk_print.h print: improve indented printing api 2 years ago
apk_provider_data.h use SPDX-License-Identifier in source files 3 years ago
apk_solver.h fix, simplify and document upgrade --ignore 3 years ago
apk_solver_data.h use SPDX-License-Identifier in source files 3 years ago
apk_tar.h Refactor .apk extraction code 2 years ago
apk_trust.h trust: add draft seperate public/secret loading 1 year ago
apk_version.h adb: fix handling of conflicts 2 years ago
apk_xattr.h abstract differences between GNU and Apple xattr functions 2 years ago
app_adbdump.c adb: unify various interfaces to adb_m_process 2 years ago
app_adbsign.c adb: make adb mmap/stream parser more united, add ADB_BLOCK_DATAX 2 years ago
app_add.c add: allow specifying a version for --virtual package 1 year ago
app_audit.c db, audit: support sha256-160 hashes for v3 pkg compat 2 years ago
app_cache.c cache: allow various flags, and addition of dependencies 2 years ago
app_convdb.c Refactor .apk extraction code 2 years ago
app_convndx.c Further refactor extract API to have separate ops vtable 2 years ago
app_del.c print: improve indented printing api 2 years ago
app_dot.c make apk_database optional for applets that don't need it 3 years ago
app_extract.c database: implement uvol support 2 years ago
app_fetch.c fetch: implement --world 1 year ago
app_fix.c make apk_database optional for applets that don't need it 3 years ago
app_index.c db, add: support adding v3 package files 2 years ago
app_info.c remove IS_ERR_OR_NULL 2 years ago
app_list.c list: sort options alphabetically 2 years ago
app_manifest.c optimize apk_pathbuilder_pop to get the old length 2 years ago
app_mkndx.c mkndx: fix v3 package handling 2 years ago
app_mkpkg.c mkpkg: use correct script counter when writing scripts to adb 1 year ago
app_policy.c db: prepare database reading for layers 2 years ago
app_search.c make apk_database optional for applets that don't need it 3 years ago
app_stats.c make apk_database optional for applets that don't need it 3 years ago
app_update.c apk_update: use URL_PRINTF 3 years ago
app_upgrade.c make apk_database optional for applets that don't need it 3 years ago
app_verify.c Refactor .apk extraction code 2 years ago
app_version.c add missing apk_trust.h 3 years ago
app_vertest.c make apk_database optional for applets that don't need it 3 years ago
applet.c support building with uncompressed help databases 2 years ago
atom.c make the atom functions not use global state 3 years ago
blob.c portability: take over strlcpy 2 years ago
commit.c solver: do not auto select virtual-only package with one provider 2 years ago
common.c everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h 2 years ago
context.c io: move make_dirs as apk_make_dirs and use it 1 year ago
crypto_core.c crypto: make init more readable 1 year ago
crypto_digest.c crypto/digest: simply state in oneshot calculation 1 year ago
crypto_public.c crypto/signature: remove domain seperators for now 1 year ago
crypto_secret.c crypto/signature: remove domain seperators for now 1 year ago
database.c crypto: start seperating public/private key usage 1 year ago
extract_v2.c extract/v2: simply finding the signature type 1 year ago
extract_v3.c extract_v3: make sure empty file's hash is copied too 2 years ago
fs_fsys.c db: fix change detection for symlinks 1 year ago
fs_uvol.c db: fix change detection for symlinks 1 year ago
genhelp.lua genhelp: fix upper case substition 2 years ago
hash.c make the atom functions not use global state 3 years ago
io.c io: move make_dirs as apk_make_dirs and use it 1 year ago
io_gunzip.c io_gunzip: fix handling short reads near end-of-file 2 years ago
io_url.c defines: provide APKE_REMOTE_IO as portable alternative to EREMOTEIO 2 years ago
lua-apk.c lua: remove features.h 2 years ago
meson.build crypto: start seperating public/private key usage 1 year ago
package.c crypto: start seperating public/private key usage 1 year ago
pathbuilder.c pathbuilder: fix push return value 2 years ago
print.c mkpkg, adb: validate version and dependency format 2 years ago
solver.c solver: do not auto select virtual-only package with one provider 2 years ago
tar.c tar: allow for space as numeric field terminator 2 years ago
template.c use SPDX-License-Identifier in source files 3 years ago
trust.c trust: add draft seperate public/secret loading 1 year ago
version.c version: increase number of digits supported in version component 2 years ago