summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/progressmeter.c
AgeCommit message (Expand)Author
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01clean extra spacesKevin Steves
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-22move #include <time.h> out of includes.hKevin Steves
2006-07-21ARGSUSED for signal handlerKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
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