URLs: Change more haxx.se URLs from http: to https:

This commit is contained in:
Dan Fandrich 2016-02-03 01:45:21 +01:00
parent 493f54c6c0
commit 093f9cd38d
14 changed files with 14 additions and 14 deletions

View File

@ -13,7 +13,7 @@ This release includes the following bugfixes:
o cmake: fixed when OpenSSL enabled on Windows and schannel detected [2] o cmake: fixed when OpenSSL enabled on Windows and schannel detected [2]
o curl.1: Explain remote-name behavior if file already exists o curl.1: Explain remote-name behavior if file already exists
o tool_operate: Don't sanitize --output path (Windows) [3] o tool_operate: Don't sanitize --output path (Windows) [3]
o URLs: change all http:// URLs to https:// o URLs: change all http:// URLs to https:// in documentation & comments
This release includes the following known bugs: This release includes the following known bugs:

View File

@ -319,7 +319,7 @@ FAQ
In May 2012 Daniel did a counting game and came up with a number that may In May 2012 Daniel did a counting game and came up with a number that may
be completely wrong or somewhat accurate. Over 500 million! be completely wrong or somewhat accurate. Over 500 million!
See http://daniel.haxx.se/blog/2012/05/16/300m-users/ See https://daniel.haxx.se/blog/2012/05/16/300m-users/
1.11 Why don't you update ca-bundle.crt 1.11 Why don't you update ca-bundle.crt

View File

@ -2,7 +2,7 @@ HTTP/2 with curl
================ ================
[HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt) [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
[http2 explained](http://daniel.haxx.se/http2/) [http2 explained](https://daniel.haxx.se/http2/)
Build prerequisites Build prerequisites
------------------- -------------------

View File

@ -73,7 +73,7 @@ libressl http://www.libressl.org/
(May be used for SSL/TLS support) As an OpenSSL fork, it has the same (May be used for SSL/TLS support) As an OpenSSL fork, it has the same
license as that. license as that.
c-ares http://daniel.haxx.se/projects/c-ares/license.html c-ares https://daniel.haxx.se/projects/c-ares/license.html
(Used for asynchronous name resolves) Uses an MIT license that is very (Used for asynchronous name resolves) Uses an MIT license that is very
liberal and imposes no restrictions on any other library or part you liberal and imposes no restrictions on any other library or part you

View File

@ -27,7 +27,7 @@
* https://curl.haxx.se/libcurl/ * https://curl.haxx.se/libcurl/
* *
* curl-library mailing list subscription and unsubscription web interface: * curl-library mailing list subscription and unsubscription web interface:
* http://cool.haxx.se/mailman/listinfo/curl-library/ * https://cool.haxx.se/mailman/listinfo/curl-library/
*/ */
#include "curlver.h" /* libcurl version defines */ #include "curlver.h" /* libcurl version defines */

View File

@ -35,7 +35,7 @@
* *
* If you think that something actually needs to be changed, adjusted * If you think that something actually needs to be changed, adjusted
* or fixed in this file, then, report it on the libcurl development * or fixed in this file, then, report it on the libcurl development
* mailing list: http://cool.haxx.se/mailman/listinfo/curl-library/ * mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
* *
* This header file shall only export symbols which are 'curl' or 'CURL' * This header file shall only export symbols which are 'curl' or 'CURL'
* prefixed, otherwise public name space would be polluted. * prefixed, otherwise public name space would be polluted.

View File

@ -49,7 +49,7 @@
* *
* If you think that something actually needs to be changed, adjusted * If you think that something actually needs to be changed, adjusted
* or fixed in this file, then, report it on the libcurl development * or fixed in this file, then, report it on the libcurl development
* mailing list: http://cool.haxx.se/mailman/listinfo/curl-library/ * mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
* *
* Try to keep one section per platform, compiler and architecture, * Try to keep one section per platform, compiler and architecture,
* otherwise, if an existing section is reused for a different one and * otherwise, if an existing section is reused for a different one and

View File

@ -35,7 +35,7 @@
* *
* If you think that something actually needs to be changed, adjusted * If you think that something actually needs to be changed, adjusted
* or fixed in this file, then, report it on the libcurl development * or fixed in this file, then, report it on the libcurl development
* mailing list: http://cool.haxx.se/mailman/listinfo/curl-library/ * mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
* *
* This header file shall only export symbols which are 'curl' or 'CURL' * This header file shall only export symbols which are 'curl' or 'CURL'
* prefixed, otherwise public name space would be polluted. * prefixed, otherwise public name space would be polluted.

View File

@ -47,7 +47,7 @@
* library is properly built and used. * library is properly built and used.
* *
* You can find further help on the libcurl development mailing list: * You can find further help on the libcurl development mailing list:
* http://cool.haxx.se/mailman/listinfo/curl-library/ * https://cool.haxx.se/mailman/listinfo/curl-library/
* *
* NOTE 2 * NOTE 2
* ------ * ------

View File

@ -4,7 +4,7 @@
LIBRARY LIBCURL LIBRARY LIBCURL
;DESCRIPTION 'curl libcurl - http://curl.haxx.se' ;DESCRIPTION 'curl libcurl - https://curl.haxx.se'
EXPORTS EXPORTS
curl_easy_cleanup @ 1 ; curl_easy_cleanup @ 1 ;

View File

@ -32,7 +32,7 @@
* *
* If you ever want truly portable and good *printf() clones, the project that * If you ever want truly portable and good *printf() clones, the project that
* took on from here is named 'Trio' and you find more details on the trio web * took on from here is named 'Trio' and you find more details on the trio web
* page at http://daniel.haxx.se/trio/ * page at https://daniel.haxx.se/trio/
*/ */
#include "curl_setup.h" #include "curl_setup.h"

View File

@ -94,7 +94,7 @@ char Curl_raw_toupper(char in)
/* /*
* Curl_raw_equal() is for doing "raw" case insensitive strings. This is meant * Curl_raw_equal() is for doing "raw" case insensitive strings. This is meant
* to be locale independent and only compare strings we know are safe for * to be locale independent and only compare strings we know are safe for
* this. See http://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for * this. See https://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
* some further explanation to why this function is necessary. * some further explanation to why this function is necessary.
* *
* The function is capable of comparing a-z case insensitively even for * The function is capable of comparing a-z case insensitively even for

View File

@ -66,7 +66,7 @@ AC_DEFUN([CURL_CHECK_COMPILER], [
*** ***
*** If you wish to help the cURL project to better support your compiler *** If you wish to help the cURL project to better support your compiler
*** you can report this and the required info on the libcurl development *** you can report this and the required info on the libcurl development
*** mailing list: http://cool.haxx.se/mailman/listinfo/curl-library/ *** mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
*** ***
_EOF _EOF
fi fi

View File

@ -36,7 +36,7 @@ time that this document was written.
[gnv.common_src]curl_*_original_src.bck is the original source of the curl kit [gnv.common_src]curl_*_original_src.bck is the original source of the curl kit
as provided by the curl project. [gnv.vms_src]curl-*_vms_src.bck, if present, as provided by the curl project. [gnv.vms_src]curl-*_vms_src.bck, if present,
has the OpenVMS specific files that are used for building that are not yet in has the OpenVMS specific files that are used for building that are not yet in
the curl source kits for that release distributed http://curl.haxx.se the curl source kits for that release distributed https://curl.haxx.se
These backup savesets should be restored to different directory trees on These backup savesets should be restored to different directory trees on
an ODS-5 volume(s) which are referenced by concealed rooted logical names. an ODS-5 volume(s) which are referenced by concealed rooted logical names.