summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-15upgrade: warn (do not fail) on missing top-level package namesTimo Teräs1-3/+23
2010-06-15state: handle properly packages which are installedTimo Teräs1-0/+3
2010-06-15db: reinitialize trigger_pkg_list node after deletionTimo Teräs1-0/+1
2010-06-14Makefile: Don't build or install the libapk and lua module by defaultNatanael Copa1-10/+29
2010-06-12db: --simulate never needs write access to dbTimo Teräs1-0/+4
2010-06-12archive: honor username/groupname instead of uid/gidTimo Teräs5-1/+140
2010-06-11various: use O_CLOEXEC and add some error checkingTimo Teräs6-31/+30
2010-06-11build: fix CFLAGS, and use pkg-config for luaTimo Teräs1-5/+4
2010-06-11print: clean up after copy-pasteNatanael Copa3-5/+2
2010-06-11db: make apk_wait a part of dboptsNatanael Copa3-8/+8
2010-06-11lua: initial lua moduleNatanael Copa2-2/+74
2010-06-11First steps for libapkNatanael Copa22-74/+142
2010-06-10db: do not free trigger list after package is unpackedNatanael Copa1-6/+6
2010-06-08info: fix usage of arraysTimo Teräs1-4/+4
2010-06-08state: fix error printingTimo Teräs2-2/+6
2010-06-07db: fix usage of apk_name_array in install_ctxTimo Teräs1-4/+4
2010-06-05all: rework how arrays workTimo Teräs14-121/+137
2010-06-03state: fix a crash in error printingTimo Teräs1-1/+1
2010-06-01db, pkg: fix triggers related crashTimo Teräs2-8/+11
2010-06-01state: print missing package names on errorTimo Teräs2-8/+23
2010-06-01state: improve error messages from dependency failuresTimo Teräs10-88/+197
2010-05-27state: modify reinstallation printsTimo Teräs1-8/+11
2010-05-27state: show changed packages as upgradesTimo Teräs1-2/+10
2010-05-27state: fix deletion of obsoleted dependenciesTimo Teräs1-1/+2
2010-05-26package: don't leak signing key file fdTimo Teräs1-1/+1
2010-05-19search: add search for reverse dependencies in indexTimo Teräs1-57/+91
2010-05-12upgrade: reset versioned deps in world when doing upgrade -aNatanael Copa1-2/+7
2010-05-05info: fix querying of removed, but referenced packagesTimo Teras1-1/+1
2010-03-15state: virtual packages are always installableTimo Teras1-0/+2
2010-03-10state: check package availability alwaysTimo Teras1-7/+16
2010-03-04fetch: do not include installed non-repository files in searchTimo Teras3-13/+19
2010-03-01cache: do not download files existing in local repositoryTimo Teras1-1/+1
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
2010-02-26Merge branch 'master' into progNatanael Copa1-3/+5
2010-02-26state: write status for each package changeNatanael Copa1-8/+17
2010-02-26state: show percent in progress barNatanael Copa1-10/+13
2010-02-26add: print all failing packages instead of only firstNatanael Copa1-3/+5
2009-12-25db: keep packages with no files with installed statusTimo Teras1-6/+10
2009-12-25state: Default interactive action is YesNatanael Copa1-1/+1
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 Teras4-29/+5
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 Teras4-5/+61
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-11-06archive: overwrite protection needs to use real filenameTimo Teras1-1/+7