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
2021-12-29
legacy build system: include libportability headers
Ariadne Conill
1
-1
/
+1
2021-12-29
portability: add endian.h wrapper
Ariadne Conill
1
-0
/
+61
2021-12-29
portability: implement skeleton with memrchr function
Ariadne Conill
5
-1
/
+60
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
gitignore: add build/
Paul Spooren
1
-0
/
+1
2021-12-29
use fstatat, not fstatat64
Ariadne Conill
2
-5
/
+5
2021-12-29
meson: define _FILE_OFFSET_BITS=64 for glibc
Ariadne Conill
1
-0
/
+3
2021-12-29
apk: add --preserve-env option
Paul Spooren
4
-2
/
+10
2021-12-29
apk: add --force-no-chroot option
Paul Spooren
2
-0
/
+9
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
2
-20
/
+20
2021-12-27
list --manifest
Paul Spooren
2
-1
/
+18
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-18
ci: strip static binary
Kevin Daudt
1
-1
/
+1
2021-12-18
ci: use arch-tagged images for static build
Kevin Daudt
1
-1
/
+1
2021-12-17
libfetch: Allow special characters in http basic auth
Jan Hendrik Farr
1
-14
/
+62
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
libfetch: use static_deps when compiling libfetch under meson
Ariadne Conill
1
-0
/
+1
2021-12-14
applet: rework APK_DEFINE_APPLET to use constructor attribute
Ariadne Conill
4
-17
/
+3
2021-12-14
ci: create release from tags
Kevin Daudt
1
-0
/
+47
2021-12-14
ci: add job to build static binary
Kevin Daudt
1
-0
/
+26
2021-12-14
libfetch: use pkg-config to find openssl cflags
Ariadne Conill
1
-0
/
+7
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-09
libfetch: avoid use of strdupa GNU extension
Ariadne Conill
1
-1
/
+2
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
2021-11-15
commit: print download size of packages in interactive mode
Timo Teräs
1
-3
/
+12
2021-11-15
fix fetching of depdencies only packages
Timo Teräs
4
-16
/
+12
2021-11-12
fetch: add --url option to print the download URLs
Timo Teräs
2
-6
/
+17
2021-11-11
pkg: fix reading of v3 package meta data
Timo Teräs
1
-1
/
+1
2021-11-11
pathbuilder: fix push return value
Timo Teräs
1
-2
/
+2
2021-11-11
extract_v3: fix extraction of zero length files
Timo Teräs
1
-2
/
+3
2021-11-09
optimize apk_pathbuilder_pop to get the old length
Timo Teräs
5
-21
/
+21
2021-11-09
adbdump: fix dumping signatures
Timo Teräs
1
-1
/
+4
2021-11-09
database: support loading v3 indexes
Timo Teräs
5
-20
/
+56
[prev]
[next]