summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-10apk-tools-2.4.0_rc3v2.4.0_rc3Timo 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äs4-1/+20
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-08apk-tools-2.4.0_rc2v2.4.0_rc2Timo Teräs1-1/+1
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-05build: honor CPPFLAGSTimo Teräs1-2/+2
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 Copa2-4/+6
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-20apk-tools-2.4.0_rc1v2.4.0_rc1Timo Teräs1-1/+1
2013-06-20commit: fix ssize_t printingTimo Teräs1-4/+5
2013-06-20solver: fix pinning+cache to workTimo Teräs5-24/+32
2013-06-20commit, db: make file conflicts and script errors non-fatalTimo Teräs8-138/+144
2013-06-19solver: fix package deletion to consier provides properlyTimo Teräs3-28/+48
2013-06-19all: few behavioural regression fixesTimo Teräs6-5/+13
2013-06-19solver: properly order deletion of unneeded packagesTimo Teräs6-75/+179
2013-06-19applets: unify help message by removing final dotsTimo Teräs13-24/+16
2013-06-19fetch, del: perform wildcard matchingTimo Teräs2-88/+92
2013-06-19solver: add logic: transitive provides exclusionTimo Teräs2-25/+67
2013-06-19apk: set automatic flags before parsing the optsNatanael Copa1-1/+1
2013-06-19print: move progress bar update logic to apk_print_progressNatanael Copa5-49/+48
2013-06-19del: fix a segfault when trying to delete uninstalled packagesTimo Teräs1-1/+4
2013-06-19print: percent arg for process_fd is integerNatanael Copa1-1/+1
2013-06-19dot: new option: --installedTimo Teräs1-2/+13
2013-06-19upgrade: new option: --latest (-l)Timo Teräs8-65/+134
2013-06-18errors: fix a test case, and misanalysis of certain namesTimo Teräs2-1/+3
2013-06-18policy: new appletTimo Teräs4-6/+83
2013-06-18db: store repository tag names including leading @Timo Teräs5-57/+67
2013-06-18fix, info, ver: perform wildcard matchingTimo Teräs4-120/+62
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs19-214/+284
2013-06-18url: fix fetching from local repositoriesNatanael Copa2-5/+6