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
2021-07-27
Further refactor extract API to have separate ops vtable
Timo Teräs
1
-52
/
+44
2021-07-27
Refactor .apk extraction code
Timo Teräs
1
-80
/
+41
2021-07-26
db: add some error checking to database state write
Timo Teräs
1
-39
/
+50
2021-07-26
db: fix installed db writing with long names
Samanta Navarro
1
-5
/
+10
2021-07-23
db: allow read-only operations without cache
Timo Teräs
1
-3
/
+6
2021-07-22
io: formalize apk_ostream_write() always writing full data
Timo Teräs
1
-9
/
+9
2021-07-22
rework apk_istream_splice and apk_istream_tee
Timo Teräs
1
-50
/
+28
2021-07-22
io: rework apk_istream_get_* to not return erros in blob value
Timo Teräs
1
-16
/
+16
2021-06-21
db: check syscall errors in update_permissions()
Timo Teräs
1
-5
/
+18
2021-06-19
reduce misuse of error codes from errno.h
Timo Teräs
1
-4
/
+4
2021-06-11
extract: new applet to extract v2 packages
Timo Teräs
1
-2
/
+2
2021-06-11
add basic abstraction for cryptographic operations
Timo Teräs
1
-27
/
+42
2021-03-19
database: do not chroot(".") unless actually necessary
Ariadne Conill
1
-2
/
+12
2021-02-07
db: fix control character check to use uint8_t
Timo Teräs
1
-2
/
+2
2021-02-04
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-09
rename adb_trust to apk_trust, and use it as package signature keystore too
Timo Teräs
1
-6
/
+3
2020-10-09
make apk_database optional for applets that don't need it
Timo Teräs
1
-35
/
+7
2020-10-09
rename apk_db_options to apk_ctx, rework logging
Timo Teräs
1
-129
/
+129
2020-10-09
make apk_flags non-global, make progress printing state non-global
Timo Teräs
1
-17
/
+17
2020-10-09
make apk_force non-global, remove left-over apk_arch
Timo Teräs
1
-10
/
+11
2020-10-09
db: convert repository list to a string array
Timo Teräs
1
-3
/
+4
2020-10-09
io: make ostream_file always use tmpname
Timo Teräs
1
-30
/
+5
2020-10-09
adb: introduce apk-tools database format, and few applets
Timo Teräs
1
-0
/
+8
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
[next]