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
2011-10-19
pkg: convert struct apk_install_package flags to bitfield
Timo Teräs
1
-2
/
+2
2011-10-19
pkg: introduce "replaces_priority"
Timo Teräs
1
-10
/
+30
2011-10-18
pkg, info: remember installed packages "replaces"
Timo Teräs
1
-19
/
+24
2011-09-14
solver, db: run triggers in dependency order
Timo Teräs
1
-8
/
+5
2011-09-13
all: update copyright year statement
Timo Teräs
1
-1
/
+1
2011-09-09
applets: start using solver code
Timo Teräs
1
-6
/
+1
2011-07-16
apk_database: move APK_DEFAULT_ARCH to headers so that we can use it in versi...
William Pitcock
1
-8
/
+0
2011-06-28
index: handle errors instead of silently failing
Timo Teräs
1
-6
/
+13
2011-05-27
db: more fix for read-only cache remounting
Timo Teräs
1
-17
/
+14
2011-05-27
db: remount read-only after the file handles have been closed
Natanael Copa
1
-6
/
+6
2011-05-23
db: fix post-install script error message formatting
Timo Teräs
1
-2
/
+2
2011-04-22
db: remount ro cache to rw earlier for update to work
Timo Teräs
1
-15
/
+16
2011-04-14
db: Allow override arch when using --root
Natanael Copa
1
-2
/
+5
2011-04-07
fetch: fix fetching of packages with arch
Timo Teräs
1
-16
/
+20
2011-03-27
apk: fix gcc 4.6 warnings
Timo Teräs
1
-2
/
+1
2011-03-16
db: relocate from /var/lib/apk
Timo Teräs
1
-47
/
+59
2011-03-16
db: move lock file to /var/lock
Timo Teräs
1
-2
/
+4
2011-03-16
db: fix cache tmpfs detection
Timo Teräs
1
-1
/
+1
2011-03-16
db, cache: automatically remount cache read-write when needed
Timo Teräs
1
-13
/
+100
2011-03-16
db: handle arch similarly to stable branch
Timo Teräs
1
-14
/
+23
2011-03-16
db: detect tmpfs better
Timo Teräs
1
-1
/
+4
2011-01-21
db: fix package caching
Timo Teräs
1
-2
/
+2
2011-01-05
add: use default arch instead of noarch, improve errors
Timo Teräs
1
-3
/
+3
2011-01-04
db: check and initiailize required package fields before addition to db
Timo Teräs
1
-0
/
+5
2011-01-04
pkg: recognize install_if
Timo Teräs
1
-4
/
+15
2011-01-03
pkg, db: allow index with unsupported features to be loaded
Timo Teräs
1
-19
/
+32
2010-12-14
various: use 'atoms' for certain package field and misc fixes
Timo Teräs
1
-33
/
+20
2010-12-14
pkg, db: add preliminary support for arch field
Timo Teräs
1
-6
/
+20
2010-12-10
db: remove support for unsigned repository index
Timo Teräs
1
-33
/
+7
2010-12-09
db: print full url/filename of the failing package
Timo Teräs
1
-24
/
+27
2010-10-08
db: fix the previous commit
Timo Teräs
1
-2
/
+2
2010-10-08
io, db: id cache should be specific to database root, not system root
Timo Teräs
1
-9
/
+13
2010-09-22
db: optionally remove dirs when unref
Natanael Copa
1
-13
/
+15
2010-08-30
Fix building on eglibc
Natanael Copa
1
-0
/
+1
2010-06-15
db: reinitialize trigger_pkg_list node after deletion
Timo Teräs
1
-0
/
+1
2010-06-12
db: --simulate never needs write access to db
Timo Teräs
1
-0
/
+4
2010-06-11
various: use O_CLOEXEC and add some error checking
Timo Teräs
1
-10
/
+12
2010-06-11
db: make apk_wait a part of dbopts
Natanael Copa
1
-4
/
+3
2010-06-11
First steps for libapk
Natanael Copa
1
-1
/
+6
2010-06-10
db: do not free trigger list after package is unpacked
Natanael Copa
1
-6
/
+6
2010-06-07
db: fix usage of apk_name_array in install_ctx
Timo Teräs
1
-4
/
+4
2010-06-05
all: rework how arrays work
Timo Teräs
1
-34
/
+26
2010-06-01
db, pkg: fix triggers related crash
Timo Teräs
1
-8
/
+10
2010-03-04
fetch: do not include installed non-repository files in search
Timo Teras
1
-2
/
+3
2010-03-01
db: fix previous commit
Timo Teras
1
-0
/
+1
2010-03-01
db: read also non-repository package index if reading repository indexes
Timo Teras
1
-8
/
+8
2009-12-25
db: keep packages with no files with installed status
Timo Teras
1
-6
/
+10
2009-12-22
db: make fdb load package description before calling pkg_install
Timo Teras
1
-5
/
+5
2009-12-21
db: check the overlay files package name rather than the ovl file itself
Natanael Copa
1
-1
/
+1
2009-12-21
db: honor overlay file even for protected paths
Timo Teras
1
-14
/
+12
[next]