index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
progressmeter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
2020-01-23
1
-3
/
+3
*
Signal handler cleanup: remove leftover support for unreliable signals
dtucker
2019-10-29
1
-3
/
+1
*
Use the correct (according to POSIX) format for left-justification
dtucker
2019-05-03
1
-3
/
+3
*
Have progressmeter force an update at the beginning and end of each
dtucker
2019-01-24
1
-8
/
+5
*
Sanitize scp filenames via snmprintf. To do this we move the
dtucker
2019-01-23
1
-29
/
+24
*
Explicitly check for 100% completion to avoid potential floating point
dtucker
2016-06-30
1
-4
/
+4
*
Backout rev. 1.43 for now.
schwarze
2016-05-30
1
-27
/
+24
*
To prevent screwing up terminal settings when printing to the
schwarze
2016-05-25
1
-24
/
+27
*
Improve precision of progressmeter for sftp and scp by storing sub-second
dtucker
2016-03-02
1
-7
/
+6
*
update sftp client and server to new buffer API.
djm
2015-01-14
1
-3
/
+3
*
store the initial file offset so the progress meter doesn't freak out
djm
2013-09-19
1
-3
/
+5
*
Add misc.h for monotim prototype.
dtucker
2013-06-02
1
-1
/
+2
*
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
dtucker
2013-06-01
1
-3
/
+3
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+2
*
clean extra spaces
stevesk
2006-08-01
1
-2
/
+2
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <time.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
ARGSUSED for signal handler
stevesk
2006-07-21
1
-1
/
+2
*
move #include <unistd.h> out of includes.h
stevesk
2006-07-17
1
-1
/
+3
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+2
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
ARGSUSED for signal handlers
deraadt
2006-03-19
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <signal.h> out of includes.h; ok markus@
stevesk
2006-02-20
1
-1
/
+3
*
move #include <sys/ioctl.h> out of includes.h; ok markus@
stevesk
2006-02-10
1
-1
/
+3
*
catch SIGWINCH and resize progress meter accordingly; ok markus dtucker
jaredy
2005-06-07
1
-13
/
+34
*
add snprintf checks. ok djm@ markus@
moritz
2005-04-28
1
-1
/
+3
*
spaces
deraadt
2004-07-11
1
-9
/
+9
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-3
/
+3
*
improve some code lint did not like; djm millert ok
deraadt
2004-05-11
1
-2
/
+2
*
fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@
markus
2004-02-05
1
-2
/
+2
*
improvments from andreas@:
markus
2003-12-02
1
-3
/
+7
*
fix rounding errors; from andreas@
markus
2003-11-20
1
-2
/
+2
*
don't print trailing \0; bug #709; Robert.Dahlem@siemens.com
markus
2003-09-23
1
-2
/
+2
*
do write to buf[-1]
markus
2003-08-31
1
-1
/
+3
*
pass file_size + 1 to snprintf: fixes printing of truncated
markus
2003-08-31
1
-2
/
+2
*
print rate similar old version; round instead truncate;
markus
2003-07-31
1
-5
/
+27
*
whitespace
markus
2003-07-30
1
-4
/
+3
*
use only 4 digits in format_size
markus
2003-07-30
1
-6
/
+4
*
fix length for "- stalled -"
markus
2003-07-29
1
-2
/
+2
*
replace 4 clause BSD licensed progressmeter code with a replacement
markus
2003-07-29
1
-201
/
+182
*
deal with typing of write vs read in atomicio
deraadt
2003-06-28
1
-3
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-3
/
+3
*
The UCB copyright here is incorrect. This code did not originate
millert
2003-04-07
1
-21
/
+25
*
remove $OpenBSD$, as other *.c does not have it.
itojun
2003-04-03
1
-3
/
+1
*
$OpenBSD$
itojun
2003-04-03
1
-1
/
+3
*
don't print \n if backgrounded; from ho@
markus
2003-03-17
1
-2
/
+3
*
allow WARNINGS=yes; ok djm@
markus
2003-01-12
1
-2
/
+3
*
sftp progress meter support.
fgsch
2003-01-10
1
-0
/
+256