index
:
aports
1.10-stable
1.9
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
2.7-stable
3.0-stable
3.1-stable
3.10-stable
3.11-stable
3.2-stable
3.3-stable
3.4-stable
3.5-stable
3.6-stable
3.7-stable
3.8-stable
3.9-stable
master
uacme-upgrade
v3.0-wip
z3-upgrade
Main aports tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
database.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
First steps for libapk
Natanael Copa
2010-06-11
1
-1
/
+6
*
db: do not free trigger list after package is unpacked
Natanael Copa
2010-06-10
1
-6
/
+6
*
db: fix usage of apk_name_array in install_ctx
Timo Teräs
2010-06-07
1
-4
/
+4
*
all: rework how arrays work
Timo Teräs
2010-06-05
1
-34
/
+26
*
db, pkg: fix triggers related crash
Timo Teräs
2010-06-01
1
-8
/
+10
*
fetch: do not include installed non-repository files in search
Timo Teras
2010-03-04
1
-2
/
+3
*
db: fix previous commit
Timo Teras
2010-03-01
1
-0
/
+1
*
db: read also non-repository package index if reading repository indexes
Timo Teras
2010-03-01
1
-8
/
+8
*
db: keep packages with no files with installed status
Timo Teras
2009-12-25
1
-6
/
+10
*
db: make fdb load package description before calling pkg_install
Timo Teras
2009-12-22
1
-5
/
+5
*
db: check the overlay files package name rather than the ovl file itself
Natanael Copa
2009-12-21
1
-1
/
+1
*
db: honor overlay file even for protected paths
Timo Teras
2009-12-21
1
-14
/
+12
*
apk: remove the unneeded --never-overwrite
Timo Teras
2009-12-21
1
-5
/
+3
*
db: accept files in overlay without directory
Timo Teras
2009-12-21
1
-5
/
+2
*
db: use proper instance for overlay file entries
Timo Teras
2009-12-21
1
-25
/
+33
*
apk: --overlay-from-stdin
Timo Teras
2009-12-21
1
-3
/
+49
*
db: read time only once when writing scriptsdb
Timo Teras
2009-12-21
1
-1
/
+3
*
db: check if target exist before renaming tempfile
Natanael Copa
2009-11-24
1
-3
/
+10
*
db: fix migration and pruning of symlinks to dirs
Timo Teras
2009-10-26
1
-2
/
+4
*
index, version: support for repository descriptions (fixes #141)
Timo Teras
2009-09-03
1
-6
/
+10
*
db: cache needs to be on non-tmpfs
Timo Teras
2009-08-13
1
-1
/
+1
*
db: fix script arguments
Timo Teras
2009-08-13
1
-4
/
+8
*
add, del, db: fix various bugs introduced by earlier commits
Timo Teras
2009-08-13
1
-11
/
+9
*
db: implement triggers (fixes #45)
Timo Teras
2009-08-13
1
-17
/
+135
*
db: fix some (unimportant) memory leaks
Timo Teras
2009-08-12
1
-1
/
+9
*
db, pkg: separate structure for fields of installed packages
Timo Teras
2009-08-12
1
-69
/
+138
*
io: better error handling when writing stuff out
Timo Teras
2009-08-12
1
-25
/
+37
*
archive: update for new place of checksum in tar header
Timo Teras
2009-08-11
1
-10
/
+0
*
db, audit: audit symlinks (by hash of the link target)
Timo Teras
2009-08-11
1
-1
/
+11
*
db: fix checking of non-repository files from cache
Timo Teras
2009-08-11
1
-13
/
+32
*
pkg, db: execute scripts from /var/cache/misc (fixes #129)
Timo Teras
2009-08-11
1
-0
/
+2
*
db: fix previous commit
Timo Teras
2009-08-11
1
-2
/
+2
*
db: ignore empty lines in /etc/apk/repositories
Natanael Copa
2009-08-11
1
-1
/
+1
*
db, pkg: fix package verification during installation
Timo Teras
2009-08-10
1
-0
/
+3
*
state: do not look into world in state_new
Timo Teras
2009-08-06
1
-3
/
+0
*
db: prefer local repositories, and implement --no-network
Timo Teras
2009-08-06
1
-8
/
+37
*
all: implement database open options
Timo Teras
2009-08-06
1
-17
/
+25
*
db: make missing index non-fatal
Timo Teras
2009-08-06
1
-1
/
+1
*
db: command line repositories take preference
Timo Teras
2009-08-06
1
-75
/
+70
*
db: support "replaces" directive (fixes #113)
Timo Teras
2009-08-04
1
-4
/
+52
*
fix: new applet to reinstall and fix package
Timo Teras
2009-08-04
1
-17
/
+24
*
db: return hard error if repository opening fails
Timo Teras
2009-08-04
1
-6
/
+10
*
db: jump through hoops to get checksums for hardlinks
Timo Teras
2009-07-31
1
-18
/
+60
*
db: load cache's installed index only if cache is active
Timo Teras
2009-07-31
1
-4
/
+6
*
apk: use *at instead of chdir+normal file syscall
Timo Teras
2009-07-31
1
-182
/
+148
*
db: allow update of untrusted index
Natanael Copa
2009-07-30
1
-1
/
+2
*
db: fix checksum storing to db
Timo Teras
2009-07-30
1
-2
/
+6
*
audit: protection mask for "symlinks only"
Timo Teras
2009-07-30
1
-6
/
+20
*
db: fix protected directory handling (fixes #89)
Timo Teras
2009-07-29
1
-5
/
+10
*
tar: make checksumming of inner files conditional
Timo Teras
2009-07-29
1
-4
/
+5
[next]