aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-15 13:20:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-15 13:20:34 +0000
commit5019fe75a76b9d5c249509462d8bb626e0986005 (patch)
tree6d2c16066bd679c1ad0cc2a554e0442a9bf8d263
parent00eaf202988bc36d235bbecb1facc72372ea14f9 (diff)
proxytunnel added
-rw-r--r--CHANGES48
-rw-r--r--docs/FEATURES1
2 files changed, 49 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a6bf39ef..e987712f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,54 @@
History of Changes
+Verson 7.3pre2
+
+Daniel (15 September 2000)
+- Kai-Uwe Rommel pointed out a problem in the httpproxytunnel stuff for ftp.
+ Adjusted it. Added better info message when setting up the tunnel and the
+ pasv message when doing the second connect.
+
+Verson 7.3pre1
+
+Daniel (15 September 2000)
+- libcurl now allows "httpproxytunnel" to an arbitrary host and port name. The
+ second connection on ftp needed that.
+
+- TheArtOfHTTPScripting was corrected all over. I both type and spell really
+ bad at times!
+
+Daniel (14 September 2000)
+- -p/--proxytunnel was added to 'curl'. It uses the new
+ CURLOPT_HTTPPROXYTUNNEL libcurl option that allows "any" protocol to tunnel
+ through the specified http proxy. At the moment, this should work with ftp.
+
+Daniel (13 September 2000)
+- Jochen Schaeuble found that file:// didn't work as expected. Corrected this
+ and mailed the patch to the mailing list.
+
+Daniel (7 September 2000)
+- I changed the #define T() in curl.h since it turned out it wasn't really
+ a good symbol to use (when you compiled PHP with curl as a module, that
+ define collided with some IMAP define or something). This was posted to the
+ PHP bug tracker.
+
+- I added extern "C" stuff in two header files to better allow libcurl usage
+ in C++ sorces. Discussions on the libcurl list with Danny Horswell lead to
+ this.
+
+Version 7.2.1
+
+Daniel (31 August 2000)
+- Albert Chin-A-Young fixed the configure script *again* and now it seems to
+ detect Linux name resolving properly! (heard that before?)
+
+- Troels Walsted Hansen pointed out that downloading a file containing the
+ letter '+' from an ftp server didn't work. It did work from HTTP though and
+ the reason was my lame URL decoder.
+
+- I happened to notice that -I didn't at all work on ftp anymore. I corrected
+ that.
+
Version 7.2
Daniel (30 August 2000)
diff --git a/docs/FEATURES b/docs/FEATURES
index 18b6b5522..1d43d26d6 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -60,6 +60,7 @@ FTP
- custom ftp commands (before and/or after the transfer)
- simple "range" support
- via http-proxy
+ - all operations can be tunneled through a http-proxy
TELNET
- connection negotiation