]> granicus.if.org Git - curl/commit
- Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2008 21:55:26 +0000 (21:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jul 2008 21:55:26 +0000 (21:55 +0000)
commit5aed78e183e843a6935679d3ebdafd0c10b41114
tree5f9426759bda1e85565fd5dce82d6a60be8f6892
parent011e5dd86447ffc8eb2e491020cbe5a3f4cd071b
- Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL
  parser to allow numerical IPv6-addresses to be specified with the scope
  given, as per RFC4007 - with a percent letter that itself needs to be URL
  escaped. For example, for an address of fe80::1234%1 the HTTP URL is:
  "http://[fe80::1234%251]/"
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/connect.c
lib/url.c
lib/urldata.h