summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03print: improve indented printing api2.12-stableTimo Teräs1-75/+113
2021-12-14everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.hAriadne Conill1-1/+0
2021-07-23db: allow read-only operations without cacheTimo Teräs1-0/+2
2021-02-07db: consider control characters in filename as maliciousTimo Teräs1-0/+4
2021-01-11database: Propagate errors when loading an APKINDEXthibault.ferrante1-0/+2
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