summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-06 13:44:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-06 13:44:00 +0000
commitcacd756efd3ea69c344f07fe9b80d254a3d3ea7d (patch)
tree035cc27e7434b0c9d03b70d710f8d38210316001
parent8539e76cb9a7308f59e584f0cf62c11427f88e0e (diff)
downloadgnurl-cacd756efd3ea69c344f07fe9b80d254a3d3ea7d.tar.gz
gnurl-cacd756efd3ea69c344f07fe9b80d254a3d3ea7d.tar.bz2
gnurl-cacd756efd3ea69c344f07fe9b80d254a3d3ea7d.zip
recent fiddling
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c48f5a414..20f78c37f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,20 @@
History of Changes
+Daniel (6 May 2002)
+- Added multi-post.c to the examples directory. I got the basic source for
+ this from Gustaf Hui.
+
Daniel (3 May 2002)
+- CURL_MAX_WRITE_SIZE is now an exported #define in the curl/curl.h header and
+ can be used to figure out the maximum buffer size your write callback can
+ get.
+
+- CURLOPT_READDATA is now an alias for CURLOPT_INFILE and CURLOPT_WRITEDATE is
+ an alias for CURLOPT_FILE. These two were added for conformity. Most other
+ callback function's userdata are provided with options using a similar name-
+ scheme.
+
- Added "--trace [file]" to the command line tool. It makes a very detailed
trace dump get stored, with a full protocol dump that includes all received
and transmitted data. This could be a very effective tool for debugging what