Age | Commit message (Expand) | Author | Files | Lines |
2013-07-02 | defines: detect endianess on arm, for armel | Timo Teräs | 1 | -0/+3 |
2013-06-30 | Allow "apk search -x" for -e | Dubiousjim | 1 | -1/+3 |
2013-06-30 | apk: infrastructure for short-option-only synonyms | Dubiousjim | 1 | -8/+9 |
2013-06-28 | fix: improve usage | Dubiousjim | 1 | -2/+2 |
2013-06-28 | version: clarify usage | Dubiousjim | 1 | -3/+4 |
2013-06-28 | add, del: main dependencies -> 'world' | Dubiousjim | 2 | -2/+2 |
2013-06-28 | various: applet help text and comment fixes | Dubiousjim | 12 | -22/+21 |
2013-06-26 | build: lua module build fixes | Natanael Copa | 1 | -2/+5 |
2013-06-21 | db: write ipkg flags in proper place | Timo Teräs | 1 | -7/+8 |
2013-06-21 | db: reset broken pkg state on reinstall | Timo Teräs | 1 | -0/+2 |
2013-06-21 | commit: fix another re-installing misspelling to reinstalling | Timo Teräs | 1 | -1/+1 |
2013-06-20 | commit: fix ssize_t printing | Timo Teräs | 1 | -4/+5 |
2013-06-20 | solver: fix pinning+cache to work | Timo Teräs | 5 | -24/+32 |
2013-06-20 | commit, db: make file conflicts and script errors non-fatal | Timo Teräs | 5 | -134/+140 |
2013-06-19 | solver: fix package deletion to consier provides properly | Timo Teräs | 3 | -28/+48 |
2013-06-19 | all: few behavioural regression fixes | Timo Teräs | 6 | -5/+13 |
2013-06-19 | solver: properly order deletion of unneeded packages | Timo Teräs | 2 | -73/+130 |
2013-06-19 | applets: unify help message by removing final dots | Timo Teräs | 13 | -24/+16 |
2013-06-19 | fetch, del: perform wildcard matching | Timo Teräs | 2 | -88/+92 |
2013-06-19 | solver: add logic: transitive provides exclusion | Timo Teräs | 2 | -25/+67 |
2013-06-19 | apk: set automatic flags before parsing the opts | Natanael Copa | 1 | -1/+1 |
2013-06-19 | print: move progress bar update logic to apk_print_progress | Natanael Copa | 5 | -49/+48 |
2013-06-19 | del: fix a segfault when trying to delete uninstalled packages | Timo Teräs | 1 | -1/+4 |
2013-06-19 | print: percent arg for process_fd is integer | Natanael Copa | 1 | -1/+1 |
2013-06-19 | dot: new option: --installed | Timo Teräs | 1 | -2/+13 |
2013-06-19 | upgrade: new option: --latest (-l) | Timo Teräs | 5 | -62/+106 |
2013-06-18 | errors: fix a test case, and misanalysis of certain names | Timo Teräs | 1 | -0/+2 |
2013-06-18 | policy: new applet | Timo Teräs | 4 | -6/+83 |
2013-06-18 | db: store repository tag names including leading @ | Timo Teräs | 5 | -57/+67 |
2013-06-18 | fix, info, ver: perform wildcard matching | Timo Teräs | 4 | -120/+62 |
2013-06-18 | apk: use string array in applet mains, separate apk_name_foreach_matching | Timo Teräs | 19 | -214/+284 |
2013-06-18 | url: fix fetching from local repositories | Natanael Copa | 2 | -5/+6 |
2013-06-18 | errors: improve analysis for virtual packages | Timo Teräs | 2 | -17/+28 |
2013-06-18 | all: various conversions to foreach_array_item, and simplifications of code | Timo Teräs | 7 | -189/+109 |
2013-06-17 | fetch: implement progress (fixes #1170) | Timo Teräs | 2 | -45/+65 |
2013-06-17 | io: get rid of APK_PROGRESS_SCALE | Timo Teräs | 5 | -30/+11 |
2013-06-17 | cache: implement progress bar (ref #1170) | Timo Teräs | 6 | -16/+51 |
2013-06-17 | print: move progress printing to common functions | Timo Teräs | 6 | -39/+46 |
2013-06-17 | db, cache: do not use cache/tmp for downloads | Timo Teräs | 3 | -25/+28 |
2013-06-17 | url: remove unused apk_url_download | Timo Teräs | 2 | -34/+0 |
2013-06-17 | db: refactor repository file construction | Timo Teräs | 9 | -180/+181 |
2013-06-17 | io: fix splice for copying unknown lengths | Timo Teräs | 3 | -9/+22 |
2013-06-15 | pkg: apk_pkg_foreach_* add matching generation | Timo Teräs | 4 | -71/+64 |
2013-06-15 | lua: use apk_dep_analyze | Timo Teräs | 3 | -26/+2 |
2013-06-14 | errors: detect self-conflicts properly | Timo Teräs | 1 | -4/+6 |
2013-06-14 | solver: use array_foreach_item and clean ups | Timo Teräs | 1 | -156/+130 |
2013-06-14 | audit, index, search, upgrade: use foreach_array_item | Timo Teräs | 4 | -17/+15 |
2013-06-13 | solver, errors: fix few additional test cases and clean ups | Timo Teräs | 3 | -22/+20 |
2013-06-13 | search: speed up searching exact package names | Timo Teräs | 1 | -16/+26 |
2013-06-13 | search: fix reverse dependency searching (fixes #2084) | Timo Teräs | 1 | -52/+47 |