- djm@cvs.openbsd.org 2007/10/24 03:44:02
[scp.c] factor out network read/write into an atomicio()-like function, and use it to handle short reads, apply bandwidth limits and update counters. make network IO non-blocking, so a small trickle of reads/writes has a chance of updating the progress meter; bz #799 ok dtucker@
This commit is contained in:
parent
1cbc292bc0
commit
77d57b06a4
|
@ -49,6 +49,13 @@
|
|||
glob their arguments and ones that don't).
|
||||
parse command flags using getopt(3) rather than hand-rolled parsers.
|
||||
ok dtucker@
|
||||
- djm@cvs.openbsd.org 2007/10/24 03:44:02
|
||||
[scp.c]
|
||||
factor out network read/write into an atomicio()-like function, and
|
||||
use it to handle short reads, apply bandwidth limits and update
|
||||
counters. make network IO non-blocking, so a small trickle of
|
||||
reads/writes has a chance of updating the progress meter; bz #799
|
||||
ok dtucker@
|
||||
|
||||
20070927
|
||||
- (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
|
||||
|
@ -3320,4 +3327,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4770 2007/10/26 04:27:45 djm Exp $
|
||||
$Id: ChangeLog,v 1.4771 2007/10/26 04:28:01 djm Exp $
|
||||
|
|
Loading…
Reference in New Issue