aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* audit: report missing files in system modeTimo Teräs2014-03-121-21/+64
| | | | fixes #2113
* solver: additional improvements to install_if handlingTimo Teräs2014-03-122-4/+22
|
* audit: include all files in etc/apk in overlayTimo Teräs2014-03-123-40/+50
| | | | | | | | | This implements a new protected path flag '!' to include always matching entries in the backup mode (overlay). This is also turned on for etc/apk to include everything there in overlay, because the full list of repositories and signing keys need to be in overlay - just getting them from a package is not enough during bootstrap.
* solver: fixes to install_if handlingTimo Teräs2014-03-111-14/+21
|
* info: fix printing of 'replaces' fieldTimo Teräs2014-03-071-1/+1
|
* fetch: disable all progress/log output with --stdoutNatanael Copa2014-02-031-1/+3
|
* fetch: disable progress when outputting pkg to stdoutTimo Teräs2014-02-031-1/+4
|
* Revert "fetch: run quiet when --stdout"Natanael Copa2014-01-061-1/+0
| | | | This reverts commit a99bedba6fa66cc55b30575b32b1359e22cfefb5.
* apk: new option --print-archNatanael Copa2014-01-061-0/+10
| | | | | Simply print the default arch and exit. This is so scripts don't need to parse the output of -V.
* fetch: run quiet when --stdoutNatanael Copa2013-12-101-0/+1
| | | | Prevent the progressbar and status messages to mess up stdout.
* print: flush on apk_logNatanael Copa2013-12-051-0/+1
| | | | Makes it more useful whith pipes.
* print: use stdout instead of stderr for logging and progressTimo Teräs2013-10-112-11/+10
| | | | | | stdout is the proper place for it. this also fixes the progress bar in musl, which seems to not support using line buffering for stderr.
* db: allow using cached packages with --no-networkTimo Teräs2013-10-021-1/+1
|
* apk-tools-2.4.0Timo Teräs2013-10-011-1/+1
|
* db, url: fix exec sentinelsTimo Teräs2013-10-012-3/+3
| | | | http://ewontfix.com/11/
* db: minor improvements to an error and a verbose log messagesTimo Teräs2013-09-201-2/+2
|
* archive: fix handling of name lengths of exactly 100 bytesTimo Teräs2013-09-201-0/+3
|
* db: fix error messageTimo Teräs2013-09-201-1/+1
|
* apk-tools-2.4.0_rc3Timo Teräs2013-09-101-1/+1
|
* apk: new option --no-scriptsTimo Teräs2013-09-103-2/+7
| | | | | to not run any per-package scripts. useful for managing buildroot when cross-compiling.
* solver: if pinning is specified, it overrides preferred reposTimo Teräs2013-09-064-1/+20
| | | | add also a test case for this
* arch: use armhf for arm hardfloat eabiTimo Teräs2013-09-051-2/+2
| | | | at least debian and musl do this, so let's go along with that.
* apk: minor fix in help text and a whitespace fixNatanael Copa2013-08-281-2/+2
|
* search: implement --has-originNatanael Copa2013-08-281-1/+15
| | | | This option lets us search for all package with given origin.
* commit: fix segfaultNatanael Copa2013-08-051-1/+1
| | | | apk would try run the trigger even if package failed to install.
* commit: don't ask questions if simulatingTimo Teräs2013-08-031-9/+9
|
* solver: do not disqualify already disqualified packagesNatanael Copa2013-07-171-1/+1
| | | | | | | | We should not disqualify non-selectable packages as it would mark it as dirty, forcing it to reconsider the name again, which could end up in an endless loop. fixes #2135
* db: fix segfault when --root points to invalid dirNatanael Copa2013-07-171-1/+3
| | | | fixes #2134
* apk-tools-2.4.0_rc2Timo Teräs2013-07-081-1/+1
|
* del: don't print own name as reverse dependencyTimo Teräs2013-07-081-2/+8
|
* apk: give more space for applet descriptions on generic helpTimo Teräs2013-07-081-1/+1
|
* build: honor CPPFLAGSTimo Teräs2013-07-051-2/+2
|
* io: use fget{pw,gr}ent_r only on uclibc and glibcTimo Teräs2013-07-041-4/+23
| | | | musl does not have those.
* solver: use ffs (posix) instead of ffsl (gnu extension)Timo Teräs2013-07-041-1/+2
| | | | for musl compatibility
* upgrade: prefer not to upgrade dependencies during self-upgradeTimo Teräs2013-07-021-1/+1
|
* defines: detect endianess on arm, for armelTimo Teräs2013-07-021-0/+3
|
* Allow "apk search -x" for -eDubiousjim2013-06-301-1/+3
|
* apk: infrastructure for short-option-only synonymsDubiousjim2013-06-301-8/+9
|
* fix: improve usageDubiousjim2013-06-281-2/+2
| | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org>
* version: clarify usageDubiousjim2013-06-281-3/+4
| | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org>
* add, del: main dependencies -> 'world'Dubiousjim2013-06-282-2/+2
| | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org>
* various: applet help text and comment fixesDubiousjim2013-06-2812-22/+21
| | | | Acked-by: Natanael Copa <ncopa@alpinelinux.org>
* build: lua module build fixesNatanael Copa2013-06-262-4/+6
| | | | | | | | - do not link with -llua. We should not link apk or lua module with it. - default to lua 5.2 - allow override the lua version with LUA_VERSION - allow override the lua pkg-config package with LUA_PC - only add the pkg-config lua --cflags to the lua module
* db: write ipkg flags in proper placeTimo Teräs2013-06-211-7/+8
|
* db: reset broken pkg state on reinstallTimo Teräs2013-06-211-0/+2
|
* commit: fix another re-installing misspelling to reinstallingTimo Teräs2013-06-211-1/+1
|
* apk-tools-2.4.0_rc1Timo Teräs2013-06-201-1/+1
|
* commit: fix ssize_t printingTimo Teräs2013-06-201-4/+5
|
* solver: fix pinning+cache to workTimo Teräs2013-06-205-24/+32
| | | | | Mistakenly allowed masked out package to be installed if it was in cache.
* commit, db: make file conflicts and script errors non-fatalTimo Teräs2013-06-208-138/+144
| | | | fixes #1482