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
2023-03-06
db, apps: sort display results based on package names
Timo Teräs
1
-37
/
+110
2023-02-16
io: reset idcache for new passwd/group (and have a root fallback)
Daniel Kolesa
1
-1
/
+12
2023-01-31
cache: fix handling of explict cache at static cache location
Timo Teräs
1
-3
/
+11
2023-01-31
cache: fix 'clean' to prune static cache always
Timo Teräs
1
-5
/
+11
2022-12-28
db: handle repository index update/opening errors more consistently
Timo Teräs
1
-25
/
+32
2022-12-22
db: always have writable directories with --no-chown
Daniel Kolesa
1
-3
/
+15
2022-12-20
db: simplify reverse name list creation
Timo Teräs
1
-12
/
+12
2022-08-17
db: fix change detection for symlinks
Timo Teräs
1
-12
/
+16
2022-04-05
io: move make_dirs as apk_make_dirs and use it
Timo Teräs
1
-12
/
+3
2022-04-05
db: fix atfd for access repository index
Timo Teräs
1
-2
/
+3
2022-03-30
keep APK_DEFAULT_ARCH as the define used in source code
Ariadne Conill
1
-1
/
+1
2022-03-30
use arch_prefix for this feature instead
Ariadne Conill
1
-1
/
+1
2022-03-30
use APK_DEFAULT_ABI_TAG everywhere APK_DEFAULT_ARCH was previously used
Ariadne Conill
1
-1
/
+1
2022-03-29
db: make --no-cache disable the cache completely
tt-no-cache
Timo Teräs
1
-4
/
+11
2022-03-06
db: fix APK_OPENF_NO_STATE check
Daniel Kolesa
1
-1
/
+1
2022-03-06
db: honor APK_OPENF_NO_STATE again
Timo Teräs
1
-8
/
+10
2022-02-22
db, uvol: commit regular files before uvol volumes
Timo Teräs
1
-4
/
+19
2022-02-22
db: fix apkindex path generation
Timo Teräs
1
-1
/
+1
2022-02-21
db: sort world dependencies to layers
Timo Teräs
1
-4
/
+9
2022-02-21
db: prepare database writing for layers
Timo Teräs
1
-135
/
+172
2022-02-21
db: prepare database reading for layers
Timo Teräs
1
-21
/
+49
2022-02-14
support new index format without attaching arch
Paul Spooren
1
-8
/
+20
2022-02-03
database: fix apk_db_cache_active returning true when cache not configured
Ariadne Conill
1
-1
/
+1
2022-01-17
package: fail on invalid control data
Timo Teräs
1
-2
/
+7
2021-12-29
database: refactor mounting and unmounting /proc
Ariadne Conill
1
-19
/
+44
2021-12-29
database: relocate find_mountpoint()
Ariadne Conill
1
-29
/
+29
2021-12-29
database: refactor cache remounting
Ariadne Conill
1
-5
/
+15
2021-12-29
database: refactor tmpfs root detection and cache setup
Ariadne Conill
1
-39
/
+73
2021-12-29
database: isolate linux-specific mountpoint headers
Ariadne Conill
1
-5
/
+8
2021-12-29
database: use SA_RESETHAND instead of SA_ONESHOT when registering a SIGALRM h...
Ariadne Conill
1
-1
/
+1
2021-12-29
use fstatat, not fstatat64
Ariadne Conill
1
-3
/
+3
2021-12-29
apk: add --preserve-env option
Paul Spooren
1
-2
/
+2
2021-12-14
everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h
Ariadne Conill
1
-1
/
+0
2021-12-03
db: convert v3 scripts to ipkg on install
Timo Teräs
1
-1
/
+18
2021-11-22
db: synthesize symlink hashes for v3 packages
Timo Teräs
1
-11
/
+17
2021-11-22
db: fix regression in creating .apk-new files
Timo Teräs
1
-3
/
+3
2021-11-15
db: lazy create directories with --initdb
Timo Teräs
1
-87
/
+51
2021-11-15
fix fetching of depdencies only packages
Timo Teräs
1
-14
/
+9
2021-11-09
database: support loading v3 indexes
Timo Teräs
1
-0
/
+25
2021-11-09
database: implement uvol support
Timo Teräs
1
-134
/
+74
2021-11-03
db: purge temporary files without explicit modification check
Timo Teräs
1
-1
/
+2
2021-11-03
extract: move uvol extraction code to extract
Timo Teräs
1
-2
/
+3
2021-11-03
db, extract: handle waitpid returning EINTR
Timo Teräs
1
-1
/
+1
2021-11-03
db, audit: support sha256-160 hashes for v3 pkg compat
Timo Teräs
1
-5
/
+12
2021-10-27
db, add: support adding v3 package files
Timo Teräs
1
-1
/
+39
2021-08-23
remove IS_ERR_OR_NULL
Timo Teräs
1
-4
/
+4
2021-08-23
db: honor SOURCE_DATE_EPOCH for scriptdb
Timo Teräs
1
-2
/
+0
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
[next]