summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/progressmeter.c
AgeCommit message (Expand)Author
2003-12-02improvments from andreas@:Markus Friedl
2003-11-20fix rounding errors; from andreas@Markus Friedl
2003-09-23don't print trailing \0; bug #709; Robert.Dahlem@siemens.comMarkus Friedl
2003-08-31do write to buf[-1]Markus Friedl
2003-08-31pass file_size + 1 to snprintf: fixes printing of truncatedMarkus Friedl
2003-07-31print rate similar old version; round instead truncate;Markus Friedl
2003-07-30whitespaceMarkus Friedl
2003-07-30use only 4 digits in format_sizeMarkus Friedl
2003-07-29fix length for "- stalled -"Markus Friedl
2003-07-29replace 4 clause BSD licensed progressmeter code with a replacementMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-04-07The UCB copyright here is incorrect. This code did not originateTodd C. Miller
2003-04-03remove $OpenBSD$, as other *.c does not have it.Jun-ichiro itojun Hagino
2003-04-03$OpenBSD$Jun-ichiro itojun Hagino
2003-03-17don't print \n if backgrounded; from ho@Markus Friedl
2003-01-12allow WARNINGS=yes; ok djm@Markus Friedl
2003-01-10sftp progress meter support.Federico G. Schwindt