aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* solver: if pinning is specified, it overrides preferred reposTimo Teräs2013-09-064-1/+20
* arch: use armhf for arm hardfloat eabiTimo Teräs2013-09-051-2/+2
* apk: minor fix in help text and a whitespace fixNatanael Copa2013-08-281-2/+2
* search: implement --has-originNatanael Copa2013-08-281-1/+15
* commit: fix segfaultNatanael Copa2013-08-051-1/+1
* 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
* db: fix segfault when --root points to invalid dirNatanael Copa2013-07-171-1/+3
* 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
* solver: use ffs (posix) instead of ffsl (gnu extension)Timo Teräs2013-07-041-1/+2
* 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
* version: clarify usageDubiousjim2013-06-281-3/+4
* add, del: main dependencies -> 'world'Dubiousjim2013-06-282-2/+2
* various: applet help text and comment fixesDubiousjim2013-06-2812-22/+21
* build: lua module build fixesNatanael Copa2013-06-262-4/+6
* 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
* commit, db: make file conflicts and script errors non-fatalTimo Teräs2013-06-208-138/+144
* solver: fix package deletion to consier provides properlyTimo Teräs2013-06-193-28/+48
* all: few behavioural regression fixesTimo Teräs2013-06-196-5/+13
* solver: properly order deletion of unneeded packagesTimo Teräs2013-06-196-75/+179
* applets: unify help message by removing final dotsTimo Teräs2013-06-1913-24/+16
* fetch, del: perform wildcard matchingTimo Teräs2013-06-192-88/+92
* solver: add logic: transitive provides exclusionTimo Teräs2013-06-192-25/+67
* apk: set automatic flags before parsing the optsNatanael Copa2013-06-191-1/+1
* print: move progress bar update logic to apk_print_progressNatanael Copa2013-06-195-49/+48
* del: fix a segfault when trying to delete uninstalled packagesTimo Teräs2013-06-191-1/+4
* print: percent arg for process_fd is integerNatanael Copa2013-06-191-1/+1
* dot: new option: --installedTimo Teräs2013-06-191-2/+13
* upgrade: new option: --latest (-l)Timo Teräs2013-06-198-65/+134
* errors: fix a test case, and misanalysis of certain namesTimo Teräs2013-06-182-1/+3
* policy: new appletTimo Teräs2013-06-184-6/+83
* db: store repository tag names including leading @Timo Teräs2013-06-185-57/+67
* fix, info, ver: perform wildcard matchingTimo Teräs2013-06-184-120/+62
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-1819-214/+284
* url: fix fetching from local repositoriesNatanael Copa2013-06-182-5/+6
* errors: improve analysis for virtual packagesTimo Teräs2013-06-184-18/+35
* all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs2013-06-187-189/+109