summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)AuthorFilesLines
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