Brad Fitzpatrick

Results 90 issues of Brad Fitzpatrick

We need a Windows auto-updater. Windows updates the slowest of all our platforms: Misc notes copied from internal bug: * It might be opt-in or might be opt-out, and should...

enhancement
OS-windows
L3 Some users
P2 Aggravating
T0 New feature

Personal preference (so it's obvious it's not a bool flag), but it also matches the --state= before it. Bonus: stop allowing PORT to sneak in extra flags to be passed...

(for an upcoming change where I wanted to easily distinguish these two)

``` type OSConfig struct { // Hosts is a map of DNS FQDNs to their IPs, which should be added to the // OS's hosts file. Currently, (2022-08-12) it is...

Currently, active peers heartbeat with each other every 2 seconds. (@danderson and I had discussed this and considered several options; the overall constraint is we want to only ever be...

L5 All users
P2 Aggravating
T3 Performance/Debugging

[we have copies of this bug scattered about as comments on other bugs, so creating one tracking bug] On Linux, when Tailscale is running in a container, we should ask...

OS-linux
T5 Usability
containers

LookupCNAME is pretty weird right now. Despite the name, it entirely ignores CNAME records on Unix. It launches `A` and `AAAA` record lookups to recursive resolvers and returns the first...

Documentation
OS-Windows
Proposal
Proposal-Accepted
Proposal-FinalCommentPeriod

We just got a bug report from a user that `AllThreadsSyscall6` (via a call to `syscall.Setuid` without cgo) crashed. Does AllThreadsSyscall not work on mipsle? Go 1.19.2 `GOARCH=mipsle` (https://openwrt.org/toh/hwdata/gehua/gehua_ghl-r-001) `CGO_ENABLED=0`...

ExpertNeeded
NeedsInvestigation
arch-mips
compiler/runtime

We'd like to start exploring getting netaddr into the Go standard library. As part of that, I started looking whose code might not be able to get upstream into Go....

I keep find myself wanting a netaddr CLI tool.