summaryrefslogtreecommitdiff
path: root/src/database.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-05all: rework how arrays workTimo Teräs1-34/+26
2010-06-01db, pkg: fix triggers related crashTimo Teräs1-8/+10
2010-03-04fetch: do not include installed non-repository files in searchTimo Teras1-2/+3
2010-03-01db: fix previous commitTimo Teras1-0/+1
2010-03-01db: read also non-repository package index if reading repository indexesTimo Teras1-8/+8
2009-12-25db: keep packages with no files with installed statusTimo Teras1-6/+10
2009-12-22db: make fdb load package description before calling pkg_installTimo Teras1-5/+5
2009-12-21db: check the overlay files package name rather than the ovl file itselfNatanael Copa1-1/+1
2009-12-21db: honor overlay file even for protected pathsTimo Teras1-14/+12
2009-12-21apk: remove the unneeded --never-overwriteTimo Teras1-5/+3
2009-12-21db: accept files in overlay without directoryTimo Teras1-5/+2
2009-12-21db: use proper instance for overlay file entriesTimo Teras1-25/+33
2009-12-21apk: --overlay-from-stdinTimo Teras1-3/+49
2009-12-21db: read time only once when writing scriptsdbTimo Teras1-1/+3
2009-11-24db: check if target exist before renaming tempfileNatanael Copa1-3/+10
2009-10-26db: fix migration and pruning of symlinks to dirsTimo Teras1-2/+4
2009-09-03index, version: support for repository descriptions (fixes #141)Timo Teras1-6/+10
2009-08-13db: cache needs to be on non-tmpfsTimo Teras1-1/+1
2009-08-13db: fix script argumentsTimo Teras1-4/+8
2009-08-13add, del, db: fix various bugs introduced by earlier commitsTimo Teras1-11/+9
2009-08-13db: implement triggers (fixes #45)Timo Teras1-17/+135
2009-08-12db: fix some (unimportant) memory leaksTimo Teras1-1/+9
2009-08-12db, pkg: separate structure for fields of installed packagesTimo Teras1-69/+138
2009-08-12io: better error handling when writing stuff outTimo Teras1-25/+37
2009-08-11archive: update for new place of checksum in tar headerTimo Teras1-10/+0
2009-08-11db, audit: audit symlinks (by hash of the link target)Timo Teras1-1/+11
2009-08-11db: fix checking of non-repository files from cacheTimo Teras1-13/+32
2009-08-11pkg, db: execute scripts from /var/cache/misc (fixes #129)Timo Teras1-0/+2
2009-08-11db: fix previous commitTimo Teras1-2/+2
2009-08-11db: ignore empty lines in /etc/apk/repositoriesNatanael Copa1-1/+1
2009-08-10db, pkg: fix package verification during installationTimo Teras1-0/+3
2009-08-06state: do not look into world in state_newTimo Teras1-3/+0
2009-08-06db: prefer local repositories, and implement --no-networkTimo Teras1-8/+37
2009-08-06all: implement database open optionsTimo Teras1-17/+25
2009-08-06db: make missing index non-fatalTimo Teras1-1/+1
2009-08-06db: command line repositories take preferenceTimo Teras1-75/+70
2009-08-04db: support "replaces" directive (fixes #113)Timo Teras1-4/+52
2009-08-04fix: new applet to reinstall and fix packageTimo Teras1-17/+24
2009-08-04db: return hard error if repository opening failsTimo Teras1-6/+10
2009-07-31db: jump through hoops to get checksums for hardlinksTimo Teras1-18/+60
2009-07-31db: load cache's installed index only if cache is activeTimo Teras1-4/+6
2009-07-31apk: use *at instead of chdir+normal file syscallTimo Teras1-182/+148
2009-07-30db: allow update of untrusted indexNatanael Copa1-1/+2
2009-07-30db: fix checksum storing to dbTimo Teras1-2/+6
2009-07-30audit: protection mask for "symlinks only"Timo Teras1-6/+20
2009-07-29db: fix protected directory handling (fixes #89)Timo Teras1-5/+10
2009-07-29tar: make checksumming of inner files conditionalTimo Teras1-4/+5
2009-07-24db: fix repository write lockingTimo Teras1-4/+4
2009-07-24db: increase required verbosity for filename printsTimo Teras1-6/+6
2009-07-24db: remove APK_NAME_VIRTUAL flagTimo Teras1-1/+1