Age | Commit message (Expand) | Author | Files | Lines |
2022-02-01 | mkpkg, adb: validate version and dependency format | Timo Teräs | 1 | -1/+2 |
2021-12-14 | defines: provide APKE_REMOTE_IO as portable alternative to EREMOTEIO | Ariadne Conill | 1 | -0/+1 |
2021-12-14 | applet: rework APK_DEFINE_APPLET to use constructor attribute | Ariadne Conill | 1 | -0/+1 |
2021-11-09 | database: implement uvol support | Timo Teräs | 1 | -1/+3 |
2021-08-23 | mkpkg: add support for scripts and triggers | Timo Teräs | 1 | -1/+1 |
2021-08-23 | remove IS_ERR_OR_NULL | Timo Teräs | 1 | -1/+0 |
2021-07-27 | Refactor .apk extraction code | Timo Teräs | 1 | -0/+1 |
2021-07-25 | io_archive: Use SOURCE_DATE_EPOCH for meta files instead of current time | kpcyrd | 1 | -0/+2 |
2021-07-23 | db: allow read-only operations without cache | Timo Teräs | 1 | -1/+2 |
2021-07-22 | adb: add a small adb blob header with versions and root object | Timo Teräs | 1 | -0/+1 |
2021-07-22 | adb: support seamless de/compression of adb files | Timo Teräs | 1 | -0/+1 |
2021-07-06 | define APK_DEFAULT_ARCH for loongarch targets | Ariadne Conill | 1 | -0/+6 |
2021-06-19 | reduce misuse of error codes from errno.h | Timo Teräs | 1 | -5/+28 |
2021-06-11 | mkpkg: new applet to create v2 packages with basic functionality | Timo Teräs | 1 | -4/+4 |
2021-02-04 | db: consider control characters in filename as malicious | Timo Teräs | 1 | -0/+1 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -3/+0 |
2020-10-09 | make apk_flags non-global, make progress printing state non-global | Timo Teräs | 1 | -14/+0 |
2020-10-09 | make apk_force non-global, remove left-over apk_arch | Timo Teräs | 1 | -9/+1 |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 1 | -0/+5 |
2020-05-17 | define APK_DEFAULT_ARCH for riscv32 and riscv64 targets | Ariadne Conill | 1 | -0/+4 |
2020-05-07 | use SPDX-License-Identifier in source files | TBK | 1 | -3/+1 |
2020-03-21 | fix glibc build | TBK | 1 | -0/+1 |
2020-02-21 | db: fix unaligned memory access in csum_hash() | Timo Teräs | 1 | -0/+10 |
2020-02-04 | defines: add typeof() as it's gcc built-in | Timo Teräs | 1 | -0/+4 |
2020-02-04 | remove apk_time() as it is causing problems with shared objects | Timo Teräs | 1 | -2/+0 |
2019-06-03 | use fixed system time in test mode to have fixed test output | Timo Teräs | 1 | -0/+3 |
2018-01-04 | enable automatic update of indexes controlled by --cache-max-age | Timo Teräs | 1 | -1/+0 |
2018-01-03 | split --force to several --force-[type] options | Timo Teräs | 1 | -2/+8 |
2018-01-03 | add new flag --no-commit-hooks | Henrik Riomar | 1 | -0/+1 |
2017-12-15 | fix typo in MIPS byte-order apk_defines.h | Nils Andreas Svee | 1 | -1/+1 |
2017-12-11 | add detection of mips archs | Nils Andreas Svee | 1 | -0/+8 |
2017-06-01 | apk_defines: implement mulmod() | William Pitcock | 1 | -0/+8 |
2017-01-17 | Add ppc64le entry in apk defines. | Breno Leitao | 1 | -1/+3 |
2016-11-21 | add s390x headers | Tuan M. Hoang | 1 | -0/+2 |
2016-07-08 | detect aarch64 architecture and assign default name for it | Timo Teräs | 1 | -2/+3 |
2015-12-07 | db: add support for --no-cache | Natanael Copa | 1 | -0/+1 |
2015-11-12 | add armv7 target | Timo Teräs | 1 | -0/+2 |
2015-04-24 | modifications for the previous commit in error message handling | Timo Teräs | 1 | -1/+2 |
2015-04-22 | print.c: provide more detailed error messages if retrieving a package fails | Alex Dowad | 1 | -0/+2 |
2014-10-08 | io,url,db: support for if-modified-since | Timo Teräs | 1 | -0/+6 |
2013-09-10 | apk: new option --no-scripts | Timo Teräs | 1 | -0/+1 |
2013-09-05 | arch: use armhf for arm hardfloat eabi | Timo Teräs | 1 | -2/+2 |
2013-07-02 | defines: detect endianess on arm, for armel | Timo Teräs | 1 | -0/+3 |
2013-06-17 | io: get rid of APK_PROGRESS_SCALE | Timo Teräs | 1 | -2/+1 |
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+3 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -3/+20 |
2013-05-30 | db: unify handling of special packages | Timo Teräs | 1 | -1/+1 |
2012-02-22 | db, solver, io: scan cache items at startup | Timo Teräs | 1 | -0/+20 |
2012-02-20 | solver: rewrite backtracking and scoring system | Timo Teräs | 1 | -0/+5 |
2012-01-06 | common: fix apk_array copying, and additional size_t fixes | Timo Teräs | 1 | -0/+1 |