]> Cypherpunks repositories - gostls13.git/commit
all: link to https instead of http
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 10 Jul 2015 23:17:11 +0000 (17:17 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 11 Jul 2015 14:36:33 +0000 (14:36 +0000)
commit2ae77376f7ab6f4161944570cb1b3a38ff47c5cd
tree45ae2231b42b5ff87160dece9f61b1e0fb332bca
parentf96fa06d14dfb41d987ae5372084e593ac535b13
all: link to https instead of http

The one in misc/makerelease/makerelease.go is particularly bad and
probably warrants rotating our keys.

I didn't update old weekly notes, and reverted some changes involving
test code for now, since we're late in the Go 1.5 freeze. Otherwise,
the rest are all auto-generated changes, and all manually reviewed.

Change-Id: Ia2753576ab5d64826a167d259f48a2f50508792d
Reviewed-on: https://go-review.googlesource.com/12048
Reviewed-by: Rob Pike <r@golang.org>
107 files changed:
doc/gccgo_install.html
doc/go1.5.html
misc/cgo/test/cflags.go
misc/cgo/test/issue3945.go
misc/cgo/test/issue6997_linux.go
misc/cgo/test/issue7234_test.go
misc/cgo/test/setgid_linux.go
misc/chrome/gophertool/gopher.js
misc/makerelease/makerelease.go
misc/makerelease/windows/installer.wxs
misc/nacl/README
src/archive/zip/testdata/readme.notzip
src/archive/zip/testdata/readme.zip
src/cmd/api/goapi_test.go
src/cmd/cgo/doc.go
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go
src/cmd/compile/internal/big/int_test.go
src/cmd/dist/build.go
src/cmd/go/build.go
src/cmd/go/vcs.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/macho.go
src/cmd/newlink/pclntab.go
src/cmd/vet/rangeloop.go
src/compress/flate/deflate_test.go
src/crypto/rand/util_test.go
src/crypto/tls/conn.go
src/crypto/tls/tls_test.go
src/database/sql/sql.go
src/database/sql/sql_test.go
src/encoding/json/encode.go
src/encoding/json/tagkey_test.go
src/go/types/api.go
src/html/template/clone_test.go
src/image/draw/draw.go
src/image/gif/reader.go
src/image/image.go
src/math/all_test.go
src/math/big/int_test.go
src/mime/multipart/multipart_test.go
src/net/fd_unix.go
src/net/http/client.go
src/net/http/client_test.go
src/net/http/cookie.go
src/net/http/httputil/reverseproxy_test.go
src/net/http/serve_test.go
src/net/http/server.go
src/net/http/transport.go
src/net/http/transport_test.go
src/net/rpc/client_test.go
src/net/tcpsock_posix.go
src/os/exec/exec.go
src/os/exec/exec_test.go
src/os/os_test.go
src/path/filepath/path_test.go
src/race.bash
src/race.bat
src/reflect/makefunc.go
src/reflect/type.go
src/runtime/crash_cgo_test.go
src/runtime/debug/garbage.go
src/runtime/extern.go
src/runtime/heapdump.go
src/runtime/malloc.go
src/runtime/mgc.go
src/runtime/pprof/pprof.go
src/runtime/pprof/trace_test.go
src/runtime/proc1.go
src/runtime/race/doc.go
src/runtime/runtime2.go
src/runtime/stack_test.go
src/runtime/sys_x86.go
src/runtime/trace.go
src/syscall/syscall_unix_test.go
src/testing/testing.go
src/time/time_test.go
test/const4.go
test/const5.go
test/fixedbugs/bug214.go
test/fixedbugs/bug215.go
test/fixedbugs/bug216.go
test/fixedbugs/bug217.go
test/fixedbugs/bug218.go
test/fixedbugs/bug221.go
test/fixedbugs/bug264.go
test/fixedbugs/bug265.go
test/fixedbugs/bug269.go
test/fixedbugs/bug271.go
test/fixedbugs/bug272.go
test/fixedbugs/bug273.go
test/fixedbugs/bug274.go
test/fixedbugs/bug279.go
test/fixedbugs/bug280.go
test/fixedbugs/bug281.go
test/fixedbugs/bug283.go
test/fixedbugs/bug285.go
test/fixedbugs/bug290.go
test/fixedbugs/bug291.go
test/fixedbugs/bug292.go
test/fixedbugs/bug293.go
test/fixedbugs/bug294.go
test/fixedbugs/bug301.go
test/fixedbugs/bug425.go
test/fixedbugs/bug427.go
test/fixedbugs/issue4365.go