diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-11-07 05:52:03 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-11-07 05:52:03 +0000 |
commit | 33f7ac06c3aaecf995360323d6f425e769e6fa79 (patch) | |
tree | c3dc73b2903f2020c482f9808a20579700fd317a /CHANGES | |
parent | 70f10f1ac9270d67ceec53f3db5f76af8532c5e0 (diff) |
Improved telnet support by drastically reducing the number of write
callbacks needed to pass a buffer to the user. Instead one per byte it
is now as little as one per segment.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Dan F (6 Nov 2007) +- Improved telnet support by drastically reducing the number of write + callbacks needed to pass a buffer to the user. Instead one per byte it + is now as little as one per segment. + Yang Tse (6 Nov 2007) - Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed out a problem in curl.h when building C++ apps with MSVC. To fix it, the |