| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-05 | tsweb: rename Handler to ReturnHandler | Brad Fitzpatrick | 1 | -1/+1 | |
| The name's been bugging me for a long time. I liked neither the overlap between tsweb.Handler and http.Handler, nor the name "ServeHTTPErr" which sounds like it's an error being returned, like it's an error handler and not sometimes a happy path. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> | |||||
| 2020-04-01 | cmd/microproxy: adjust to export node stats and a Go expvar server's stats. | David Anderson | 1 | -5/+50 | |
| This is a temporary specialization to what tailscale prod needs right now, it'll go back to something more generic later. | |||||
| 2020-03-31 | cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs. | David Anderson | 1 | -0/+130 | |
