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/ipn
Avery Pennarun dbc1f71e5d ipn/message: fix some message encoding problems.
- Reset() was not including a Version field, so was getting rejected;
  the Logout operation no longer happened when the client got disconnected.

- Don't crash if we can't decode 0-byte messages, which I suspect might
  sometimes come through on EOF.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
5 years ago
..
ipnserver all: remove unnecessary trailing newlines in format patterns for consistency 5 years ago
ipnstate cmd/tailscale: add status subcommand 5 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 5 years ago
backend.go ipn: add auth key 5 years ago
doc.go Move Linux client & common packages into a public repo. 5 years ago
e2e_test.go tstest: rename from testy. 5 years ago
fake_test.go cmd/tailscale: add status subcommand 5 years ago
handle.go all: remove unnecessary trailing newlines in format patterns for consistency 5 years ago
local.go ipn: revert part of 18017f7630 5 years ago
message.go ipn/message: fix some message encoding problems. 5 years ago
message_test.go tstest: rename from testy. 5 years ago
prefs.go all: update to wireguard-go API changes 5 years ago
prefs_test.go all: update to wireguard-go API changes 5 years ago
store.go ipn: have NewFileStore try to create directories as needed 5 years ago
store_test.go Introduce a state store to LocalBackend. 5 years ago