From 77d57b06a4abd691f957aad2e852bd9ff1fd17f4 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 26 Oct 2007 14:28:01 +1000 Subject: - 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@ --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 $ -- cgit v1.2.3