summaryrefslogtreecommitdiffhomepage
path: root/ipn/backend.go
AgeCommit message (Expand)AuthorFilesLines
2025-08-27ipn/local: add the suggested exit node to the ipn bus (#16748)Jonathan Nobels1-7/+17
2025-06-04ipn: add watch opt to include actions in health messagesJames Sanderson1-0/+2
2025-01-04ipn: declare NotifyWatchOpt consts without using iotaBrad Fitzpatrick1-9/+15
2025-01-03ipn: update reference to Notify's Swift definitionBrad Fitzpatrick1-1/+1
2024-11-18ipn/ipnlocal: add IPN Bus NotifyRateLimit watch bit NotifyRateLimitBrad Fitzpatrick1-0/+2
2024-11-18ipn: remove unused Notify.BackendLogIDBrad Fitzpatrick1-4/+0
2024-10-08util/syspolicy, ipn: add "tailscale debug component-logs" supportNick Khyl1-0/+1
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo1-0/+11
2024-04-15ipn: remove unused Options.LegacyMigrationPrefsBrad Fitzpatrick1-10/+3
2024-04-14ipn/ipnlocal: remove some dead code (legacyBackend methods) from LocalBackendBrad Fitzpatrick1-1/+1
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-3/+3
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-2/+2
2024-03-27ipn/localapi: add support for multipart POST to file-putPercy Wegmann1-2/+2
2024-03-27ipn/localapi: add support for multipart POST to file-putPercy Wegmann1-3/+21
2024-03-08ipn,tailfs: tie TailFS share configuration to user profilePercy Wegmann1-6/+7
2024-02-29ipn: include full tailfs shares in ipn notificationsPercy Wegmann1-3/+5
2024-02-09tailfs: clean up naming and package structurePercy Wegmann1-6/+7
2024-02-09tailfs: initial implementationPercy Wegmann1-1/+8
2024-01-09taildrop: remove breaking abstraction layers for apple (#10728)Rhea Ghosh1-0/+1
2023-10-03cmd/tailscale,ipn/ipnlocal: print debug component namesVal1-0/+7
2023-09-05ipn, ipn/ipnlocal: add session identifier for WatchIPNBusMarwan Sulaiman1-1/+7
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-03cmd/tailscale/cli: redact private key in debug netmap output by defaultDavid Anderson1-0/+2
2022-12-02ipn: update comments that refer to Options.PrefsMihai Parparita1-15/+6
2022-11-30ipn{,/ipnlocal}: add ipn.NotifyInitial* flags to WatchIPNBusBrad Fitzpatrick1-0/+4
2022-11-28ipn: remove unused Backend interfaceBrad Fitzpatrick1-32/+0
2022-11-26ipn: add a WatchIPNBus option bit to subscribe to EngineStatus changesBrad Fitzpatrick1-0/+11
2022-11-23tailcfg, ipn, controlclient: add MapResponse.ClientVersion, plumb to IPN busBrad Fitzpatrick1-0/+4
2022-11-22ipn{,/ipnlocal}, client/tailscale: move Taildrop recv notifications to LocalA...Brad Fitzpatrick1-0/+4
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-37/+13
2022-11-04ipn: add missing check for nil Notify.PrefsMaisem Ali1-1/+1
2022-11-04ipn: make Notify.Prefs be a *ipn.PrefsViewMaisem Ali1-1/+1
2022-10-24ipn/ipnlocal: use ipn.PrefsViewMaisem Ali1-2/+2
2022-10-04wgengine/magicsock: make debug-level stuff not logged by defaultBrad Fitzpatrick1-0/+5
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-6/+6
2022-05-03ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP)Brad Fitzpatrick1-15/+7
2022-05-03wgengine, net/packet, cmd/tailscale: add ICMP echoJames Tucker1-1/+1
2022-04-29ipn: remove FakeExpireAfter Backend functionMihai Parparita1-5/+0
2021-11-01ipn: use key.NodePublic instead of tailcfg.NodeKeyDavid Anderson1-1/+2
2021-05-04ipnlocal: accept a new opts.UpdatePrefs field.Avery Pennarun1-0/+22
2021-04-30ipn: mock controlclient.Client; big ipn.Backend state machine test.apenwarr/statetestAvery Pennarun1-0/+45
2021-04-23ipn/ipnlocal: add a LocalBackend.Start fast path if already runningBrad Fitzpatrick1-11/+15
2021-04-20ipn{,/ipnlocal}: in direct file receive mode, don't rename partial fileBrad Fitzpatrick1-6/+9
2021-04-12ipn/ipnlocal: add LocalBackend.SetDirectFileRootBrad Fitzpatrick1-0/+7
2021-04-11ipn/localapi: move EditPrefs to localapiBrad Fitzpatrick1-2/+0
2021-04-09ipn/ipnlocal: always set Notify.FilesWaiting, set IncomingFiles non-nil when ...Brad Fitzpatrick1-2/+11
2021-04-08ipn/ipnlocal: provide IPN bus updates as files arriveBrad Fitzpatrick1-1/+10
2021-04-07ipn, paths, cmd/tailscaled: remove LegacyConfigPath, relaynode migrationBrad Fitzpatrick1-8/+0
2021-04-07ipn: remove Options.HTTPTestClient, move to LocalBackendBrad Fitzpatrick1-4/+0