URLs: Change more haxx.se URLs from http: to https:
This commit is contained in:
Родитель
493f54c6c0
Коммит
093f9cd38d
|
@ -13,7 +13,7 @@ This release includes the following bugfixes:
|
|||
o cmake: fixed when OpenSSL enabled on Windows and schannel detected [2]
|
||||
o curl.1: Explain remote-name behavior if file already exists
|
||||
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:
|
||||
|
||||
|
|
2
docs/FAQ
2
docs/FAQ
|
@ -319,7 +319,7 @@ FAQ
|
|||
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!
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ HTTP/2 with curl
|
|||
================
|
||||
|
||||
[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
|
||||
-------------------
|
||||
|
|
|
@ -73,7 +73,7 @@ libressl http://www.libressl.org/
|
|||
(May be used for SSL/TLS support) As an OpenSSL fork, it has the same
|
||||
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
|
||||
liberal and imposes no restrictions on any other library or part you
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* https://curl.haxx.se/libcurl/
|
||||
*
|
||||
* 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 */
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
*
|
||||
* If you think that something actually needs to be changed, adjusted
|
||||
* 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'
|
||||
* prefixed, otherwise public name space would be polluted.
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
*
|
||||
* If you think that something actually needs to be changed, adjusted
|
||||
* 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,
|
||||
* otherwise, if an existing section is reused for a different one and
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
*
|
||||
* If you think that something actually needs to be changed, adjusted
|
||||
* 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'
|
||||
* prefixed, otherwise public name space would be polluted.
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
* library is properly built and used.
|
||||
*
|
||||
* 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
|
||||
* ------
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
LIBRARY LIBCURL
|
||||
|
||||
;DESCRIPTION 'curl libcurl - http://curl.haxx.se'
|
||||
;DESCRIPTION 'curl libcurl - https://curl.haxx.se'
|
||||
|
||||
EXPORTS
|
||||
curl_easy_cleanup @ 1 ;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
*
|
||||
* 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
|
||||
* page at http://daniel.haxx.se/trio/
|
||||
* page at https://daniel.haxx.se/trio/
|
||||
*/
|
||||
|
||||
#include "curl_setup.h"
|
||||
|
|
|
@ -94,7 +94,7 @@ char Curl_raw_toupper(char in)
|
|||
/*
|
||||
* 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
|
||||
* 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.
|
||||
*
|
||||
* The function is capable of comparing a-z case insensitively even for
|
||||
|
|
|
@ -66,7 +66,7 @@ AC_DEFUN([CURL_CHECK_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
|
||||
*** mailing list: http://cool.haxx.se/mailman/listinfo/curl-library/
|
||||
*** mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
|
||||
***
|
||||
_EOF
|
||||
fi
|
||||
|
|
|
@ -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
|
||||
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
|
||||
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
|
||||
an ODS-5 volume(s) which are referenced by concealed rooted logical names.
|
||||
|
|
Загрузка…
Ссылка в новой задаче