summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01mkpkg, adb: validate version and dependency formatTimo Teräs1-1/+2
2021-12-27print: improve indented printing apiTimo Teräs1-6/+43
2021-12-14defines: provide APKE_REMOTE_IO as portable alternative to EREMOTEIOAriadne Conill1-1/+1
2021-12-14everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.hAriadne Conill1-1/+0
2021-11-09database: implement uvol supportTimo Teräs1-1/+3
2021-07-27Refactor .apk extraction codeTimo Teräs1-0/+1
2021-07-23db: allow read-only operations without cacheTimo Teräs1-0/+1
2021-07-22adb: add a small adb blob header with versions and root objectTimo Teräs1-0/+1
2021-07-22adb: support seamless de/compression of adb filesTimo Teräs1-0/+1
2021-06-21print: handle write() errors in apk_print_progress()Timo Teräs1-1/+5
2021-06-19reduce misuse of error codes from errno.hTimo Teräs1-36/+30
2021-06-02add adbgen applet to generate databases from it's text dumpTimo Teräs1-1/+10
2021-04-02Fix segfault in log_internal if prefix is APK_OUT_LOG_ONLYSören Tempel1-1/+1
2021-03-19Log to /var/log/apk.logDrew DeVault1-4/+29
2021-02-04db: consider control characters in filename as maliciousTimo Teräs1-0/+2
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-131/+118
2020-10-09make apk_flags non-global, make progress printing state non-globalTimo Teräs1-28/+15
2020-10-09adb: introduce apk-tools database format, and few appletsTimo Teräs1-0/+4
2020-10-05db: mask password component of printed URLsTimo Teräs1-0/+24
2020-05-07use SPDX-License-Identifier in source filesTBK1-3/+1
2020-03-21lower min-width to 25 columnsAntoine Fontaine1-1/+1
2020-01-05Humanize size output of `apk info`Sören Tempel1-0/+18
2018-11-02print: don't print spurious newlinesTimo Teräs1-3/+3
2017-06-01print: oh dear, i have reworked the progress bar againWilliam Pitcock1-4/+15
2017-04-26print: handle mixing stdout and stderr printingTimo Teräs1-0/+2
2017-04-24print: don't shadow log()William Pitcock1-3/+3
2017-04-24print: print warnings and errors to stderrShiz1-7/+18
2017-03-29progress: shorten bar to prevent newlines on some terminalsAvi Halachmi (:avih)1-1/+1
2015-04-24modifications for the previous commit in error message handlingTimo Teräs1-3/+3
2015-04-22print.c: provide more detailed error messages if retrieving a package failsAlex Dowad1-1/+19
2013-12-05print: flush on apk_logNatanael Copa1-0/+1
2013-10-11print: use stdout instead of stderr for logging and progressTimo Teräs1-10/+10
2013-06-19print: move progress bar update logic to apk_print_progressNatanael Copa1-22/+39
2013-06-19print: percent arg for process_fd is integerNatanael Copa1-1/+1
2013-06-17print: move progress printing to common functionsTimo Teräs1-0/+32
2013-06-17db: refactor repository file constructionTimo Teräs1-0/+2
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-0/+12
2012-02-10print: minimum screen width of 50Timo Teräs1-2/+3
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-09-09print: minor cleanup to indented writerTimo Teräs1-5/+6
2011-07-22apk: improve indented printingTimo Teräs1-3/+22
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-1/+1
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs1-1/+1
2010-06-11print: clean up after copy-pasteNatanael Copa1-1/+1
2010-06-11First steps for libapkNatanael Copa1-0/+70