summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2023-04-24net/packet: add NAT support for DCCP and GREMaisem Ali1-0/+6
2023-04-15wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migr...Brad Fitzpatrick1-3/+3
2023-04-15wgengine/magicsock, etc: remove mostly unused WriteTo methodsBrad Fitzpatrick1-1/+10
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham1-0/+11
2023-03-05wgengine/netstack: add support for custom UDP flow handlersBrad Fitzpatrick1-0/+6
2023-03-02types/logid: simplify implementation (#7415)Joe Tsai2-113/+69
2023-02-28types/logid: remove MustParsePublicID (#7405)Joe Tsai1-10/+0
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-5/+5
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson4-0/+477
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-2/+3
2023-01-31ipn/ipnlocal: rate-limit diagnose logs in bugreportAndrew Dunham1-0/+47
2023-01-27all: update copyright and license headersWill Norris45-135/+90
2023-01-11types/views: add SliceEqualAnyOrder funcWill Norris2-0/+35
2023-01-11control/controlclient, tailcfg: add Node.Expired field, set for expired nodesAndrew Dunham1-0/+17
2023-01-03ipn/localapi: add localapi debug endpoints for packet filter/matchesBrad Fitzpatrick1-3/+5
2023-01-02util/codegen, all: use latest year, not time.Now, in generated filesBrad Fitzpatrick4-4/+4
2022-12-16net/connstats: enforce maximum number of connections (#6760)Joe Tsai1-0/+9
2022-12-09all: update golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go (...Jordan Whited1-1/+2
2022-12-05net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices)Brad Fitzpatrick1-1/+2
2022-11-30types/key,cmd/tailscale/cli: support tlpub prefix for tailnet-lock keysTom DNetto2-4/+34
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-0/+11
2022-11-29ipn,types/persist: add DisallowedTKAStateIDs, refactor as view typeTom DNetto4-2/+39
2022-11-29Revert "ipn,types/persist: store disallowed TKA's in prefs, lock local-disable"Brad Fitzpatrick4-22/+2
2022-11-29ipn,types/persist: store disallowed TKA's in prefs, lock local-disableTom DNetto4-2/+22
2022-11-28types/logid: move logtail ID types here (#6336)Joe Tsai2-0/+250
2022-11-18ipn/ipnlocal: handle untagging nodes betterMaisem Ali4-2/+17
2022-11-15all: store NL keys per profileMaisem Ali5-3/+25
2022-11-11cmd/tailscale: make "up", "status" warn if routes and --accept-routes offBrad Fitzpatrick1-0/+10
2022-11-11cmd/tailscale,ipn: minor fixes to tailscale lock commandsTom DNetto1-0/+11
2022-11-11control/controlclient: make Status.Persist a PersistViewMaisem Ali1-0/+9
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali4-2/+30
2022-11-09types/netlogtype: add constants for maximum serialized sizes of ConnectionCou...Joe Tsai2-14/+82
2022-11-04all: remove old +build tagsBrad Fitzpatrick2-2/+0
2022-11-02client/tailscale, tsnet, ipn/ipnlocal: prove nodekey ownership over noiseBrad Fitzpatrick1-0/+3
2022-11-01types/pad32: delete packageBrad Fitzpatrick1-9/+0
2022-10-28wgengine/netlog: embed the StableNodeID of the authoring node (#6105)Joe Tsai1-0/+6
2022-10-27types/netlogtype: new package for network logging types (#6092)Joe Tsai1-0/+58
2022-10-27types/key: add missing ChallengePublic.UnmarshalTextBrad Fitzpatrick2-0/+22
2022-10-26tka, types/key: add NLPublic.KeyIDAdrian Dewhurst1-0/+5
2022-10-24types/persist: add PublicNodeKey helperMaisem Ali1-1/+6
2022-10-24ipn/prefs: add viewsMaisem Ali3-1/+86
2022-10-19types/key: add ChallengePublic, ChallengePrivate, NewChallengeBrad Fitzpatrick1-0/+78
2022-10-12types/view: add ContainsNonExitSubnetRoutes funcSonia Appasamy1-0/+11
2022-10-06wgengine/wgcfg: plumb down audit log IDs (#5855)Joe Tsai1-0/+5
2022-09-29all: fix spelling mistakesJosh Soref3-3/+3
2022-09-26doctor: add package for running in-depth healthchecks; use in bugreport (#5413)Andrew Dunham1-0/+2
2022-09-21control/controlclient,ipn/ipnlocal: wire tka enable/disableTom DNetto1-0/+8
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-3/+1
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick1-1/+6