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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
pkg: recursive create exec dir
Timo Teräs
1
-15
/
+34
2022-03-21
mkndx: fix v3 package handling
Timo Teräs
1
-2
/
+0
2022-03-21
package: fix error message when script fails to execute
Daniel Kolesa
1
-1
/
+1
2022-03-21
adb: use qsort_r
Timo Teräs
1
-33
/
+35
2022-03-21
portability: add qsort_r
Timo Teräs
3
-0
/
+34
2022-03-21
mkndx, adb: fix index searching
Timo Teräs
4
-78
/
+97
2022-03-21
mkndx: fix index generation for v2 and v3 packages
Timo Teräs
3
-36
/
+50
2022-03-07
portability, fetch: drop static_deps dependencies
Daniel Kolesa
2
-2
/
+0
2022-03-07
adb: fix handling of conflicts
Daniel Kolesa
3
-6
/
+14
2022-03-07
test: fix tests by setting sane active_layers without state
Timo Teräs
1
-0
/
+1
2022-03-06
db: fix APK_OPENF_NO_STATE check
Daniel Kolesa
1
-1
/
+1
2022-03-06
mkpkg: use -I for --info
Timo Teräs
1
-1
/
+1
2022-03-06
mkpkg: check apk_ostream_to_file/adb_compress error
Timo Teräs
1
-1
/
+6
2022-03-06
db: honor APK_OPENF_NO_STATE again
Timo Teräs
1
-8
/
+10
2022-02-24
pkg: use lib/apk/exec as the package script execution directory
Timo Teräs
1
-11
/
+15
2022-02-24
solver: do not auto select virtual-only package with one provider
Timo Teräs
5
-2
/
+12
2022-02-22
db, uvol: commit regular files before uvol volumes
Timo Teräs
4
-4
/
+30
2022-02-22
db: fix apkindex path generation
Timo Teräs
1
-1
/
+1
2022-02-21
io_gunzip: fix handling short reads near end-of-file
Timo Teräs
1
-12
/
+15
2022-02-21
fs_fsys: ignore mkdir EEXIST
Timo Teräs
1
-1
/
+2
2022-02-21
tar: allow for space as numeric field terminator
ptrcnull
1
-1
/
+1
2022-02-21
solver: require package layer to be enabled for install
Timo Teräs
2
-3
/
+7
2022-02-21
adb: add layer to pkginfo
Timo Teräs
3
-1
/
+4
2022-02-21
db: sort world dependencies to layers
Timo Teräs
5
-7
/
+27
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-24
fix typo on apk-add.8.scd
Thiago Perrotta
1
-1
/
+1
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
2
-17
/
+67
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
4
-19
/
+41
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: add sys/sysmacros.h wrapper for makedev/major/minor
Ariadne Conill
1
-0
/
+9
2021-12-29
portability: include environ in overlaid unistd.h
Ariadne Conill
1
-0
/
+5
2021-12-29
portability: implement pipe2 and mknodat
Ariadne Conill
5
-0
/
+64
2021-12-29
ci: use meson on debian, not legacy build system
Ariadne Conill
1
-4
/
+5
2021-12-29
portability: take over strlcpy
Ariadne Conill
5
-17
/
+18
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
[next]