summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper
AgeCommit message (Expand)AuthorFilesLines
2025-04-28tsweb/varz: export GC CPU fraction gaugeJames Tucker1-1/+1
2025-04-16net/netmon: publish events to event busDavid Anderson1-1/+2
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-0/+1
2025-03-18tsweb: split promvarz into an optional dependencyDavid Anderson2-6/+10
2025-03-07cmd/derper, derp/derphttp: support, generate self-signed IP address certsBrad Fitzpatrick2-1/+174
2025-03-04cmd/derper: add --home flag to control home page behaviorBrad Fitzpatrick1-13/+39
2025-02-25cmd/derper: add --socket flag to change unix socket path to tailscaledBrad Fitzpatrick1-0/+4
2025-02-19go.toolchain.branch: update to Go 1.24 (#15016)Brad Fitzpatrick1-28/+54
2025-02-19various: disable MPTCP when setting TCP_USER_TIMEOUT sockopt (#15063)Andrew Lytvynov1-0/+3
2025-02-06cmd/derper: support no mesh key (#14931)Mike O'Driscoll1-0/+2
2025-02-06cmd/derper: close setec after use (#14929)Mike O'Driscoll1-0/+1
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-1/+1
2025-02-05client,localclient: move localclient.go to client/local packagePercy Wegmann1-13/+14
2025-02-05cmd/derper: remove logging of mesh key (#14915)Mike O'Driscoll1-1/+2
2025-02-05cmd/derper: add setec secret support (#14890)Mike O'Driscoll3-7/+109
2025-01-26go.mod: bump depaware, add --internal flag to stop hiding internal packagesBrad Fitzpatrick1-0/+59
2025-01-24cmd/derper,derp: make TCP write timeout configurablePercy Wegmann1-0/+3
2025-01-21ipn/ipnlocal: also use LetsEncrypt-baked-in roots for cert validationBrad Fitzpatrick1-0/+1
2025-01-17go.{mod,sum},cmd/{k8s-operator,derper,stund}/depaware.txt: bump kube deps (#1...Irbe Krumina1-2/+2
2025-01-15atomicfile: use ReplaceFile on Windows so that attributes and ACLs are preservedAaron Klotz1-1/+1
2025-01-15cmd/derper: support explicit configuration of mesh dial hostsPercy Wegmann2-31/+28
2025-01-14go.mod: bump mdlayher/netlink and u-root/uio to use Go 1.21 NativeEndianBrad Fitzpatrick1-2/+1
2025-01-07cmd/derper: improve logging on derp mesh connectJames Tucker1-3/+7
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-6/+6
2024-12-05cmd/derper: allow absent SNI when using manual certs and IP literal for hostnameBrad Fitzpatrick4-7/+108
2024-11-20tsweb: change RequestID format to have a date in itBrad Fitzpatrick2-4/+3
2024-11-07derp/derphttp: don't link websockets other than on GOOS=jsBrad Fitzpatrick1-1/+1
2024-11-06cmd/derper: show more information on home pagePercy Wegmann3-19/+92
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-1/+2
2024-10-25util/syspolicy, ipn/ipnlocal: update syspolicy package to utilize syspolicy/rsopNick Khyl1-5/+10
2024-10-19net/tlsdial: call out firewalls blocking Tailscale in health warnings (#13840)Andrea Gottardo1-0/+1
2024-10-08util/syspolicy, ipn: add "tailscale debug component-logs" supportNick Khyl1-1/+2
2024-09-24cli: add `tailscale dns query` (#13368)Andrea Gottardo1-1/+1
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-1/+1
2024-09-08kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware....Irbe Krumina1-1/+1
2024-09-08cmd/k8s-operator,kube: set app name for Kubernetes Operator proxies (#13410)Irbe Krumina1-0/+1
2024-08-27usermetric: add initial user-facing metricsKristoffer Dalby1-0/+1
2024-08-27tsweb/varz: remove pprofKristoffer Dalby1-1/+1
2024-08-22go.mod: update to github.com/tailscale/netlink library that doesn't require v...Percy Wegmann1-1/+1
2024-08-22all: switch to and require Go 1.23Brad Fitzpatrick1-2/+5
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry2-5/+5
2024-08-12util/syspolicy/setting: add package that contains types for the next syspolic...Nick Khyl1-1/+6
2024-08-06cmd/derper: move 204 handler from package main to derphttpBrad Fitzpatrick2-31/+7
2024-07-08types/opt: add generic Value[T any] for optional values of any typesNick Khyl1-0/+6
2024-06-26cmd/derper: clarify that derper and tailscaled need to be in syncBrad Fitzpatrick1-1/+3
2024-06-26cmd/derper: link to various derper docs in more placesBrad Fitzpatrick1-4/+15
2024-06-26cmd/derper: add some DERP diagnostics pointersJames Tucker1-4/+37
2024-06-25derp: make RunConnectionLoop funcs take Messages, support PeerPresentFlagsBrad Fitzpatrick1-4/+2
2024-06-24net/netns: add Windows support for bind-to-interface-by-routeAaron Klotz1-2/+2
2024-06-24cmd/derper: add debug endpoint to adjust mutex profiling rateBrad Fitzpatrick1-0/+30