platform/upstream/curl.git
15 years agoPrevent an off-by-one in a allocated buffer in glob_match_url() - detected by
Daniel Stenberg [Mon, 13 Oct 2008 21:39:12 +0000 (21:39 +0000)]
Prevent an off-by-one in a allocated buffer in glob_match_url() - detected by
coverity.com

15 years agoRemoved superfluous check of clist->name, as in this code path that pointer
Daniel Stenberg [Mon, 13 Oct 2008 21:03:12 +0000 (21:03 +0000)]
Removed superfluous check of clist->name, as in this code path that pointer
has already been dereferenced so it is bound to be valid. Pointed out to us
by coverity.com

15 years agoDon't rely on shell support to run multiple precheck tests
Dan Fandrich [Mon, 13 Oct 2008 20:41:02 +0000 (20:41 +0000)]
Don't rely on shell support to run multiple precheck tests

15 years agomake naming scheme more consistent across whole file
Yang Tse [Mon, 13 Oct 2008 19:32:11 +0000 (19:32 +0000)]
make naming scheme more consistent across whole file

15 years agoAdjust GCC warnings:
Yang Tse [Mon, 13 Oct 2008 17:06:06 +0000 (17:06 +0000)]
Adjust GCC warnings:

  Disable following warnings when cross-compiling with a gcc older
  than 3.0, to avoid warnings from third party system headers:

    -Wmissing-prototypes
    -Wunused
    -Wshadow

15 years agoattempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse [Mon, 13 Oct 2008 06:23:42 +0000 (06:23 +0000)]
attempt to fix or allow further detection of an elusive icc SIGSEGV

15 years agoThere's no guarantee that a socket was involved at this point, so avoid displaying...
Yang Tse [Mon, 13 Oct 2008 06:16:02 +0000 (06:16 +0000)]
There's no guarantee that a socket was involved at this point, so avoid displaying any error code.

And on the other hand a message after setsockopt() certainly must use SOCKERRNO.

15 years agoAdjust GCC --enable-warnings:
Yang Tse [Mon, 13 Oct 2008 00:43:30 +0000 (00:43 +0000)]
Adjust GCC --enable-warnings:

  Do not enable -pedantic when cross-compiling with a gcc older
  than 3.0, to avoid warnings from third party system headers.

15 years agoadjust SGI MIPSpro C detection
Yang Tse [Sun, 12 Oct 2008 22:52:25 +0000 (22:52 +0000)]
adjust SGI MIPSpro C detection

15 years agoLCC compiler adjustments:
Yang Tse [Sun, 12 Oct 2008 16:57:40 +0000 (16:57 +0000)]
LCC compiler adjustments:

  Highest warning level is double -A, next is single -A.
  Due to the big number of warnings these trigger on third
  party header files it is impratical for us to use any of
  them here. If you want them simply define it in CPPFLAGS.

15 years agoChanged Curl_strlcat to strlcat, which is the one guaranteed to exist
Dan Fandrich [Sun, 12 Oct 2008 15:17:15 +0000 (15:17 +0000)]
Changed Curl_strlcat to strlcat, which is the one guaranteed to exist

15 years agoEnsure the IPv6 stack is operational before running this test (other tests
Dan Fandrich [Sun, 12 Oct 2008 05:27:26 +0000 (05:27 +0000)]
Ensure the IPv6 stack is operational before running this test (other tests
use the startup of the IPv6 test server as a substitute check for this).

15 years agoremove extra space
Yang Tse [Sat, 11 Oct 2008 18:04:39 +0000 (18:04 +0000)]
remove extra space

15 years agosplit SGI compiler check. One for MIPS C and another for MIPSpro C
Yang Tse [Sat, 11 Oct 2008 16:59:44 +0000 (16:59 +0000)]
split SGI compiler check. One for MIPS C and another for MIPSpro C

15 years agoLCC compiler adjustments:
Yang Tse [Sat, 11 Oct 2008 16:19:35 +0000 (16:19 +0000)]
LCC compiler adjustments:

  Warning level reduced from double -A to single -A

15 years agofix compiler warning
Yang Tse [Sat, 11 Oct 2008 15:32:32 +0000 (15:32 +0000)]
fix compiler warning

15 years agofix compiler warning: explicit conversion of a 64-bit integral type to a smaller...
Yang Tse [Sat, 11 Oct 2008 01:56:04 +0000 (01:56 +0000)]
fix compiler warning: explicit conversion of a 64-bit integral type to a smaller integral type

15 years agoFixed some compiler warnings with CURL_DISABLE_HTTP
Dan Fandrich [Fri, 10 Oct 2008 19:10:44 +0000 (19:10 +0000)]
Fixed some compiler warnings with CURL_DISABLE_HTTP

15 years agoattempt to fix or allow further detection of an elusive icc SIGSEGV
Yang Tse [Fri, 10 Oct 2008 17:25:53 +0000 (17:25 +0000)]
attempt to fix or allow further detection of an elusive icc SIGSEGV

15 years ago_ Adapt OS400 EBCDIC wrappers to new options.
Patrick Monnerat [Fri, 10 Oct 2008 15:54:07 +0000 (15:54 +0000)]
_ Adapt OS400 EBCDIC wrappers to new options.
_ Update RPG binding accordingly.
_ Fix new options comments.

15 years agoInitial attempt to detect Tiny C compiler
Yang Tse [Fri, 10 Oct 2008 10:31:16 +0000 (10:31 +0000)]
Initial attempt to detect Tiny C compiler

15 years agoInitial attempt to detect LCC compiler
Yang Tse [Fri, 10 Oct 2008 10:06:25 +0000 (10:06 +0000)]
Initial attempt to detect LCC compiler

15 years ago1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM
Yang Tse [Fri, 10 Oct 2008 09:14:18 +0000 (09:14 +0000)]
1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM

2) Disable SGI remark: controlling expression is constant

15 years agosimplify SGI C compiler check
Yang Tse [Fri, 10 Oct 2008 05:09:28 +0000 (05:09 +0000)]
simplify SGI C compiler check

15 years agoAllow compilation when no IPv6 stack is available.
Dan Fandrich [Fri, 10 Oct 2008 03:46:32 +0000 (03:46 +0000)]
Allow compilation when no IPv6 stack is available.

15 years agomove struct namebuf6 declaration out of Curl_ip2addr6()
Yang Tse [Fri, 10 Oct 2008 03:01:50 +0000 (03:01 +0000)]
move struct namebuf6 declaration out of Curl_ip2addr6()

15 years agoHP C adjustments:
Yang Tse [Fri, 10 Oct 2008 02:32:46 +0000 (02:32 +0000)]
HP C adjustments:

  Due to the HP-UX socklen_t issue it is insane to use the +w1 warning level.
  It generates more than 1100 warnings on socklen_t related statements.

  Until the issue is somehow fixed we will just use the +w2 warning level.

15 years agofix compiler warning
Yang Tse [Fri, 10 Oct 2008 02:14:46 +0000 (02:14 +0000)]
fix compiler warning

15 years agoAdd debug tracing for COMPILER_WORKS_IFELSE
Yang Tse [Fri, 10 Oct 2008 00:07:41 +0000 (00:07 +0000)]
Add debug tracing for COMPILER_WORKS_IFELSE

15 years agoGet rid of some more code in the CURL_DISABLE_HTTP case
Dan Fandrich [Thu, 9 Oct 2008 22:14:38 +0000 (22:14 +0000)]
Get rid of some more code in the CURL_DISABLE_HTTP case

15 years agoI replaced the use of 'struct tm' with a private clone of that struct simply
Daniel Stenberg [Thu, 9 Oct 2008 21:57:51 +0000 (21:57 +0000)]
I replaced the use of 'struct tm' with a private clone of that struct simply
because the struct is declared on the stack and not all members are used so
we could just as well make struct with only struct members we actually need.

15 years agoFixed a leftover reference to CURLOPT_FTP_SSL (thanks to Carlos Alloatti
Dan Fandrich [Thu, 9 Oct 2008 20:03:04 +0000 (20:03 +0000)]
Fixed a leftover reference to CURLOPT_FTP_SSL (thanks to Carlos Alloatti
for spotting it).

15 years agoconfigure will also warn on 'strict compiler warning' rejected options
Yang Tse [Thu, 9 Oct 2008 19:55:18 +0000 (19:55 +0000)]
configure will also warn on 'strict compiler warning' rejected options

15 years agoFixed the --interface option to work with IPv6 connections on glibc
Dan Fandrich [Thu, 9 Oct 2008 19:23:50 +0000 (19:23 +0000)]
Fixed the --interface option to work with IPv6 connections on glibc
systems supporting getifaddrs(). Also fixed a problem where an IPv6
address could be chosen instead of an IPv4 one for --interface when it
involved a name lookup.

15 years agoAdded HTTP as a required feature
Dan Fandrich [Thu, 9 Oct 2008 18:53:17 +0000 (18:53 +0000)]
Added HTTP as a required feature

15 years agoUpdate docs now that SFTP supports file ranges.
Dan Fandrich [Thu, 9 Oct 2008 18:47:02 +0000 (18:47 +0000)]
Update docs now that SFTP supports file ranges.

15 years agoconvert rejected compiler options messages into a warnings
Yang Tse [Thu, 9 Oct 2008 15:06:20 +0000 (15:06 +0000)]
convert rejected compiler options messages into a warnings

15 years agoremove extra whitespace from string in SGI C check
Yang Tse [Thu, 9 Oct 2008 13:11:10 +0000 (13:11 +0000)]
remove extra whitespace from string in SGI C check

15 years agoAdded tests 633 through 637 to test the new file range support for SFTP.
Dan Fandrich [Thu, 9 Oct 2008 05:16:06 +0000 (05:16 +0000)]
Added tests 633 through 637 to test the new file range support for SFTP.
All but the first test cause an infinite loop or other failure and so
are added to DISABLED.

15 years agooops
Yang Tse [Thu, 9 Oct 2008 03:05:48 +0000 (03:05 +0000)]
oops

15 years agoInitial attempt to detect SGI C compiler
Yang Tse [Thu, 9 Oct 2008 03:02:25 +0000 (03:02 +0000)]
Initial attempt to detect SGI C compiler

15 years agoHP C adjustments:
Yang Tse [Thu, 9 Oct 2008 00:50:50 +0000 (00:50 +0000)]
HP C adjustments:

  Disallow run-time dereferencing of null pointers.

  Disable some remarks:

    #4227: padding struct with n bytes to align member.

    #4255: padding size of struct with n bytes to alignment boundary.

15 years agofix compiler warning: zero used for undefined preprocessing identifier
Yang Tse [Thu, 9 Oct 2008 00:07:56 +0000 (00:07 +0000)]
fix compiler warning: zero used for undefined preprocessing identifier

15 years ago- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
Daniel Stenberg [Wed, 8 Oct 2008 22:01:23 +0000 (22:01 +0000)]
- Bug #2152270 (curl.haxx.se/bug/view.cgi?id=2152270) identified and
  fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:

  Any subsequent transfer with a redirect leaks memory, eventually crashing
  the process potentially.

  Any subsequent transfer WITHOUT a redirect causes the most recent redirect
  that DID occur on some previous transfer to still be reported.

15 years agoAdded tests 1082 through 1085 to test symbolic --interface parameters
Dan Fandrich [Wed, 8 Oct 2008 21:46:55 +0000 (21:46 +0000)]
Added tests 1082 through 1085 to test symbolic --interface parameters

15 years ago- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that
Daniel Stenberg [Wed, 8 Oct 2008 21:42:29 +0000 (21:42 +0000)]
- Igor filed bug #2111613 (curl.haxx.se/bug/view.cgi?id=2111613) that
  eventually identified a flaw in how the multi_socket interface in some cases
  missed to call the timeout callback when easy interfaces are removed and
  added within the same millisecond.

15 years agoFixed a memory leak in the new CURLOPT_USERPWD handling
Dan Fandrich [Wed, 8 Oct 2008 20:14:46 +0000 (20:14 +0000)]
Fixed a memory leak in the new CURLOPT_USERPWD handling

15 years agoimprove presentation of accepted/rejected debug/optimizer options
Yang Tse [Wed, 8 Oct 2008 19:38:01 +0000 (19:38 +0000)]
improve presentation of accepted/rejected debug/optimizer options

15 years agofix missing null-pointer check
Yang Tse [Wed, 8 Oct 2008 18:32:06 +0000 (18:32 +0000)]
fix missing null-pointer check

15 years agorefactoring of COMPILER_BASIC_OPTS
Yang Tse [Wed, 8 Oct 2008 16:12:10 +0000 (16:12 +0000)]
refactoring of COMPILER_BASIC_OPTS

15 years ago179 - "[PATCH] Colon in username"
Daniel Stenberg [Wed, 8 Oct 2008 10:40:51 +0000 (10:40 +0000)]
179 - "[PATCH] Colon in username"
was committed just now!

15 years ago- Igor Novoseltsev brought a patch that introduced two new options to
Daniel Stenberg [Wed, 8 Oct 2008 10:39:43 +0000 (10:39 +0000)]
- Igor Novoseltsev brought a patch that introduced two new options to
  curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of
  deprecates the good old CURLOPT_USERPWD since they allow applications to set
  the user name and password independently and perhaps more importantly allow
  both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.

15 years agoInitial attempt to detect SUN C compiler
Yang Tse [Wed, 8 Oct 2008 03:50:45 +0000 (03:50 +0000)]
Initial attempt to detect SUN C compiler

15 years agoCreated test cases 1080 and 1081 to reproduce a problem of
Dan Fandrich [Wed, 8 Oct 2008 03:32:10 +0000 (03:32 +0000)]
Created test cases 1080 and 1081 to reproduce a problem of
CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when
two URLs are requested. Reported by vmpdemo in bug #2152270

15 years agoInitial attempt to detect HP C compiler
Yang Tse [Wed, 8 Oct 2008 02:29:13 +0000 (02:29 +0000)]
Initial attempt to detect HP C compiler

15 years agoAdded const to some pointer variables
Dan Fandrich [Wed, 8 Oct 2008 01:17:51 +0000 (01:17 +0000)]
Added const to some pointer variables

15 years agoSplit off Curl_isxdigit function
Dan Fandrich [Tue, 7 Oct 2008 23:20:06 +0000 (23:20 +0000)]
Split off Curl_isxdigit function

15 years agoChanged the handling of read/write errors in Curl_perform() to allow a
Dan Fandrich [Tue, 7 Oct 2008 23:15:02 +0000 (23:15 +0000)]
Changed the handling of read/write errors in Curl_perform() to allow a
a fresh connection to be made in such cases and the request retransmitted.
This should fix test case 160.  Added test case 1079 in an attempt to
test a similar connection dropping scenario, but as a race condition, it's
hard to test reliably.

15 years agomention the other sf.net bug which does have a sort of fix mentioned
Daniel Stenberg [Tue, 7 Oct 2008 22:53:33 +0000 (22:53 +0000)]
mention the other sf.net bug which does have a sort of fix mentioned

15 years agosome additional classification of the entries
Daniel Stenberg [Tue, 7 Oct 2008 22:49:11 +0000 (22:49 +0000)]
some additional classification of the entries

15 years agoOne fix for CURLINFO_PRIMARY_IP just went in which addressed at least one of
Daniel Stenberg [Tue, 7 Oct 2008 22:13:34 +0000 (22:13 +0000)]
One fix for CURLINFO_PRIMARY_IP just went in which addressed at least one of
the concerns mentioned for 174 and the other guy hasn't returned so I remove
the entry from here now.

15 years ago- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
Daniel Stenberg [Tue, 7 Oct 2008 21:56:56 +0000 (21:56 +0000)]
- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
  the app re-used the handle to do a connection to host B and then again
  re-used the handle to host A, it would not update the info with host A's IP
  address (due to the connection being re-used) but it would instead report
  the info from host B.

15 years agoDocument how to disable tests when certain --disable-* flags are used.
Dan Fandrich [Tue, 7 Oct 2008 20:28:25 +0000 (20:28 +0000)]
Document how to disable tests when certain --disable-* flags are used.

15 years agofix compiler warning: 'dot_4' may be used uninitialized in this function
Yang Tse [Tue, 7 Oct 2008 18:44:32 +0000 (18:44 +0000)]
fix compiler warning: 'dot_4' may be used uninitialized in this function

15 years agofix compiler warning: dereferencing type-punned pointer will break strict-aliasing...
Yang Tse [Tue, 7 Oct 2008 18:28:24 +0000 (18:28 +0000)]
fix compiler warning: dereferencing type-punned pointer will break strict-aliasing rules

15 years agooops, counted one of them twice!
Daniel Stenberg [Tue, 7 Oct 2008 18:14:11 +0000 (18:14 +0000)]
oops, counted one of them twice!

15 years agotwo more bindings
Daniel Stenberg [Tue, 7 Oct 2008 18:10:16 +0000 (18:10 +0000)]
two more bindings

15 years agoadjust ICC_windows settings
Yang Tse [Tue, 7 Oct 2008 17:37:25 +0000 (17:37 +0000)]
adjust ICC_windows settings

15 years agofix VAR_STRIP
Yang Tse [Tue, 7 Oct 2008 16:53:46 +0000 (16:53 +0000)]
fix VAR_STRIP

15 years agoSync up with reality
Yang Tse [Tue, 7 Oct 2008 13:34:59 +0000 (13:34 +0000)]
Sync up with reality

15 years agoInitial attempt to support configure's --(dis|en)able-optimize
Yang Tse [Tue, 7 Oct 2008 13:13:34 +0000 (13:13 +0000)]
Initial attempt to support configure's --(dis|en)able-optimize
option to specify dis(activation) of compiler optimizations.

If option is specified, it will be honored independant of the
--(dis|en)able-debug option.

15 years agorevert change introduced in tftpd.c revision 1.44
Yang Tse [Fri, 3 Oct 2008 03:42:44 +0000 (03:42 +0000)]
revert change introduced in tftpd.c revision 1.44

15 years agofix another error introduced in previously mentioned commit
Yang Tse [Fri, 3 Oct 2008 02:25:52 +0000 (02:25 +0000)]
fix another error introduced in previously mentioned commit

15 years agofix error introduced in previous commit
Yang Tse [Fri, 3 Oct 2008 00:35:22 +0000 (00:35 +0000)]
fix error introduced in previous commit

15 years agotake 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork'
Yang Tse [Thu, 2 Oct 2008 22:58:09 +0000 (22:58 +0000)]
take 2 at fixing compiler warning: argument might be clobbered by `longjmp' or `vfork'

15 years agofix compiler warning: dereferencing type-punned pointer will break strict-aliasing...
Yang Tse [Thu, 2 Oct 2008 14:44:18 +0000 (14:44 +0000)]
fix compiler warning: dereferencing type-punned pointer will break strict-aliasing rules

15 years agofix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'
Yang Tse [Thu, 2 Oct 2008 14:42:57 +0000 (14:42 +0000)]
fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'

15 years agofix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'
Yang Tse [Thu, 2 Oct 2008 13:28:10 +0000 (13:28 +0000)]
fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'

15 years agofix comment
Yang Tse [Thu, 2 Oct 2008 04:27:42 +0000 (04:27 +0000)]
fix comment

15 years agodebug option check must be before warnings option check
Yang Tse [Thu, 2 Oct 2008 04:17:36 +0000 (04:17 +0000)]
debug option check must be before warnings option check

15 years agoruntests.pl enables picky compiler warnings unless explicitly disabled
Yang Tse [Thu, 2 Oct 2008 03:59:25 +0000 (03:59 +0000)]
runtests.pl enables picky compiler warnings unless explicitly disabled

15 years agoInitial attempt to support configure's --(dis|en)able-warnings
Yang Tse [Thu, 2 Oct 2008 03:56:55 +0000 (03:56 +0000)]
Initial attempt to support configure's --(dis|en)able-warnings
option to specify dis(activation) of picky compiler warnings.

If option is specified, it will be honored independant of the
--(dis|en)able-debug option.

If option is not specified, it will follow --(dis|en)able-debug
setting, whose default is disabled if not specified.

15 years ago"make clean" now cleans out the docs and tests directories, too.
Dan Fandrich [Wed, 1 Oct 2008 18:29:13 +0000 (18:29 +0000)]
"make clean" now cleans out the docs and tests directories, too.

15 years agoFixed some compiler warnings with gcc
Dan Fandrich [Wed, 1 Oct 2008 17:34:24 +0000 (17:34 +0000)]
Fixed some compiler warnings with gcc

15 years agoremove unnecessary typecast, otherwise triggering compiler warning:
Yang Tse [Tue, 30 Sep 2008 18:59:02 +0000 (18:59 +0000)]
remove unnecessary typecast, otherwise triggering compiler warning:
dereferencing type-punned pointer will break strict-aliasing rules

15 years agoAdded "HTTP proxy" keyword
Dan Fandrich [Tue, 30 Sep 2008 17:18:27 +0000 (17:18 +0000)]
Added "HTTP proxy" keyword

15 years agofix compiler warning: dereferencing type-punned pointer will break strict-aliasing...
Yang Tse [Tue, 30 Sep 2008 17:04:05 +0000 (17:04 +0000)]
fix compiler warning: dereferencing type-punned pointer will break strict-aliasing rules

15 years agofix compiler warning: declaration of 'err' shadows a previous local
Yang Tse [Tue, 30 Sep 2008 15:10:27 +0000 (15:10 +0000)]
fix compiler warning: declaration of 'err' shadows a previous local

15 years agofix compiler warning: function declaration isn't a prototype
Yang Tse [Tue, 30 Sep 2008 15:06:03 +0000 (15:06 +0000)]
fix compiler warning: function declaration isn't a prototype

15 years agoInclude latest parameter definitions in ILE/RPG bindings
Patrick Monnerat [Tue, 30 Sep 2008 14:51:28 +0000 (14:51 +0000)]
Include latest parameter definitions in ILE/RPG bindings

15 years agofix compiler warning: enumerated type mixed with another type
Yang Tse [Tue, 30 Sep 2008 12:50:52 +0000 (12:50 +0000)]
fix compiler warning: enumerated type mixed with another type

15 years agonow compiler warnings are activated for all gcc builds, not only debug ones.
Yang Tse [Tue, 30 Sep 2008 12:39:54 +0000 (12:39 +0000)]
now compiler warnings are activated for all gcc builds, not only debug ones.

15 years ago- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE
Daniel Stenberg [Tue, 30 Sep 2008 09:51:58 +0000 (09:51 +0000)]
- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE
  gets a 550 response back for the cases where a download (or NOBODY) is
  wanted. It still allows a 550 as response if the SIZE is used as part of an
  upload process (like if resuming an upload is requested and the file isn't
  there before the upload). I also modified the FTP test server and a few test
  cases accordingly to match this modified behavior.

15 years agoUse CFLAGS for icc linker options instead of LDFLAGS,
Yang Tse [Tue, 30 Sep 2008 02:59:35 +0000 (02:59 +0000)]
Use CFLAGS for icc linker options instead of LDFLAGS,
otherwise gethostbyname() is not detected.

15 years agoFixed a couple of compile warnings.
Dan Fandrich [Mon, 29 Sep 2008 23:45:43 +0000 (23:45 +0000)]
Fixed a couple of compile warnings.

15 years agoMade the month days table static const
Dan Fandrich [Mon, 29 Sep 2008 23:22:41 +0000 (23:22 +0000)]
Made the month days table static const

15 years agoFixed a compile problem with --disable-proxy
Dan Fandrich [Mon, 29 Sep 2008 22:45:25 +0000 (22:45 +0000)]
Fixed a compile problem with --disable-proxy

15 years agoAdded "HTTP proxy" and "proxytunnel" keywords where applicable
Dan Fandrich [Mon, 29 Sep 2008 22:44:04 +0000 (22:44 +0000)]
Added "HTTP proxy" and "proxytunnel" keywords where applicable

15 years ago177 - "[Patch] Disable proxy support" was applied
Daniel Stenberg [Mon, 29 Sep 2008 21:49:31 +0000 (21:49 +0000)]
177 - "[Patch] Disable proxy support" was applied

15 years agospell!
Daniel Stenberg [Mon, 29 Sep 2008 21:49:10 +0000 (21:49 +0000)]
spell!