aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-12 07:23:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-12 07:23:57 +0000
commit38e518c710664a51be6661b40f13fcbc6d8b20fd (patch)
tree2cd715954242036a824a5d82ea4af0a81012a461
parent3f6133be2735936631c4bfe5aedd28ae9b084f3f (diff)
Jean-Philippe Barrette-LaPierre's patch applied
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3854bebcf..611ef3431 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
History of Changes
+Daniel (12 April 2002)
+- Jean-Philippe Barrette-LaPierre provided his patch that introduces
+ CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program to a set a
+ callback to receive debug/information data. That includes headers and data
+ that is received and sent.
+
Daniel (10 April 2002)
- Sebastien Willemijns found out that -x didn't use the default port number as
is documented. It does now.
@@ -22,7 +28,7 @@ Daniel (10 April 2002)
to a remote server. CURLE_SEND_ERROR has now been added for the latter
error.
- CURLE_READ_ERROR
+ CURLE_READ_ERROR
This error was similarly returned *both* for errors when reading a local
file, as well as when getting problems when reading network data.
CURLE_RECV_ERROR has now been added for the latter error.