curl-curl/include/curl
Daniel Stenberg 1b24b89cca CURLOPT_RESOLVE: added
CURLOPT_RESOLVE is a new option that sends along a curl_slist with
name:port:address sets that will populate the DNS cache with entries so
that request can be "fooled" to use another host than what otherwise
would've been used. Previously we've encouraged the use of Host: for
that when dealing with HTTP, but this new feature has the added bonus
that it allows the name from the URL to be used for TLS SNI and server
certificate name checks as well.

This is a first change. Surely more will follow to make it decent.
2010-11-08 08:56:21 +01:00
..
.gitignore ignore files generated by 'maketgz' 2010-04-14 17:12:34 +02:00
curl.h CURLOPT_RESOLVE: added 2010-11-08 08:56:21 +01:00
curlbuild.h.cmake CMake fixes for Linux. 2010-03-24 14:07:18 -04:00
curlbuild.h.dist remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlbuild.h.in remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlrules.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlver.h curlver.h: start over at 7.21.3 2010-10-13 00:21:39 +02:00
easy.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
Makefile.am s/CVS/git 2010-03-24 10:45:47 +01:00
mprintf.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
multi.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
stdcheaders.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
typecheck-gcc.h typecheck-gcc: work around gcc upstream bug #32061 2010-08-12 23:56:49 +02:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00