summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-25db: allow replacing files of origin package is sameTimo Teräs1-0/+3
2014-04-10package: do not report duplicate reverse dependenciesTimo Teräs1-1/+4
2014-04-10url: double-fallback to static busyboxTimo Teräs1-0/+1
2014-04-10solver: purge install_if packages deleted from repositories on upgrade -aTimo Teräs1-2/+9
2014-04-10solver: fix cleaning of packages that got replaced by providesTimo Teräs1-1/+4
2014-04-04solver: fix inherited flags/pinning for install_if packagesTimo Teräs1-56/+28
2014-04-04solver: do not consider packages in cache as 'available'Timo Teräs1-5/+16
2014-03-12audit: report missing files in system modeTimo Teräs1-21/+64
2014-03-12solver: additional improvements to install_if handlingTimo Teräs2-4/+22
2014-03-12audit: include all files in etc/apk in overlayTimo Teräs3-40/+50
2014-03-11solver: fixes to install_if handlingTimo Teräs1-14/+21
2014-03-07info: fix printing of 'replaces' fieldTimo Teräs1-1/+1
2014-02-03fetch: disable all progress/log output with --stdoutNatanael Copa1-1/+3
2014-02-03fetch: disable progress when outputting pkg to stdoutTimo Teräs1-1/+4
2014-01-06Revert "fetch: run quiet when --stdout"Natanael Copa1-1/+0
2014-01-06apk: new option --print-archNatanael Copa1-0/+10
2013-12-10fetch: run quiet when --stdoutNatanael Copa1-0/+1
2013-12-05print: flush on apk_logNatanael Copa1-0/+1
2013-10-11print: use stdout instead of stderr for logging and progressTimo Teräs2-11/+10
2013-10-02db: allow using cached packages with --no-networkTimo Teräs1-1/+1
2013-10-01db, url: fix exec sentinelsTimo Teräs2-3/+3
2013-09-20db: minor improvements to an error and a verbose log messagesTimo Teräs1-2/+2
2013-09-20archive: fix handling of name lengths of exactly 100 bytesTimo Teräs1-0/+3
2013-09-20db: fix error messageTimo Teräs1-1/+1
2013-09-10apk: new option --no-scriptsTimo Teräs3-2/+7
2013-09-06solver: if pinning is specified, it overrides preferred reposTimo Teräs1-1/+1
2013-09-05arch: use armhf for arm hardfloat eabiTimo Teräs1-2/+2
2013-08-28apk: minor fix in help text and a whitespace fixNatanael Copa1-2/+2
2013-08-28search: implement --has-originNatanael Copa1-1/+15
2013-08-05commit: fix segfaultNatanael Copa1-1/+1
2013-08-03commit: don't ask questions if simulatingTimo Teräs1-9/+9
2013-07-17solver: do not disqualify already disqualified packagesNatanael Copa1-1/+1
2013-07-17db: fix segfault when --root points to invalid dirNatanael Copa1-1/+3
2013-07-08del: don't print own name as reverse dependencyTimo Teräs1-2/+8
2013-07-08apk: give more space for applet descriptions on generic helpTimo Teräs1-1/+1
2013-07-04io: use fget{pw,gr}ent_r only on uclibc and glibcTimo Teräs1-4/+23
2013-07-04solver: use ffs (posix) instead of ffsl (gnu extension)Timo Teräs1-1/+2
2013-07-02upgrade: prefer not to upgrade dependencies during self-upgradeTimo Teräs1-1/+1
2013-07-02defines: detect endianess on arm, for armelTimo Teräs1-0/+3
2013-06-30Allow "apk search -x" for -eDubiousjim1-1/+3
2013-06-30apk: infrastructure for short-option-only synonymsDubiousjim1-8/+9
2013-06-28fix: improve usageDubiousjim1-2/+2
2013-06-28version: clarify usageDubiousjim1-3/+4
2013-06-28add, del: main dependencies -> 'world'Dubiousjim2-2/+2
2013-06-28various: applet help text and comment fixesDubiousjim12-22/+21
2013-06-26build: lua module build fixesNatanael Copa1-2/+5
2013-06-21db: write ipkg flags in proper placeTimo Teräs1-7/+8
2013-06-21db: reset broken pkg state on reinstallTimo Teräs1-0/+2
2013-06-21commit: fix another re-installing misspelling to reinstallingTimo Teräs1-1/+1
2013-06-20commit: fix ssize_t printingTimo Teräs1-4/+5