summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-03libfetch: add option to set "Cache-Control: no-cache"Timo Teräs1-1/+4
2018-01-03add new umbrella flag --initramfs-diskless-bootHenrik Riomar1-0/+6
2018-01-03add new flag --no-commit-hooksHenrik Riomar3-0/+9
2018-01-03libfetch: honor https_proxy variable for httpsTimo Teräs1-11/+30
2018-01-03db: fix triggers to report deleted directoriesTimo Teräs2-16/+20
2018-01-03apk, del: fix few memory leaksTimo Teräs2-1/+5
2018-01-02commit: properly analyze packages with provides="$pkgname"Timo Teräs3-1/+17
2018-01-02test: add test to ensure a provider that is already satisfied doesn't get swa...William Pitcock1-0/+7
2018-01-02test: add testcases to ensure provider collisions generate an errorWilliam Pitcock3-0/+36
2017-12-30apk-tools-2.9.0v2.9.0Timo Teräs1-1/+1
2017-12-15fix typo in MIPS byte-order apk_defines.hNils Andreas Svee1-1/+1
2017-12-12solver: fix potential install_if processing failure, fixes #8237Timo Teräs3-46/+77
2017-12-11add detection of mips archsNils Andreas Svee1-0/+8
2017-11-28fetch: print additional error diagnostics in verbose modeTimo Teräs1-2/+5
2017-11-02solver: prefer highest requirer count above installed statusWilliam Pitcock2-7/+8
2017-11-02solver: fix dbg_printf() call in select_package()William Pitcock1-2/+2
2017-11-02solver: only select a default if there is at least one provider with a declar...William Pitcock3-1/+31
2017-11-02solver: instead of tracking selected packages, score by requirer count for ti...William Pitcock2-7/+13
2017-11-02solver: implement support for choosing default virtualsWilliam Pitcock9-11/+51
2017-10-27apk-tools-2.8.1v2.8.1Timo Teräs1-1/+1
2017-10-27build: add 'make tag'Timo Teräs1-0/+4
2017-10-27solver: consider virtual provides to exclude non-provides transitivelyTimo Teräs2-12/+20
2017-10-12io: fix skip and splice to detect unexpected end-of-fileTimo Teräs2-31/+22
2017-10-10db: handle default root correctly for /procTimo Teräs1-1/+1
2017-10-06apk-tools-2.8.0v2.8.0Timo Teräs1-1/+1
2017-10-06libfetch: fix certificate host name checkTimo Teräs1-1/+1
2017-10-06libfetch: improve openssl/libressl compatibilityTimo Teräs4-7/+436
2017-10-05libfetch: improve ssl connectionsTimo Teräs3-6/+111
2017-10-05libfetch: remove unwanted code conditionalsTimo Teräs7-94/+7
2017-10-05libfetch: fix ssl context leakTimo Teräs1-0/+14
2017-10-05build and use bundled libfetch nativelyTimo Teräs10-115/+61
2017-10-05import libfetch-2.38 from NetBSDTimo Teräs13-0/+6630
2017-10-04package: remove package script after use (fixes #7974)Timo Teräs1-6/+9
2017-09-27info: fix typo in helpDamiano Albani1-1/+1
2017-08-23commit: proper singular/plural for 'error(s)' in commit messageTimo Teräs1-1/+2
2017-08-23fix comparison of unsigned expression < 0 is always falseDmitry Golovin2-4/+7
2017-08-23make preprocessor arguments clang-compatibleDmitry Golovin1-1/+1
2017-08-23use labs istead of abs with long argumentDmitry Golovin1-1/+1
2017-07-29index: Only rewrite arch if no error is encounteredA. Wilcox1-2/+2
2017-07-29database: include POSIX header for ST_* definesA. Wilcox1-0/+1
2017-07-25travis: notify on IRCJakub Jirutka1-0/+7
2017-06-26tar: use standard header prefixTimo Teräs1-1/+9
2017-06-26db: fix current directory instance caching in tar extractionTimo Teräs1-1/+1
2017-06-26database: mark error on renameat failureA. Wilcox1-2/+6
2017-06-23travis: deploy tarballs with static binary to GH ReleasesJakub Jirutka1-0/+19
2017-06-23travis: update alpine-chroot-install to 0.5.1Jakub Jirutka1-2/+2
2017-06-23io: make io vtables const struct, and add accessors for themTimo Teräs13-120/+195
2017-06-23archive: validate reading of pax and gnu long filename extensionsTimo Teräs1-14/+14
2017-06-23archive: fix incorrect bounds checking for memory allocationTimo Teräs1-2/+4
2017-06-23Revert "version: consider pkg-rX and pkg to be the same version"William Pitcock1-5/+0