summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper
AgeCommit message (Expand)AuthorFilesLines
2023-05-03go.mod: bump all deps possible that don't break the buildBrad Fitzpatrick1-2/+3
2023-04-26cmd/derper: disable http2Kyle Carberry1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+1
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-2/+3
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov1-2/+4
2023-04-11tsweb: expose native Prometheus metrics in /debug/varzAnton Tolchanov1-0/+45
2023-04-04derp,magicsock: add debug envknobs for HTTP and derp server name (#7744)valscale1-2/+2
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham1-1/+1
2023-03-24derp, derphttp, magicsock: send new unknown peer frame when destination is un...valscale1-1/+1
2023-03-04all: use tstest.Replace moreMaisem Ali1-5/+3
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham2-2/+3
2023-03-03net/sockstats: remove explicit dependency on wgengine/monitorMihai Parparita1-3/+2
2023-03-02cmd/derper: randomize IPs on refreshBootstrapDNS (#7440)shayne1-0/+8
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-2/+4
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson1-0/+1
2023-02-10net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita1-1/+1
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-1/+1
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham1-0/+3
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick2-4/+3
2023-02-01fixup! util/vizerror: add new package for visible errorsWill Norris1-0/+1
2023-01-27all: update copyright and license headersWill Norris7-21/+14
2023-01-26util/httpm: add new package for prettier HTTP method constantsBrad Fitzpatrick1-0/+1
2023-01-23ipn/ipnstate: add PeerStatus.KeyExpiry for tailscale status --jsonBrad Fitzpatrick1-1/+1
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-2/+1
2022-12-05net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices)Brad Fitzpatrick1-1/+1
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-0/+1
2022-11-30all: use named pipes on windowsMaisem Ali1-0/+3
2022-11-28ipn/ipnauth, util/winutil: add temporary LookupPseudoUser workaround to addre...Aaron Klotz1-0/+1
2022-11-21all: use strs.CutPrefix and strs.CutSuffix moreMihai Parparita2-3/+3
2022-11-13cmd/tailscale/cli: [set] handle selectively modifying routes/exit nodeMaisem Ali1-0/+2
2022-11-10syncs: add Map (#6260)Joe Tsai1-0/+1
2022-11-08net/netcheck: don't use a space in the captive portal challengeAndrew Dunham1-0/+5
2022-11-05util/dirwalk, metrics, portlist: add new package for fast directory walkingBrad Fitzpatrick1-1/+2
2022-11-03net/tshttpproxy: add clientmetrics on Windows proxy lookup pathsBrad Fitzpatrick1-0/+1
2022-11-01types/pad32: delete packageBrad Fitzpatrick1-1/+0
2022-10-19cmd/derper, net/netcheck: add challenge/response to generate_204 endpointAndrew Dunham2-0/+77
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita2-1/+3
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-28cmd/tailscaled, util/winutil: log Windows service diagnostics when the wintun...Aaron Klotz1-0/+2
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-1/+1
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-09-15cmd/derper, control/controlhttp: disable WebSocket compressionMihai Parparita1-0/+6
2022-09-12cmd/derper: add /generate_204 endpoint (#5601)Andrew Dunham1-1/+10
2022-09-09cmd/derper: add robots.txt to disallow allBrad Fitzpatrick1-0/+3
2022-09-07cmd/derper: filter out useless HTTP error logs (#5563)Andrew Dunham1-2/+25
2022-09-03cmd/derper: add flag to run derper in bootstrap-dns-only modeBrad Fitzpatrick1-3/+13
2022-09-02cmd/derper: add support for unpublished bootstrap DNS entries (#5529)Andrew Dunham3-21/+206
2022-08-22client,cmd/tailscale,ipn,tka,types: implement tka initialization flowTom DNetto1-1/+10
2022-08-22control/controlclient,tailcfg: [capver 40] create KeySignature field in tailc...Tom DNetto1-1/+1
2022-08-15net/stun: convert to use net/netip.AddrPortKris Brandow1-1/+3