aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_defines.h
Commit message (Expand)AuthorAgeFilesLines
* enable automatic update of indexes controlled by --cache-max-ageTimo Teräs2018-01-041-1/+0
* split --force to several --force-[type] optionsTimo Teräs2018-01-031-2/+8
* add new flag --no-commit-hooksHenrik Riomar2018-01-031-0/+1
* fix typo in MIPS byte-order apk_defines.hNils Andreas Svee2017-12-151-1/+1
* add detection of mips archsNils Andreas Svee2017-12-111-0/+8
* apk_defines: implement mulmod()William Pitcock2017-06-011-0/+8
* Add ppc64le entry in apk defines.Breno Leitao2017-01-171-1/+3
* add s390x headersTuan M. Hoang2016-11-211-0/+2
* detect aarch64 architecture and assign default name for itTimo Teräs2016-07-081-2/+3
* db: add support for --no-cacheNatanael Copa2015-12-071-0/+1
* add armv7 targetTimo Teräs2015-11-121-0/+2
* modifications for the previous commit in error message handlingTimo Teräs2015-04-241-1/+2
* print.c: provide more detailed error messages if retrieving a package failsAlex Dowad2015-04-221-0/+2
* io,url,db: support for if-modified-sinceTimo Teräs2014-10-081-0/+6
* apk: new option --no-scriptsTimo Teräs2013-09-101-0/+1
* arch: use armhf for arm hardfloat eabiTimo Teräs2013-09-051-2/+2
* defines: detect endianess on arm, for armelTimo Teräs2013-07-021-0/+3
* io: get rid of APK_PROGRESS_SCALETimo Teräs2013-06-171-2/+1
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-0/+3
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-3/+20
* db: unify handling of special packagesTimo Teräs2013-05-301-1/+1
* db, solver, io: scan cache items at startupTimo Teräs2012-02-221-0/+20
* solver: rewrite backtracking and scoring systemTimo Teräs2012-02-201-0/+5
* common: fix apk_array copying, and additional size_t fixesTimo Teräs2012-01-061-0/+1
* all: fix array size data type on 64 bitNatanael Copa2011-09-201-1/+1
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-3/+6
* apk: improve indented printingTimo Teräs2011-07-221-1/+0
* apk: improve progress barTimo Teräs2011-03-191-0/+1
* upgrade: perform upgrade of apk-tools first if availableTimo Teräs2011-01-011-0/+1
* pkg, db: add preliminary support for arch fieldTimo Teräs2010-12-141-0/+1
* First steps for libapkNatanael Copa2010-06-111-8/+1
* all: rework how arrays workTimo Teräs2010-06-051-18/+18
* apk: remove the unneeded --never-overwriteTimo Teras2009-12-211-2/+1
* apk: --overlay-from-stdinTimo Teras2009-12-211-0/+1
* apk: add --never-overwrite flag (ref #197)Timo Teras2009-11-061-0/+1
* db: implement triggers (fixes #45)Timo Teras2009-08-131-1/+1
* db: prefer local repositories, and implement --no-networkTimo Teras2009-08-061-0/+1
* del: add '-r' to remove top-level dependencies recursivelyTimo Teras2009-08-041-0/+1
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-1/+1
* apk: add -i/--interactive option (fixes #60)Timo Teras2009-07-241-0/+1
* apk: add --purge option (fixes #61)Timo Teras2009-07-221-0/+1
* apk: allow-untrusted optionTimo Teras2009-07-221-0/+1
* various: more informative error messagesTimo Teras2009-07-221-0/+1
* various: misc fixesTimo Teras2009-07-221-3/+3
* blob: add some likelyness to help compiler optimizationsTimo Teras2009-07-141-0/+12
* build: optimize with -O2 by defaultTimo Teras2009-07-141-2/+3
* implement --update-cache optionNatanael Copa2009-07-091-0/+1
* csum: use openssl insteadTimo Teras2009-07-081-14/+0
* apk: add --wait option to wait for exclusive lock (fixes #26)Timo Teras2009-07-071-1/+1