aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_database.h
Commit message (Expand)AuthorAgeFilesLines
* adb: introduce apk-tools database format, and few appletsv3.0-wipTimo Teräs2020-04-011-0/+5
* istream, archive, db: convert db and tar function to use istreamTimo Teräs2020-01-111-1/+1
* prefer selecting packages by their primary nameTimo Teräs2018-11-121-0/+1
* prevent automatic repository index update for 'apk del'Timo Teräs2018-07-181-1/+2
* auto-update index only when database is opened for writingTimo Teräs2018-01-081-0/+1
* enable automatic update of indexes controlled by --cache-max-ageTimo Teräs2018-01-041-3/+4
* db: separate init from openKaarle Ritvanen2017-04-281-0/+1
* fetch: fix --recursive mode to work with pure virtual packagesTimo Teräs2017-02-271-0/+1
* db: allow overriding cache locationTimo Teräs2017-02-271-0/+1
* db: mount /proc for --root if it's not mounted, use mount syscallTimo Teräs2017-02-271-1/+2
* add support for pre and post commit hooksHenrik Riomar2017-02-151-0/+1
* upgrade: improve self upgrade functionality a bitTimo Teräs2016-07-221-1/+1
* speed improvements for database openingTimo Teräs2015-06-111-0/+1
* update: return failure if any mirror update failedNatanael Copa2015-04-071-0/+1
* calculate and store checksum of xattrsTimo Teräs2015-03-111-0/+1
* always save 'world' with line feedsTimo Teräs2015-01-301-1/+0
* make 'mode, uid, gid' triplet separate atomized structTimo Teräs2014-11-011-7/+10
* rework option parsing to have a group structureTimo Teräs2014-10-081-4/+4
* db: rework directory permission handlingTimo Teräs2014-10-071-3/+7
* index: fix warning about package names without providerTimo Teräs2014-10-061-1/+1
* audit: include all files in etc/apk in overlayTimo Teräs2014-03-121-4/+9
* policy: new appletTimo Teräs2013-06-181-1/+1
* db: store repository tag names including leading @Timo Teräs2013-06-181-1/+1
* fix, info, ver: perform wildcard matchingTimo Teräs2013-06-181-7/+3
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-2/+11
* cache: implement progress bar (ref #1170)Timo Teräs2013-06-171-1/+2
* print: move progress printing to common functionsTimo Teräs2013-06-171-2/+2
* db, cache: do not use cache/tmp for downloadsTimo Teräs2013-06-171-1/+1
* db: refactor repository file constructionTimo Teräs2013-06-171-11/+9
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-1/+3
* db: unify handling of special packagesTimo Teräs2013-05-301-4/+4
* db, info: allow packages to install files/symlinks to rootTimo Teräs2013-05-291-0/+3
* apk: implement --progress-fd to write progress to a specified fdTimo Teräs2012-09-201-2/+2
* audit: fix protection mask of non-db directoriesTimo Teräs2012-07-161-0/+2
* solver: merge apk_name_state to apk_nameTimo Teräs2012-02-291-13/+9
* solver, dot: elementary provides fixesTimo Teräs2012-02-241-2/+2
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-1/+10
* audit, db: add etc/apk/protected_files.d and new audit featuresTimo Teräs2012-02-231-10/+19
* db, io: load repositories also from etc/apk/repositories.d/*.listTimo Teräs2012-02-221-1/+1
* db, solver, io: scan cache items at startupTimo Teräs2012-02-221-20/+6
* solver, db: repository pinning improvementsTimo Teräs2012-02-151-2/+6
* db: record file uid/gid/mode in installed dbTimo Teräs2012-02-141-3/+7
* db: smarter handling of directory owner, group and modeTimo Teräs2012-02-101-2/+4
* pkg, db: fix signature checking for files without control partTimo Teräs2012-01-311-1/+1
* solver, upgrade: properly detect missing repository tagsTimo Teräs2012-01-171-1/+1
* db: support line feed as 'world' dependency separatorTimo Teräs2012-01-121-0/+1
* solver: print repository tag when committing package changesTimo Teräs2012-01-121-0/+1
* db, solver: refuse committing changes if there is missing tagsTimo Teräs2012-01-121-0/+1
* solver: report number of (mega)bytes usedTimo Teräs2011-12-271-0/+1
* solver, db: implement repository pinningTimo Teräs2011-10-291-1/+8