1
0
mirror of https://github.com/golang/go synced 2024-11-08 01:26:11 -07:00
go/src/archive/tar
Tim Cooper 161874da2a 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>
2018-06-01 21:52:00 +00:00
..
testdata archive/tar: automatically promote TypeRegA 2018-02-13 18:36:49 +00:00
common.go all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
example_test.go archive/tar: partially revert sparse file support 2017-11-16 16:54:08 +00:00
format.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
reader_test.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
reader.go archive/tar: remove loop label from reader 2018-02-25 21:50:17 +00:00
stat_actime1.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
stat_actime2.go archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles 2017-09-20 22:12:38 +00:00
stat_unix.go archive/tar: populate Devmajor and Devminor in FileInfoHeader on *BSD 2017-09-13 21:02:11 +00:00
strconv_test.go archive/tar: support arbitrary PAX records 2017-08-25 21:57:32 +00:00
strconv.go archive/tar: remove useless type conversions 2017-11-15 15:11:14 +00:00
tar_test.go archive/tar: automatically promote TypeRegA 2018-02-13 18:36:49 +00:00
writer_test.go archive/tar: automatically promote TypeRegA 2018-02-13 18:36:49 +00:00
writer.go all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00