]> Cypherpunks.ru repositories - gostls13.git/commit
all: update comment URLs from HTTP to HTTPS, where possible
authorTim Cooper <tim.cooper@layeh.com>
Fri, 1 Jun 2018 20:29:59 +0000 (17:29 -0300)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Jun 2018 21:52:00 +0000 (21:52 +0000)
commit161874da2ab6d5372043a1f3938a81a19d1165ad
tree6662b46b3a1216501e2d37d71f3521e049e87b79
parent7cb1810fe8117d4c5112ecea7a65f28f03009ef7
all: update comment URLs from HTTP to HTTPS, where possible

Each URL was manually verified to ensure it did not serve up incorrect
content.

Change-Id: I4dc846227af95a73ee9a3074d0c379ff0fa955df
Reviewed-on: https://go-review.googlesource.com/115798
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
130 files changed:
src/archive/tar/format.go
src/archive/zip/struct.go
src/cmd/cgo/out.go
src/cmd/compile/internal/gc/phi.go
src/cmd/compile/internal/ssa/sparsemap.go
src/cmd/compile/internal/ssa/sparseset.go
src/cmd/dist/sys_windows.go
src/cmd/go/go_test.go
src/cmd/internal/obj/s390x/a.out.go
src/cmd/link/internal/amd64/asm.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/macho.go
src/cmd/link/internal/ld/pe.go
src/cmd/link/internal/loadelf/ldelf.go
src/cmd/link/internal/wasm/asm.go
src/compress/bzip2/bzip2.go
src/compress/flate/deflate.go
src/compress/lzw/reader_test.go
src/compress/zlib/reader_test.go
src/crypto/aes/aes_test.go
src/crypto/aes/block.go
src/crypto/aes/const.go
src/crypto/cipher/cfb_test.go
src/crypto/cipher/cipher.go
src/crypto/cipher/gcm.go
src/crypto/ecdsa/ecdsa_test.go
src/crypto/elliptic/elliptic.go
src/crypto/elliptic/p224.go
src/crypto/elliptic/p256.go
src/crypto/elliptic/p256_amd64.go
src/crypto/elliptic/p256_asm_amd64.s
src/crypto/elliptic/p256_asm_s390x.s
src/crypto/hmac/hmac.go
src/crypto/hmac/hmac_test.go
src/crypto/rc4/rc4_test.go
src/crypto/rsa/rsa.go
src/crypto/sha256/sha256block_386.s
src/crypto/sha256/sha256block_amd64.s
src/crypto/sha256/sha256block_ppc64le.s
src/crypto/sha512/sha512block_amd64.s
src/crypto/sha512/sha512block_ppc64le.s
src/crypto/tls/common.go
src/crypto/tls/conn.go
src/crypto/tls/handshake_messages.go
src/crypto/tls/key_agreement.go
src/crypto/tls/prf.go
src/crypto/x509/pkix/pkix.go
src/crypto/x509/sha2_windows_test.go
src/encoding/json/decode.go
src/encoding/json/number_test.go
src/encoding/xml/xml.go
src/hash/crc32/crc32.go
src/hash/crc32/crc32_amd64.s
src/hash/crc64/crc64.go
src/html/template/attr.go
src/html/template/content.go
src/html/template/context.go
src/html/template/css.go
src/html/template/escape.go
src/html/template/html.go
src/html/template/js.go
src/html/template/js_test.go
src/html/template/transition.go
src/image/color/palette/gen.go
src/image/color/palette/palette.go
src/image/color/ycbcr.go
src/image/gif/reader.go
src/image/jpeg/reader.go
src/image/png/reader.go
src/internal/poll/fd_windows.go
src/math/all_test.go
src/math/big/float.go
src/math/big/float_test.go
src/math/big/floatconv_test.go
src/math/big/prime.go
src/math/big/prime_test.go
src/math/big/ratconv_test.go
src/math/cmplx/cmath_test.go
src/math/erfinv.go
src/math/exp_amd64.s
src/math/rand/exp.go
src/mime/multipart/multipart.go
src/mime/quotedprintable/writer_test.go
src/net/conf.go
src/net/conf_test.go
src/net/dnsconfig_unix.go
src/net/http/cgi/child.go
src/net/http/client.go
src/net/http/cookie.go
src/net/http/httputil/reverseproxy.go
src/net/http/server.go
src/net/http/sniff.go
src/net/http/transport.go
src/net/tcpsock_posix.go
src/net/textproto/reader.go
src/net/textproto/reader_test.go
src/os/env_test.go
src/os/file_unix.go
src/os/sys_unix.go
src/regexp/exec.go
src/regexp/regexp.go
src/regexp/syntax/compile.go
src/runtime/defs3_linux.go
src/runtime/internal/atomic/sys_linux_arm.s
src/runtime/memmove_amd64.s
src/runtime/mgclarge.go
src/runtime/proc.go
src/runtime/race/output_test.go
src/runtime/race_amd64.s
src/runtime/sema.go
src/runtime/stubs.go
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/vdso_linux.go
src/runtime/vlop_arm_test.go
src/sort/sort_test.go
src/strconv/atof_test.go
src/strconv/extfloat.go
src/strconv/ftoa_test.go
src/strings/search.go
src/strings/search_test.go
src/syscall/env_windows.go
src/syscall/exec_windows.go
src/syscall/route_freebsd_32bit.go
src/syscall/security_windows.go
src/syscall/types_windows.go
src/time/zoneinfo_read.go
src/time/zoneinfo_unix.go
src/unicode/maketables.go
src/unicode/utf16/utf16_test.go