index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
progressmeter.c
Age
Commit message (
Expand
)
Author
2024-09-22
remove some unused defines; ok djm@
Jonathan Gray
2023-04-12
remove duplicate signal.h include
Jonathan Gray
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-02-22
fix progressmeter corruption on wide displays; bz3534
Damien Miller
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-10-29
Signal handler cleanup: remove leftover support for unreliable signals
Darren Tucker
2019-05-03
Use the correct (according to POSIX) format for left-justification
Darren Tucker
2019-01-24
Have progressmeter force an update at the beginning and end of each
Darren Tucker
2019-01-23
Sanitize scp filenames via snmprintf. To do this we move the
Darren Tucker
2016-06-30
Explicitly check for 100% completion to avoid potential floating point
Darren Tucker
2016-05-30
Backout rev. 1.43 for now.
Ingo Schwarze
2016-05-25
To prevent screwing up terminal settings when printing to the
Ingo Schwarze
2016-03-02
Improve precision of progressmeter for sftp and scp by storing sub-second
Darren Tucker
2015-01-14
update sftp client and server to new buffer API.
Damien Miller
2013-09-19
store the initial file offset so the progress meter doesn't freak out
Damien Miller
2013-06-02
Add misc.h for monotim prototype.
Darren Tucker
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-07-21
ARGSUSED for signal handler
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
ARGSUSED for signal handlers
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
2006-02-10
move #include <sys/ioctl.h> out of includes.h; ok markus@
Kevin Steves
2005-06-07
catch SIGWINCH and resize progress meter accordingly; ok markus dtucker
Jared Yanovich
2005-04-28
add snprintf checks. ok djm@ markus@
Moritz Jodeit
2004-07-11
spaces
Theo de Raadt
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
2004-02-05
fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
Markus Friedl
2003-12-02
improvments from andreas@:
Markus Friedl
2003-11-20
fix rounding errors; from andreas@
Markus Friedl
2003-09-23
don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
Markus Friedl
2003-08-31
do write to buf[-1]
Markus Friedl
2003-08-31
pass file_size + 1 to snprintf: fixes printing of truncated
Markus Friedl
2003-07-31
print rate similar old version; round instead truncate;
Markus Friedl
2003-07-30
whitespace
Markus Friedl
2003-07-30
use only 4 digits in format_size
Markus Friedl
2003-07-29
fix length for "- stalled -"
Markus Friedl
2003-07-29
replace 4 clause BSD licensed progressmeter code with a replacement
Markus Friedl
2003-06-28
deal with typing of write vs read in atomicio
Theo de Raadt
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-04-07
The UCB copyright here is incorrect. This code did not originate
Todd C. Miller
2003-04-03
remove $OpenBSD$, as other *.c does not have it.
Jun-ichiro itojun Hagino
[next]