diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-05-07 15:53:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-07 15:53:55 +0200 |
commit | aca0fff4e14f9caa59fe67136db768a2507a7a62 (patch) | |
tree | 8c29103be1d2586df84302dfe0c0b5439f3bec53 | |
parent | d64bd82bdcb169d0647a80f00068cedd761f8163 (diff) | |
download | curl-aca0fff4e14f9caa59fe67136db768a2507a7a62.tar.gz |
changelogs: split the I/O handling
-rw-r--r-- | CHANGES | 13 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -6,6 +6,19 @@ Changelog +Daniel Stenberg (7 May 2010) +- Howard Chu split the I/O handling functions into private handlers. + + Howard Chu brought the bulk work of this patch that properly moves out the + sending and recving of data to the parts of the code that are properly + responsible for the various ways of doing so. + + Daniel Stenberg assisted with polishing a few bits and fixed some minor + flaws in the original patch. + + Another upside of this patch is that we now abuse CURLcodes less with the + "magic" -1 return codes and instead use CURLE_AGAIN more consistently. + Daniel Stenberg (5 May 2010) - Hoi-Ho Chan introduced support for using the PolarSSL library. You control this with the new configure option --with-polarssl. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5acd4e1ff..01dcd2ee6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, - Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan + Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu Thanks! (and sorry if I forgot to mention someone) |