summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-18errors: improve analysis for virtual packagesTimo Teräs4-18/+35
2013-06-18all: various conversions to foreach_array_item, and simplifications of codeTimo Teräs7-189/+109
2013-06-17fetch: implement progress (fixes #1170)Timo Teräs2-45/+65
2013-06-17io: get rid of APK_PROGRESS_SCALETimo Teräs5-30/+11
2013-06-17cache: implement progress bar (ref #1170)Timo Teräs6-16/+51
2013-06-17print: move progress printing to common functionsTimo Teräs6-39/+46
2013-06-17db, cache: do not use cache/tmp for downloadsTimo Teräs3-25/+28
2013-06-17url: remove unused apk_url_downloadTimo Teräs2-34/+0
2013-06-17db: refactor repository file constructionTimo Teräs9-180/+181
2013-06-17io: fix splice for copying unknown lengthsTimo Teräs3-9/+22