8000 Tags · tailscale/go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tailscale/go

Tags

build-1cd3bf1a6eaf559aa8c00e749289559c884cef09

Toggle build-1cd3bf1a6eaf559aa8c00e749289559c884cef09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #127 from tailscale/update-go1.24.4

Update go1.24.4

6796ebb (tag: go1.24.4, go/release-branch.go1.24) [release-branch.go1.24] go1.24.4
85897ca [release-branch.go1.24] net/http: strip sensitive proxy headers from redirect requests
9f9cf28 [release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_EXCL
a31c931 [release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol regardless of size
03811ab [release-branch.go1.24] crypto/x509: decouple key usage and policy validation
04a9473 [release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0
db8f1dc [release-branch.go1.24] hash/maphash: hash channels in purego version of maphash.Comparable
664cf83 [release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting

build-98e8c99c256a5aeaa13725d2e43fdd7f465ba200

Toggle build-98e8c99c256a5aeaa13725d2e43fdd7f465ba200's commit message

Verified

This commit was signed with the committer’s verified signature.
awly Andrew Lytvynov
Merge remote-tracking branch 'go/release-branch.go1.24' into update-g…

…o1.24.3

build-ee5b4d79bf3aae08e7384da40b1a5cfc05e262bf

Toggle build-ee5b4d79bf3aae08e7384da40b1a5cfc05e262bf's commit message
[tailscale] os: disable pidfd on Android again

Updates tailscale/tailscale#13452
Updates golang#70508

Signed-off-by: kari-ts <kari@tailscale.com>

build-a79493bbc039dc9fa28f643d049fe4ed906f9224

Toggle build-a79493bbc039dc9fa28f643d049fe4ed906f9224's commit message
Revert "[tailscale] os: disable pidfd on Android again"

This reverts commit ee5b4d7.

build-982da8f24fa0504f2214f24b0d68b2febd5983f8

Toggle build-982da8f24fa0504f2214f24b0d68b2febd5983f8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #125 from tailscale/kari/disablepidfd

[tailscale] os: disable pidfd on Android again

build-16b6e4fd15c59336156cdbc977de1745ad094f2d

Toggle build-16b6e4fd15c59336156cdbc977de1745ad094f2d's commit message
Go 1.24.2

Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go into tailscale.go1.24

build-11baf722ae44d8641cb16f7397a672ea4e041f80

Toggle build-11baf722ae44d8641cb16f7397a672ea4e041f80's commit message
runtime: fix plan9 monotonic time, crypto randomness

Open /dev/bintime at process start on Plan 9,
marked close-on-exec, hold it open for the duration of the
process, and use it for obtaining time.

The change to using /dev/bintime also sets up for an upcoming
Plan 9 change to add monotonic time to that file. If the monotonic
field is available, then nanotime1 and time.now use that field.
Otherwise they fall back to using Unix nanoseconds as "monotonic",
as they always have.

Before this CL, monotonic time went backward any time
aux/timesync decided to adjust the system's time-of-day backward.

Also use /dev/random for randomness (once at startup).
Before this CL, there was no real randomness in the runtime
on Plan 9 (the crypto/rand package still had some). Now there will be.

Change-Id: I0c20ae79d3d96eff1a5f839a56cec5c4bc517e61
Reviewed-on: https://go-review.googlesource.com/c/go/+/656755
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Bypass: Russ Cox <rsc@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
(cherry picked from commit 4c32b1c)

build-f98f64038ad2018277bc003da1c63838547e8bdd

Toggle build-f98f64038ad2018277bc003da1c63838547e8bdd's commit message
Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go

build-6d2c4a8a02622fa352b18ca1584662224ebb3a25

Toggle build-6d2c4a8a02622fa352b18ca1584662224ebb3a25's commit message
net: deflake recently added TestCloseUnblocksReadUDP

Fixes golang#72802

Change-Id: I0dd457ef81a354f61c9de306e4609efdbe3d69b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/656857
Auto-Submit: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Brad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit 485480f)

build-da631e22dcc0589eb1f587218c0efaf545fba3c9

Toggle build-da631e22dcc0589eb1f587218c0efaf545fba3c9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #123 from tailscale/mpminardi/disable-github-app-u…

…sage

.github/workflows: remove usage of GitHub application
0