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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-21
db: prepare database writing for layers
Timo Teräs
1
-135
/
+172
2022-02-21
db: prepare database reading for layers
Timo Teräs
4
-25
/
+58
2022-02-14
support new index format without attaching arch
Paul Spooren
1
-8
/
+20
2022-02-14
fs_uvol: take down volume before removal
Daniel Golle
1
-0
/
+4
2022-02-13
context: fix 'uvol' default path
Daniel Golle
1
-1
/
+1
2022-02-03
database: fix apk_db_cache_active returning true when cache not configured
Ariadne Conill
1
-1
/
+1
2022-02-01
mkpkg, adb: validate version and dependency format
Timo Teräs
6
-11
/
+26
2022-01-21
genhelp: fix upper case substition
Timo Teräs
1
-1
/
+1
2022-01-21
cache: allow various flags, and addition of dependencies
Timo Teräs
1
-11
/
+45
2022-01-17
package: fail on invalid control data
Timo Teräs
2
-11
/
+18
2022-01-13
support building with uncompressed help databases
Ariadne Conill
3
-18
/
+39
2021-12-29
package: factor out /dev initialization to linux-specific helper function
Ariadne Conill
1
-8
/
+20
2021-12-29
database: refactor mounting and unmounting /proc
Ariadne Conill
1
-19
/
+44
2021-12-29
database: relocate find_mountpoint()
Ariadne Conill
1
-29
/
+29
2021-12-29
database: refactor cache remounting
Ariadne Conill
1
-5
/
+15
2021-12-29
database: refactor tmpfs root detection and cache setup
Ariadne Conill
1
-39
/
+73
2021-12-29
portability: take over strlcpy
Ariadne Conill
2
-17
/
+0
2021-12-29
io: use opendirectory for UID/GID lookups on macOS
Ariadne Conill
1
-2
/
+8
2021-12-29
abstract differences between GNU and Apple xattr functions
Ariadne Conill
3
-5
/
+35
2021-12-29
database: isolate linux-specific mountpoint headers
Ariadne Conill
1
-5
/
+8
2021-12-29
legacy build system: include libportability headers
Ariadne Conill
1
-1
/
+1
2021-12-29
portability: implement skeleton with memrchr function
Ariadne Conill
1
-1
/
+10
2021-12-29
apk_adb: add missing compare functions
Timo Teräs
1
-0
/
+2
2021-12-29
database: use SA_RESETHAND instead of SA_ONESHOT when registering a SIGALRM h...
Ariadne Conill
1
-1
/
+1
2021-12-29
use fstatat, not fstatat64
Ariadne Conill
2
-5
/
+5
2021-12-29
apk: add --preserve-env option
Paul Spooren
3
-2
/
+7
2021-12-29
apk: add --force-no-chroot option
Paul Spooren
1
-0
/
+4
2021-12-27
make stderr line buffered
Timo Teräs
1
-0
/
+2
2021-12-27
print: improve indented printing api
Timo Teräs
4
-42
/
+68
2021-12-27
list: sort options alphabetically
Timo Teräs
1
-8
/
+8
2021-12-27
list --manifest
Paul Spooren
1
-1
/
+15
2021-12-27
io: fix tee error handling path
Timo Teräs
1
-3
/
+6
2021-12-23
add option --no-logfile
Daniel Golle
3
-1
/
+6
2021-12-20
io.c: add missing limits.h
Paul Spooren
1
-0
/
+1
2021-12-14
adb: use sys/uio.h for iovec operations
Ariadne Conill
1
-0
/
+1
2021-12-14
applet: suppress is_error warning on clang
Ariadne Conill
1
-2
/
+3
2021-12-14
uvol: cast size data to intmax_t
Ariadne Conill
1
-1
/
+1
2021-12-14
defines: provide APKE_REMOTE_IO as portable alternative to EREMOTEIO
Ariadne Conill
3
-2
/
+3
2021-12-14
meson: fix underlinking issue with lua module
Ariadne Conill
1
-1
/
+1
2021-12-14
applet: rework APK_DEFINE_APPLET to use constructor attribute
Ariadne Conill
4
-17
/
+3
2021-12-14
everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h
Ariadne Conill
8
-8
/
+1
2021-12-13
lua: remove features.h
Ariadne Conill
1
-1
/
+0
2021-12-03
extract_v3: make sure empty file's hash is copied too
Timo Teräs
1
-2
/
+2
2021-12-03
db: convert v3 scripts to ipkg on install
Timo Teräs
4
-9
/
+32
2021-12-02
extract: fix uvol to not be called for uvol directory
Timo Teräs
1
-2
/
+8
2021-11-22
db: synthesize symlink hashes for v3 packages
Timo Teräs
2
-11
/
+18
2021-11-22
db: fix regression in creating .apk-new files
Timo Teräs
2
-4
/
+6
2021-11-15
db: lazy create directories with --initdb
Timo Teräs
3
-88
/
+73
2021-11-15
fs_fsys: fix extraction of symlinks
Timo Teräs
1
-6
/
+8
2021-11-15
extract_v2: handle "untrusted package" as normal error
Timo Teräs
1
-1
/
+1
[next]