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
/
database.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-20
db: simplify reverse name list creation
Timo Teräs
1
-12
/
+12
2022-06-03
db: fix atfd for access repository index
Timo Teräs
1
-2
/
+3
2022-01-17
package: fail on invalid control data
Timo Teräs
1
-2
/
+4
2021-12-14
everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h
Ariadne Conill
1
-1
/
+0
2021-12-14
fix fetching of depdencies only packages
Timo Teräs
1
-14
/
+9
2021-11-12
db: purge temporary files without explicit modification check
Timo Teräs
1
-1
/
+2
2021-08-23
db: honor SOURCE_DATE_EPOCH for scriptdb
Timo Teräs
1
-2
/
+0
2021-07-26
db: fix installed db writing with long names
Samanta Navarro
1
-6
/
+11
2021-07-23
db: allow read-only operations without cache
Timo Teräs
1
-11
/
+9
2021-07-23
db: check syscall errors in update_permissions()
Timo Teräs
1
-5
/
+17
2021-03-19
database: do not chroot(".") unless actually necessary
Ariadne Conill
1
-2
/
+13
2021-02-07
db: fix control character check to use uint8_t
Timo Teräs
1
-2
/
+2
2021-02-07
db: consider control characters in filename as malicious
Timo Teräs
1
-11
/
+19
2021-01-14
database.c: Fixed package DESCRIPTION parsing
thibault.ferrante
1
-0
/
+1
2021-01-11
database: Propagate errors when loading an APKINDEX
thibault.ferrante
1
-6
/
+7
2020-10-07
various changes to make clang not give warnings
Timo Teräs
1
-4
/
+4
2020-10-06
db: make the --repositories-file change more announced
Timo Teräs
1
-3
/
+7
2020-10-06
database: automatically create missing cache dir
Paul Spooren
1
-0
/
+6
2020-10-05
db: make --repositories-file relative to host root
Timo Teräs
1
-1
/
+1
2020-10-05
db: mask password component of printed URLs
Timo Teräs
1
-12
/
+19
2020-10-01
db: check cache only if some repositories are enabled
Timo Teräs
1
-1
/
+1
2020-08-29
database: clarify the deprecation notice for checksum-less packages
Ariadne Conill
1
-3
/
+7
2020-05-27
database: create additional device nodes when initializing root fs
Ariadne Conill
1
-0
/
+4
2020-05-19
make the atom functions not use global state
Timo Teräs
1
-17
/
+19
2020-05-07
use SPDX-License-Identifier in source files
TBK
1
-3
/
+1
2020-04-28
apk: do not manage file ownership as non-root or when asked so
Fredrik Gustafsson
1
-1
/
+5
2020-04-01
db: fix database reading without scripts or triggers
Timo Teräs
1
-6
/
+10
2020-02-21
db: fix unaligned memory access in csum_hash()
Timo Teräs
1
-1
/
+3
2020-02-14
io: add stream copy helper
Timo Teräs
1
-1
/
+1
2020-02-04
remove apk_time() as it is causing problems with shared objects
Timo Teräs
1
-2
/
+2
2020-01-25
document mysterious SHA-1 blob in database.c
Reid Rankin
1
-0
/
+2
2020-01-24
db: additional clean up and hardening for apk extraction
Timo Teräs
1
-15
/
+16
2020-01-24
Harden signature verification process
Reid Rankin
1
-15
/
+13
2020-01-11
archive: make apk_tar_parse check and close input stream
Timo Teräs
1
-19
/
+7
2020-01-11
convert remaining locations to use istream instead of bstream
Timo Teräs
1
-25
/
+17
2020-01-11
istream, archive, db: convert db and tar function to use istream
Timo Teräs
1
-51
/
+34
2020-01-11
archive: remove support for old packages without xattr checksums
Timo Teräs
1
-4
/
+9
2020-01-09
database.c: drop GNU extension for fnmatch
Drew DeVault
1
-1
/
+1
2020-01-06
io: remove unused size parameter from bstream close
Timo Teräs
1
-5
/
+5
2019-12-27
db: parse tabulator as repository separator char
Timo Teräs
1
-0
/
+1
2019-11-22
Don't unpack files to system root
Fredrik Gustafsson
1
-1
/
+5
2019-06-03
use fixed system time in test mode to have fixed test output
Timo Teräs
1
-2
/
+2
2019-02-13
fix strncpy bounds errors
Timo Teräs
1
-1
/
+4
2019-02-13
include sys/sysmacros.h for makedev definition
Elan Ruusamäe
1
-0
/
+1
2018-11-12
prefer selecting packages by their primary name
Timo Teräs
1
-0
/
+8
2018-10-26
add support for openssl 1.1
Timo Teräs
1
-7
/
+12
2018-09-10
rework unpacking of packages and harden package file format requirements
Timo Teräs
1
-53
/
+107
2018-08-21
prevent automatic repository index update with --no-network
Natanael Copa
1
-1
/
+2
2018-07-18
prevent automatic repository index update for 'apk del'
Timo Teräs
1
-2
/
+4
2018-04-05
db: fix refreshing index if time is zero
Timo Teräs
1
-3
/
+5
[next]