Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Julie Qiu a56ae9428e all: add or change GoDoc badge to pkg.go.dev with update-readmes.go
update-readmes.go is updated to add a pkg.go.dev badge instead of a
godoc.org badge.

The GoDoc badge is added or changed in all READMEs by running
update-readmes.go

For golang/go#42251

Change-Id: I0c49df26a6c695f938c98c9a7b26325d991b3cfb
Reviewed-on: https://go-review.googlesource.com/c/build/+/276032
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-12-15 04:52:31 +00:00
Brad Fitzpatrick 73f88a6d4c all: add README.md files where missing, and tool to keep them updated
Change-Id: I385171c415bf168c04c6c3a7a996bff88964af84
Reviewed-on: https://go-review.googlesource.com/52856
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2017-08-02 22:17:52 +00:00
Brad Fitzpatrick 8cae5b4709 pargzip: remove outdated package doc sentence
We stopped using the system gzip some time ago
and removed the option in golang.org/cl/29432

Change-Id: I6f41af16357a5b29bbf337c4820409c78a75fff8
Reviewed-on: https://go-review.googlesource.com/36907
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-02-13 16:15:03 +00:00
Brad Fitzpatrick 1328235222 pargzip: remove Writer.UseSystemGzip
Go's gzip is faster than using a child process nowadays.

Also, this wasn't safe on Windows. The Windows buildlets hadn't been
deployed in over a year. When I deployed a new version (which included
the pargzip package), they started failing to gzip snapshots, breaking
test sharding. Trybots succeeded, but only after ~970 seconds, running
all the tests on the original make.bat machine.

Change-Id: I1d144b82e40285fee0b3019a27ee0ce2f3844d5a
Reviewed-on: https://go-review.googlesource.com/29432
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2016-09-20 14:39:44 +00:00
Brad Fitzpatrick 953211a3e3 pargzip: fix blocked goroutine on write error
Change-Id: Ifdcc24ef0e04b855882dc21b31182d6492bc54c6
Reviewed-on: https://go-review.googlesource.com/14730
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-09-18 01:35:35 +00:00
Brad Fitzpatrick 1f0d8f287c all: tons of builder work
* reverse buildlet rework (multiplexed TCP connections, instead
  of a hacky reverse roundtripper)

* scaleway ARM image improvements

* parallel gzip implementation, which makes things ~8x faster on
  Scaleway.

* merge watcher into the coordinator, for easier deployments

Change-Id: I55d769f982e6583b261435309faa1f718a15fde1
Reviewed-on: https://go-review.googlesource.com/12665
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-09-15 08:28:33 +00:00