summaryrefslogtreecommitdiffhomepage
path: root/ipn
AgeCommit message (Expand)AuthorFilesLines
2024-08-14ipn/localapi: only flush relevant data in multiFilePostResponseWriter.Flush()Percy Wegmann1-4/+11
2024-08-14cmd/tailscale/cli: support passing network lock keys via filesBrad Fitzpatrick1-1/+2
2024-08-08cmd/tsidp: add funnel support (#12591)Naman Sood2-9/+27
2024-07-30net/captivedetection: call SetHealthy once connectivity restored (#12974)Andrea Gottardo1-0/+3
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo1-20/+225
2024-07-23ipn,wgengine/magicsock: allow setting static node endpoints via tailscaled co...Irbe Krumina2-15/+52
2024-07-19cmd/tailscale: add --min-validity flag to the cert command (#12822)Andrew Lytvynov2-15/+61
2024-07-18ipn/ipnlocal: add comment explaining auto exit node migrationAdrian Dewhurst1-0/+21
2024-07-15ipn/ipnlocal: wait for DERP before auto exit node migrationAdrian Dewhurst1-2/+5
2024-07-15ipn: allow FQDN in exit node selectionAdrian Dewhurst2-1/+30
2024-07-12log/sockstatlog: don't block for more than 5s on shutdownAnton Tolchanov1-1/+3
2024-07-12ipn/ipnlocal: check for offline auto exit node in SetControlClientStatus (#12...Claire Wang2-11/+108
2024-07-11cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter...Nick Khyl1-5/+26
2024-07-10posture: add network hardware addresses to posture identityAnton Tolchanov1-2/+11
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick3-1/+4
2024-07-08ipn/ipnlocal: gate systemd-run flags on systemd version (#12747)Andrew Lytvynov1-6/+14
2024-07-08clientupdate: return true for CanAutoUpdate for macsys (#12746)Andrew Lytvynov2-1/+6
2024-06-28ipn/ipnlocal: handle auto value for ExitNodeID syspolicy (#12512)Claire Wang2-24/+369
2024-06-27ipn/ipnlocal: allow multiple signature chains from the same SigCredentialAnton Tolchanov2-22/+42
2024-06-27tka: test SigCredential signatures and netmap filteringAnton Tolchanov1-4/+28
2024-06-27ipn/ipnlocal: fix nil pointer dereference and add related testAdrian Dewhurst2-1/+25
2024-06-27health,ipn/ipnlocal: hide update warning when auto-updates are enabled (#12631)Andrew Lytvynov1-1/+1
2024-06-26cmd/serve: don't convert localhost to 127.0.0.1Josh McKinney2-7/+6
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham1-1/+2
2024-06-26ipn/ipnlocal: don't bind localListener if its context is canceled (#12621)Naman Sood1-0/+8
2024-06-25ipn/ipnlocal: fix data race in testsAndrew Dunham1-1/+2
2024-06-25ipn/ipnlocal: check operator user via osuser packageBrad Fitzpatrick1-2/+2
2024-06-20wgengine/filter: support FilterRules matching on srcIP node caps [capver 100]Brad Fitzpatrick1-4/+29
2024-06-18health: include DERP region name in bad derp notifications (#12530)Andrea Gottardo1-0/+3
2024-06-18proxymap, various: distinguish between different protocolsAndrew Dunham6-12/+32
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-2/+3
2024-06-15cmd/viewer,type/views: add MapSlice for maps of slicesMaisem Ali2-3/+3
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo2-17/+58
2024-06-14ipn/localapi,client/tailscale,cmd/derper: add WhoIs lookup by nodekey, use in...Brad Fitzpatrick3-16/+75
2024-06-10ipn/{ipnlocal,localapi},net/netkernelconf,client/tailscale,cmd/containerboot:...Irbe Krumina2-0/+50
2024-06-06ipn/ipnlocal: improve sticky last suggestionAdrian Dewhurst2-535/+35
2024-06-06ipn/ipnlocal,clientupdate: allow auto-updates in contaienrs (#12391)Andrew Lytvynov2-0/+28
2024-06-06various: fix lint warningsAndrew Dunham1-4/+0
2024-06-05all: use math/rand/v2 moreMaisem Ali3-6/+6
2024-06-04go.mod,ipn/ipnlocal: update the ACME fork (#12343)Andrew Lytvynov1-2/+2
2024-06-04ipn/ipnlocal: only build allowed suggested node list onceAdrian Dewhurst2-53/+128
2024-06-04ipn/ipnlocal: stop offline auto-updates on shutdown (#12342)Andrew Lytvynov1-0/+1
2024-06-03ipn/ipnlocal: periodically run auto-updates when "offline" (#12118)Andrew Lytvynov4-52/+155
2024-06-03ipn/ipnlocal: improve testability of random node selectionAdrian Dewhurst2-54/+143
2024-06-03ipn/ipnlocal: simplify suggest exit node testsAdrian Dewhurst1-529/+428
2024-06-03ipn/ipnlocal: discard node keys that have been rotated outAnton Tolchanov2-11/+231
2024-06-02tsnet,wgengine/netstack: add ListenPacket and testsMaisem Ali1-1/+4
2024-05-31ipn/store/kubestore, cmd/containerboot: allow overriding client api server UR...ChandonPierre1-0/+5
2024-05-31cmd/tailscale/cli: print node signature in `tailscale lock status`Anton Tolchanov2-8/+17
2024-05-30ipn/ipnlocal: support c2n updates with old systemd versions (#12296)Andrew Lytvynov1-3/+30