summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-02-27wipfran/franwip3Fran Bull1-1/+3
2025-02-27update for start signature changeFran Bull1-1/+1
2025-02-27fix cmd/natc-consensus testsFran Bull1-42/+13
2025-02-27wipFran Bull4-0/+959
2025-02-27add clarifying continueFran Bull1-0/+1
2025-02-27shortenFran Bull1-3/+2
2025-02-27Export functions in authorization fileFran Bull4-26/+26
2025-02-27close the conn, don't leave it openFran Bull2-27/+31
2025-02-27addr -> netip.AddrPortFrom().String()Fran Bull2-23/+23
2025-02-27don't try to http.Error after trying to encode to wFran Bull2-3/+1
2025-02-27change comment styleFran Bull1-23/+21
2025-02-27command mux robustnessFran Bull1-3/+10
2025-02-27badrequest -> methodnotallowedFran Bull1-1/+1
2025-02-27splithostport -> parseaddrportFran Bull1-2/+2
2025-02-27401 -> 403Fran Bull2-3/+3
2025-02-27auth getstatus max 1/sFran Bull1-2/+22
2025-02-27centralize cmd http authFran Bull3-27/+39
2025-02-26unnecessary exportFran Bull1-3/+3
2025-02-26use a views.SliceFran Bull3-12/+11
2025-02-26use a set for authorization, test itFran Bull4-35/+229
2025-02-26comment use of mutexFran Bull1-3/+4
2025-02-26use status code constants, and the right onesFran Bull1-7/+7
2025-02-26no need to deferFran Bull1-1/+1
2025-02-26no need for a blank return at the endFran Bull1-2/+0
2025-02-26use new encoder, not marshalindentFran Bull1-2/+7
2025-02-26only serve debug monitor if asked forFran Bull2-20/+24
2025-02-26log errors don't return to http clientFran Bull1-9/+18
2025-02-26use dnsname instead of strings splitFran Bull1-1/+3
2025-02-26error auth refresh if server not runningFran Bull1-0/+5
2025-02-25make tests pass under -raceFran Bull2-16/+51
2025-02-24missed a direct events accessFran Bull1-1/+1
2025-02-24lint says conn can't be nilFran Bull1-1/+1
2025-02-24configure loggingFran Bull2-10/+23
2025-02-24avoid raceFran Bull1-6/+16
2025-02-24protect nil pointerFran Bull1-0/+3
2025-02-24move package doc to right placeFran Bull1-23/+22
2025-02-24go mod tidyFran Bull2-3/+5
2025-02-21use httpm i guess?Fran Bull1-4/+6
2025-02-21add copyright headersFran Bull5-0/+15
2025-02-21do we need to wait longer?Fran Bull1-1/+1
2025-02-21don't actually need those bits for the interfaceFran Bull1-7/+0
2025-02-21use the error valueFran Bull1-0/+4
2025-02-21fix testFran Bull1-36/+42
2025-02-21allow concurrent usage of authorizationFran Bull1-0/+10
2025-02-21comments, whitespaceFran Bull1-4/+13
2025-02-20to squash: restrict communication to tagged nodesFran Bull7-74/+395
2025-02-20tsconsensus: add a tsconsensus packageFran Bull6-0/+1144
2025-02-20scripts/installer.sh: add SparkyLinux as a Debian derivative (#15076)Erisa A1-0/+6
2025-02-19client/tailscale: fix Client.BuildURL and Client.BuildTailnetURL (#15064)Andrew Lytvynov3-17/+114
2025-02-19go.toolchain.branch: update to Go 1.24 (#15016)Brad Fitzpatrick13-168/+312