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
2021-07-26
db: fix installed db writing with long names
Samanta Navarro
1
-6
/
+11
2021-07-26
Use __attribute__ ((format)) where possible and fix issues found by it
Timo Teräs
3
-7
/
+10
2021-07-23
db: check syscall errors in update_permissions()
Timo Teräs
1
-5
/
+17
2021-07-23
Disable progress bar on dumb terminals by default
Sören Tempel
1
-1
/
+6
2021-07-23
solver: don't consider requirer count for preference
Timo Teräs
1
-16
/
+0
2021-04-12
io_archive: add bounds limit for uname and gname tar header fields
Timo Teräs
3
-10
/
+11
2021-04-11
io: fix fd leak in error handling paths
Timo Teräs
1
-5
/
+20
2021-04-11
database: do not chroot(".") unless actually necessary
Ariadne Conill
2
-2
/
+14
2021-04-11
del: report correctly package's provides names
Timo Teräs
1
-9
/
+21
2021-04-11
db: fix control character check to use uint8_t
Timo Teräs
1
-2
/
+2
2021-04-11
db: consider control characters in filename as malicious
Timo Teräs
1
-7
/
+19
2021-04-11
apk_update: use URL_PRINTF
Alex Denes
1
-2
/
+4
2021-04-11
database: automatically create missing cache dir
Paul Spooren
1
-0
/
+6
2021-04-11
db: mask password component of printed URLs
Timo Teräs
3
-12
/
+55
2021-04-11
commit: rephrase the error messages more understandable
Timo Teräs
1
-2
/
+2
2021-04-11
db: check cache only if some repositories are enabled
Timo Teräs
1
-1
/
+1
2021-04-11
fix apk_blob_pull_csum to always initialize apk_checksum
Timo Teräs
1
-9
/
+6
2021-04-11
lower min-width to 25 columns
Antoine Fontaine
1
-1
/
+1
2021-04-11
fix glibc build
TBK
1
-0
/
+1
2021-04-11
db: fix unaligned memory access in csum_hash()
Timo Teräs
3
-11
/
+13
2020-02-18
fix murmur3 hash unaligned memory access
Timo Teräs
1
-29
/
+39
2020-02-18
defines: add typeof() as it's gcc built-in
Timo Teräs
1
-0
/
+4
2020-02-18
remove apk_time() as it is causing problems with shared objects
Timo Teräs
6
-17
/
+10
2020-02-18
remove obsolete md5.h
Timo Teräs
1
-60
/
+0
2020-02-18
database.c: drop GNU extension for fnmatch
Drew DeVault
1
-1
/
+1
2020-02-18
io: remove the now unused pid association with istream
Timo Teräs
2
-32
/
+8
2020-02-18
io: remove unused size parameter from bstream close
Timo Teräs
5
-44
/
+34
2019-12-30
lua: fix build and update to lua5.3
Timo Teräs
2
-16
/
+21
2019-12-29
del: report non-matching names and install-if rule non-deletion
Timo Teräs
3
-30
/
+39
2019-12-27
Revert "search: remove from APK_COMMAND_GROUP_QUERY"
Timo Teräs
1
-0
/
+1
2019-12-27
db: parse tabulator as repository separator char
Timo Teräs
1
-0
/
+1
2019-12-18
io: use proper base struct types for method implementations
Timo Teräs
5
-86
/
+68
2019-12-12
upgrade: implement --ignore to exclude some packages from upgrade
nrybowski
4
-4
/
+22
2019-11-22
Don't unpack files to system root
Fredrik Gustafsson
1
-1
/
+5
2019-11-18
add: always use UTC for virtual package versions
Max Rees
1
-1
/
+1
2019-11-18
Make tests pass and introduce a memory leak
Fredrik Gustafsson
1
-1
/
+1
2019-07-02
add: fix virtual package id generation
Timo Teräs
1
-16
/
+35
2019-06-05
print usage and exit with error on invalid arguments
Timo Teräs
1
-6
/
+3
2019-06-05
fix all applets to return -ENOTSUP if it's unrecognized
Timo Teräs
5
-5
/
+5
2019-06-05
solver: fix common dependency merging to inherit pinning and flags
Timo Teräs
1
-3
/
+7
2019-06-03
use fixed system time in test mode to have fixed test output
Timo Teräs
5
-4
/
+16
2019-06-03
add: make virtual packages upgradeable (ref #9957)
Timo Teräs
1
-3
/
+12
2019-05-28
Fix compile with glibc
Ian Douglas Scott
1
-1
/
+1
2019-05-01
list: Detect orphaned packages correctly
A. Wilcox
1
-2
/
+2
2019-02-13
fix strncpy bounds errors
Timo Teräs
4
-4
/
+24
2019-02-13
include sys/sysmacros.h for makedev definition
Elan Ruusamäe
2
-0
/
+2
2019-01-10
fetch: fix error message for --recursive
Natanael Copa
1
-1
/
+3
2018-11-15
Revert "move --simulate to global options"
Timo Teräs
1
-2
/
+5
2018-11-12
fix orphan package handling for certain provides cases
Timo Teräs
1
-15
/
+17
2018-11-12
prefer selecting packages by their primary name
Timo Teräs
3
-8
/
+25
[next]