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
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
2018-01-08
auto-update index only when database is opened for writing
Timo Teräs
1
-1
/
+2
2018-01-04
enable automatic update of indexes controlled by --cache-max-age
Timo Teräs
1
-18
/
+25
2018-01-03
split --force to several --force-[type] options
Timo Teräs
1
-6
/
+6
2018-01-03
db: fix triggers to report deleted directories
Timo Teräs
1
-16
/
+19
2017-10-10
db: handle default root correctly for /proc
Timo Teräs
1
-1
/
+1
2017-07-29
database: include POSIX header for ST_* defines
A. Wilcox
1
-0
/
+1
2017-06-26
db: fix current directory instance caching in tar extraction
Timo Teräs
1
-1
/
+1
2017-06-26
database: mark error on renameat failure
A. Wilcox
1
-2
/
+6
2017-06-23
io: make io vtables const struct, and add accessors for them
Timo Teräs
1
-26
/
+26
2017-05-25
db: fix regression preventing remounting apk cache r/w
Timo Teräs
1
-1
/
+2
2017-04-28
db: separate init from open
Kaarle Ritvanen
1
-11
/
+15
2017-03-13
db: catch asprintf failure
Natanael Copa
1
-1
/
+2
2017-03-13
db: prevent umount /proc when it was mounted by someone else
Natanael Copa
1
-1
/
+6
2017-02-27
db: allow overriding cache location
Timo Teräs
1
-7
/
+7
2017-02-27
db: allow caching packages on tmpfs
Timo Teräs
1
-3
/
+1
2017-02-27
db: mount /proc for --root if it's not mounted, use mount syscall
Timo Teräs
1
-34
/
+46
2017-02-15
add support for pre and post commit hooks
Henrik Riomar
1
-0
/
+29
2015-12-07
db: add support for --no-cache
Natanael Copa
1
-1
/
+7
2015-11-09
io, database: preserve [am]time for cached and fetched files
Timo Teräs
1
-0
/
+3
[next]