You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd/derper
Joe Tsai 9a05cdd2b5
syncs: add Map (#6260)
Map is a concurrent safe map that is a trivial wrapper
over a Go map and a sync.RWMutex.

It is optimized for use-cases where the entries change often,
which is the opposite use-case of what sync.Map is optimized for.

The API is patterned off of sync.Map, but made generic.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
bootstrap_dns.go cmd/derper: add support for unpublished bootstrap DNS entries (#5529) 2 years ago
bootstrap_dns_test.go cmd/derper: add support for unpublished bootstrap DNS entries (#5529) 2 years ago
cert.go cmd/derper: fix data race & server panic in manual cert mode 2 years ago
depaware.txt syncs: add Map (#6260) 2 years ago
derper.go cmd/derper, net/netcheck: add challenge/response to generate_204 endpoint 2 years ago
derper_test.go net/netcheck: don't use a space in the captive portal challenge 2 years ago
mesh.go derp: use new node key type. 3 years ago
websocket.go net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.Conn 2 years ago