diff options
author | Yang Tse <yangsita@gmail.com> | 2007-03-19 12:02:33 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-03-19 12:02:33 +0000 |
commit | 072a8b2955e4a7cb4e6e278f1c8585697c513e1a (patch) | |
tree | 0b350f4f78c51f8a4fae25f30a9499c63c9e14ae /CHANGES | |
parent | 0c817b66146b3a31a5fb8135da3c07cc1221c699 (diff) |
Bryan Henderson fixed the progress function so that it can get called
more frequently allowing same calling frecuency for the client progress
callback, while keeping the once a second frecuency for speed calculations
and internal display of the transfer progress.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Yang Tse (19 March 2007) +- Bryan Henderson fixed the progress function so that it can get called more + frequently allowing same calling frecuency for the client progress callback. + Dan F (15 March 2007) - Various memory leaks plugged and NULL pointer fixes made in the ssh code. |