From 5019fe75a76b9d5c249509462d8bb626e0986005 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Sep 2000 13:20:34 +0000 Subject: proxytunnel added --- CHANGES | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ docs/FEATURES | 1 + 2 files changed, 49 insertions(+) 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 -- cgit v1.2.3