index
:
apk-tools
2.0-stable
2.1-stable
2.10-stable
2.12-stable
2.14-stable
2.6-stable
2.7-stable
2.8-stable
adelie/2.12
current
feature/macos
fix/portability-broken-qsort-r
for-adelie/pmmx
for-alpine/cache-errors
for-alpine/posix-shell
for-alpine/pregen-help
for-alpine/solver-debugging
master
mkpkg-info-generalization
tt-add-virtual-version
tt-fetch-world
tt-fix-symlink-apknew
tt-layers
tt-no-cache
tt-stable-wip
tt-subnet-match
v3.0-wip
zv/test
Adélie Linux patches for Alpine Package Keeper (apk-tools)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apk_defines.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-09-20
all: fix array size data type on 64 bit
Natanael Copa
1
-1
/
+1
2011-09-13
all: update copyright year statement
Timo Teräs
1
-1
/
+1
2011-09-09
applets: start using solver code
Timo Teräs
1
-3
/
+6
2011-07-22
apk: improve indented printing
Timo Teräs
1
-1
/
+0
2011-03-19
apk: improve progress bar
Timo Teräs
1
-0
/
+1
2011-01-01
upgrade: perform upgrade of apk-tools first if available
Timo Teräs
1
-0
/
+1
2010-12-14
pkg, db: add preliminary support for arch field
Timo Teräs
1
-0
/
+1
2010-06-11
First steps for libapk
Natanael Copa
1
-8
/
+1
2010-06-05
all: rework how arrays work
Timo Teräs
1
-18
/
+18
2009-12-21
apk: remove the unneeded --never-overwrite
Timo Teras
1
-2
/
+1
2009-12-21
apk: --overlay-from-stdin
Timo Teras
1
-0
/
+1
2009-11-06
apk: add --never-overwrite flag (ref #197)
Timo Teras
1
-0
/
+1
2009-08-13
db: implement triggers (fixes #45)
Timo Teras
1
-1
/
+1
2009-08-06
db: prefer local repositories, and implement --no-network
Timo Teras
1
-0
/
+1
2009-08-04
del: add '-r' to remove top-level dependencies recursively
Timo Teras
1
-0
/
+1
2009-07-31
apk: use *at instead of chdir+normal file syscall
Timo Teras
1
-1
/
+1
2009-07-24
apk: add -i/--interactive option (fixes #60)
Timo Teras
1
-0
/
+1
2009-07-22
apk: add --purge option (fixes #61)
Timo Teras
1
-0
/
+1
2009-07-22
apk: allow-untrusted option
Timo Teras
1
-0
/
+1
[next]