summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/progressmeter.c
AgeCommit message (Expand)Author
2005-06-07catch SIGWINCH and resize progress meter accordingly; ok markus dtuckerJared Yanovich
2005-04-28add snprintf checks. ok djm@ markus@Moritz Jodeit
2004-07-11spacesTheo de Raadt
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-02-05fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@Markus Friedl
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