summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipnlocal
AgeCommit message (Expand)AuthorFilesLines
2024-03-26ipn/ipnlocal: report Taildrive access message on failed responsesPercy Wegmann1-2/+11
2024-03-26ipn/localipn: introduce logs for tailfs (#11496)Charlotte Brandhorst-Satzkorn3-3/+237
2024-03-25tailcfg, ipn/ipnlocal, wgengine/magicsock: add only-tcp-443 node attrBrad Fitzpatrick1-0/+1
2024-03-24all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capv...Brad Fitzpatrick3-6/+6
2024-03-22ipn/ipnlocal, types/netmap: replace hasCapability with set lookup on NetworkMapBrad Fitzpatrick1-20/+12
2024-03-22ipn/ipnlocal: add c2n /debug/pprof/allocs endpointPercy Wegmann2-2/+43
2024-03-21ipn/ipnlocal: add c2n pprof option to force a GCBrad Fitzpatrick1-0/+6
2024-03-20ipnlocal: ensure TailFS share notifications are non-nilPercy Wegmann1-4/+4
2024-03-18cmd/tailscale,ipn/ipnlocal: enable web client over quad 100 by default (#11419)Mario Minardi1-14/+42
2024-03-18ipn/ipnlocal, tailcfg: add disable-web-client node attribute (#11418)Mario Minardi1-1/+6
2024-03-13ipn/ipnlocal: validate domain of PopBrowserURL on default control URL (#11394)Andrew Lytvynov3-10/+71
2024-03-09ipn/{ipnlocal,localapi}: add debug verb to force spam IPN bus NetMapBrad Fitzpatrick1-0/+14
2024-03-08ipn,cmd/tailscale,client/tailscale: add support for renaming TailFS sharesPercy Wegmann3-13/+318
2024-03-08ipn,tailfs: tie TailFS share configuration to user profilePercy Wegmann2-87/+117
2024-03-06ipn/ipnlocal: reduce allocations in TailFS share notificationsPercy Wegmann2-28/+25
2024-03-06ipn/ipnlocal: exclude mullvad exit nodes from TailFS peers listPercy Wegmann1-0/+7
2024-02-29ipn: include full tailfs shares in ipn notificationsPercy Wegmann2-16/+10
2024-02-28ipn/ipnlocal: make active IPN sessions keyed by sessionIDBrad Fitzpatrick2-16/+9
2024-02-28ipn,wgengine: only intercept TailFS traffic on quad 100Percy Wegmann3-17/+95
2024-02-27health: warn about reverse path filtering and exit nodesAnton Tolchanov1-0/+17
2024-02-26cmd/tailscaled, ipn/ipnlocal, wgengine: shutdown tailscaled if wgdevice is cl...Nick Khyl1-1/+1
2024-02-25all: remove LenIter, use Go 1.22 range-over-int insteadBrad Fitzpatrick4-20/+20
2024-02-17ipn/ipnlocal: remove ancient transition mechanism for https certsBrad Fitzpatrick1-17/+2
2024-02-16ipn/ipnlocal: fix doctor API endpoint (#11155)San1-0/+1
2024-02-15doctor/ethtool, ipn/ipnlocal: add ethtool bugreport checkAndrew Dunham1-0/+2
2024-02-12tailfs: listen for local clients only on 100.100.100.100Percy Wegmann2-66/+0
2024-02-11tailcfg: remove UserProfile.GroupsMaisem Ali2-4/+4
2024-02-09tailfs: fix startup issues on windowsPercy Wegmann1-1/+1
2024-02-09tailfs: disable TailFSForLocal via policyPercy Wegmann2-1/+22
2024-02-09tailfs: clean up naming and package structurePercy Wegmann3-82/+85
2024-02-09tailfs: initial implementationPercy Wegmann6-4/+477
2024-02-08ipnlocal: force-regen new authURL when it is too old (#10971)Andrea Gottardo1-3/+11
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick4-8/+7
2024-02-01ipn/ipnlocal: fix app connector route advertisements on exit nodesJames Tucker2-6/+19
2024-02-01appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r...James Tucker1-0/+66
2024-01-31ipn/ipnlocal: fix pretty printing of multi-record peer DNS resultsJames Tucker2-14/+88
2024-01-30ipnlocal: log failure to get ssh host keysPercy Wegmann3-7/+15
2024-01-23ipn/ipnlocal: fix failing test (#10937)Irbe Krumina1-4/+5
2024-01-23ipn/ipnlocal: fix proxy path that matches mount point (#10864)Irbe Krumina2-1/+115
2024-01-23wgengine/magicsock: implement probing of UDP path lifetime (#10844)Jordan Whited1-0/+1
2024-01-22appc,ipn/ipnlocal: optimize preference adjustments when routes updateCharlotte Brandhorst-Satzkorn3-46/+91
2024-01-18ipn/ipnlocal: make app connector configuration concurrentJames Tucker3-2/+7
2024-01-17appc,ipn/ipnlocal,types/appctype: implement control provided routesJames Tucker2-1/+50
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai2-13/+8
2024-01-12ipn/ipnserver: always allow Windows SYSTEM user to connectWill Norris1-0/+10
2024-01-09taildrop: remove breaking abstraction layers for apple (#10728)Rhea Ghosh1-21/+8
2024-01-04ipn/ipnlocal: refresh node key without blocking if cap enabled (#10529)James 'zofrex' Sanderson1-6/+21
2023-12-21ipn/ipnlocal: fix data race with capForcedNetfilter fieldAndrew Dunham1-3/+6
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov4-14/+9
2023-12-19appc,ipn: prevent undesirable route advertisementsJames Tucker2-8/+63