summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-21 08:02:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-21 08:02:35 +0000
commit62fb70e9d131841d59a5112a99b266ad7db85d9c (patch)
tree3924a2dc59a626d639544e7ab5fd8d84ca193288
parent8a9098a36c1723a5fdae9b585c9c10eae738efc5 (diff)
downloadgnurl-62fb70e9d131841d59a5112a99b266ad7db85d9c.tar.gz
gnurl-62fb70e9d131841d59a5112a99b266ad7db85d9c.tar.bz2
gnurl-62fb70e9d131841d59a5112a99b266ad7db85d9c.zip
recent fixes
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6199b8955..1c95d3ca9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,24 @@
History of Changes
+Daniel (20 December 2001)
+- Björn Stenberg caught an unpleasent (but hard-to-find) bug that could cause
+ libcurl to hang on transfers over proxy, when the proxy was specified with
+ an environment variable!
+
+- Added code to make ftp operations treat the NO_BODY and HEADERS options
+ better:
+
+ NO_BODY set TRUE and HEADERS set TRUE:
+ Return a set of headers with file info
+
+ NO_BODY set FALSE
+ Transfer data as usual, HEADERS is ignored
+
+ NO_BODY set TRUE and HEADERS set FALSE
+ Don't transfer any data, don't return any headers. Just perform the set
+ of FTP commands.
+
Daniel (17 December 2001)
- Götz Babin-Ebell dove into the dark dungeons of the OpenSSL ENGINE stuff and
made libcurl support it! This allows libcurl to do SSL connections with the