diff --git a/ChangeLog b/ChangeLog index 1f9f5fafc..b8ac5a814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 $