summaryrefslogtreecommitdiffhomepage
path: root/ipn/localapi
AgeCommit message (Expand)AuthorFilesLines
2023-09-26wgengine,net,ipn,disco: split up and define different types of MTUVal1-3/+3
2023-09-24ipn/{ipnlocal,localapi}, cli: add debug force-netmap-updateBrad Fitzpatrick1-0/+2
2023-09-22Revert "wgengine,net,ipn,disco: split up and define different types of MTU"Val1-3/+3
2023-09-22wgengine,net,ipn,disco: split up and define different types of MTUVal1-3/+3
2023-09-12ipn/ipnlocal: fix missing controlknobs.Knobs plumbingBrad Fitzpatrick1-0/+7
2023-09-12ipn/localapi, ipn/ipnlocal: add etag support for SetServeConfigMarwan Sulaiman1-3/+18
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick1-1/+1
2023-09-07ipn, ipn/ipnlocal: add Foreground field for ServeConfigMarwan Sulaiman1-30/+0
2023-09-05util/rands: add package with HexString funcBrad Fitzpatrick1-9/+2
2023-09-01cmd/tailscale: combine serve and funnel for debug wip funnel stream model (#9...Tyler Smalley1-0/+4
2023-08-31ipn/ipnlocal: rename LogoutSync to LogoutMaisem Ali1-1/+1
2023-08-28cmd/tailscale, net/portmapper: add --log-http option to "debug portmap"Andrew Dunham1-0/+4
2023-08-23all: replace deprecated ioutil referencesMarwan Sulaiman1-5/+4
2023-08-22cmd/tailscale/cli, ipn/ipnlocal: [funnel] add stream modeMarwan Sulaiman1-0/+26
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick1-2/+2
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-08-14client/tailscale: add LocalClient.IncrementMetric funcSonia Appasamy1-4/+3
2023-08-11cmd/tailscale: add debug commands to break connectionsBrad Fitzpatrick1-1/+4
2023-08-08wgengine,ipn,cmd/tailscale: add size option to ping (#8739)salman aljammaz1-1/+19
2023-08-03go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil...Aaron Klotz1-0/+4
2023-08-02tailcfg,ipn/localapi,client/tailscale: add QueryFeature endpointSonia Appasamy1-0/+61
2023-08-01all: implement lock revoke-keys commandTom DNetto1-0/+101
2023-07-31client/tailscale/apitype: document never-nil property of WhoIsResponseDavid Anderson1-2/+2
2023-07-27ipn: use tstime (#8597)Claire Wang1-5/+7
2023-07-27ipn/{ipnlocal,localapi}: actually renew certs before expiry (#8731)Andrew Lytvynov1-1/+1
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-1/+1
2023-06-27ipn/ipnlocal: validate ping type (#8458)valscale1-1/+1
2023-06-13tka: provide verify-deeplink local API endpoint (#8303)Andrea Gottardo1-0/+30
2023-06-04ipn/localapi: require only read permission for WatchIPNBus (#7798)Dominic Black1-2/+2
2023-04-20all: avoid repeated default interface lookupsMihai Parparita2-5/+8
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-4/+4
2023-04-20ipn/localapi: also verify STUN queries work in 'debug derp'Andrew Dunham1-1/+97
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris1-2/+3
2023-03-22ipn/localapi: add endpoint for adding debug log entriesMihai Parparita1-0/+42
2023-03-10ipn/localapi: flesh out the 'debug derp' checksAndrew Dunham1-13/+130
2023-03-08all: implement preauth-key support with tailnet lockTom DNetto1-0/+35
2023-03-07wgengine/magicsock: track per-endpoint changes in ringbufferAndrew Dunham1-0/+29
2023-03-05ipn/localapi: close portmapper after debugAndrew Dunham1-0/+2
2023-03-04ipn/localapi: fix panic after handler returnsAndrew Dunham1-1/+17
2023-03-04all: use tstest.Replace moreMaisem Ali1-4/+2
2023-03-03ipn,cmd/tailscale: implement resigning nodes on tka key removalTom DNetto1-0/+27
2023-03-03cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLIAndrew Dunham1-0/+132
2023-02-28tsnet: add a LocalAPI listener on loopback, with basic authDavid Crawshaw2-16/+15
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-2/+2
2023-02-07ipn/localapi: print envknobs on bugreportAndrew Dunham1-0/+8
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto1-0/+16
2023-02-03tailcfg, localapi: plumb device token to serverDavid Crawshaw2-0/+67
2023-02-03ipn/localapi: print node IDs, pubkeys, and expiry on bugreportAndrew Dunham1-0/+8
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick2-7/+6