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
Brad Fitzpatrick 5efb0a8bca cmd/tailscale: change formatting of "tailscale status"
* show DNS name over hostname, removing domain's common MagicDNS suffix.
  only show hostname if there's no DNS name.
  but still show shared devices' MagicDNS FQDN.

* remove nerdy low-level details by default: endpoints, DERP relay,
  public key.  They're available in JSON mode still for those who need
  them.

* only show endpoint or DERP relay when it's active with the goal of
  making debugging easier. (so it's easier for users to understand
  what's happening) The asterisks are gone.

* remove Tx/Rx numbers by default for idle peers; only show them when
  there's traffic.

* include peers' owner login names

* add CLI option to not show peers (matching --self=true, --peers= also
  defaults to true)

* sort by DNS/host name, not public key

* reorder columns
3 years ago
..
ipnserver all: annotate log verbosity levels on most egregiously spammy log prints 4 years ago
ipnstate cmd/tailscale: change formatting of "tailscale status" 3 years ago
policy ipn, ipn/policy: filter portlist to a short list of "interesting" ports 4 years ago
backend.go ipn, ipn/ipnserver: add IPN state for server in use, handle explicitly 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
fake_test.go cmd/tailscale/cli: add basic 'down' subcommand 4 years ago
handle.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 3 years ago
local.go cmd/tailscale: change formatting of "tailscale status" 3 years ago
local_test.go Add names to test cases in ipn/local_test.go. 3 years ago
loglines_test.go ipn: close logger at the end of TestLocalLogLines 3 years ago
message.go ipn: debug zero bytes in IPN json messages 4 years ago
message_test.go ipn: add Login backend command for sign-in with token 4 years ago
prefs.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 3 years ago
prefs_clone.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 3 years ago
prefs_test.go wgkey: new package 3 years ago
store.go wgkey: new package 3 years ago
store_test.go Add tstest.PanicOnLog(), and fix various problems detected by this. 4 years ago