summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2022-05-28cmd/tailscale, ipn/ipnlocal: add "peerapi" ping typeBrad Fitzpatrick1-0/+18
2022-05-17types/key: make NodePublic implement Shardable (#4698)Tom1-0/+12
2022-05-10types/views: remove alloc in hot pathMaisem Ali2-85/+4
2022-05-09types/views: make SliceOf/MapOf panic if they see a pointerMaisem Ali2-9/+104
2022-05-09cmd/viewer,types/views: add support for views of mapsMaisem Ali1-0/+103
2022-05-06tailcfg: use cmd/viewer instead of cmd/cloner.Maisem Ali1-0/+69
2022-05-06cmd/viewer: add codegen tool for ViewsMaisem Ali1-10/+73
2022-05-06cmd/cloner,util/codegen: refactor cloner internals to allow reuseMaisem Ali4-6/+4
2022-04-19net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusionBrad Fitzpatrick1-4/+19
2022-04-05tailcfg: add omitempty to all fields of Hostinfo (#4360)Joe Tsai1-1/+1
2022-03-17types/views: rename Generic to UnwrapMaisem Ali1-2/+2
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder6-17/+17
2022-03-16types/views: add generic Slice[T] and remove StringSliceMaisem Ali2-45/+41
2022-03-16all: use Go 1.18's strings.CutBrad Fitzpatrick1-2/+2
2022-03-04types/views: add ContainsExitRoutes to IPPrefixSliceMaisem Ali1-0/+5
2022-02-22ipn/ipnlocal: use views for Peer.PrimaryRoutes and Peer.TagsMaisem Ali2-0/+120
2022-02-18types/logger: add more reserved top level field namesJosh Bleecher Snyder1-2/+2
2022-02-18types/logger, logtail: add mechanism to do structured JSON logsBrad Fitzpatrick2-0/+56
2022-02-16tailcfg: make Node.Hostinfo a HostinfoViewMaisem Ali1-3/+4
2022-02-16tailcfg: introduce HostinfoViewMaisem Ali1-0/+74
2022-02-15tailcfg: add start of SSH policy to be sent from control plane to nodesBrad Fitzpatrick1-0/+1
2022-01-26ipn/ipnstate: add TailnetName to statusBrad Fitzpatrick1-1/+3
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-2/+3
2021-11-30types/logger: add Context and related helpersJosh Bleecher Snyder2-0/+51
2021-11-10control/noise: use key.Machine{Public,Private} as appropriate.David Anderson1-0/+39
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-3/+6
2021-11-02types/key: delete legacy NodeKey type.David Anderson3-110/+0
2021-11-02tailcfg: use key.NodePublic in wire protocol types.David Anderson1-18/+18
2021-11-01types/netmap: use key.NodePublic instead of tailcfg.NodeKey.David Anderson2-23/+26
2021-10-29types/key: export constants for key size, not a method.David Anderson2-12/+8
2021-10-29tailcfg: move NodeKey type to types/key.danderson/nodekey-moveDavid Anderson3-0/+110
2021-10-29types/key: delete legacy undifferentiated key types.danderson/nodekey-delete-oldDavid Anderson2-193/+0
2021-10-29types/key: remove node key AsPublic/AsPrivate compat shims.danderson/nodekey-cleanupDavid Anderson1-18/+0
2021-10-29wgengine/magicsock: remove uses of tailcfg.DiscoKey.David Anderson1-0/+8
2021-10-29types/key: correct ShortString representation of DiscoPublic.David Anderson1-3/+6
2021-10-29types/key: fix license header on disco files.David Anderson1-0/+4
2021-10-29types/key: new types for disco keys.David Anderson2-0/+250
2021-10-28types/wgkey: delete, no longer used.David Anderson3-456/+0
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-4/+5
2021-10-28types/netmap: use new node key type.David Anderson1-2/+1
2021-10-28types/persist: use new node key type.David Anderson3-25/+9
2021-10-28wgengine/wgcfg: convert to use new node key type.David Anderson1-0/+13
2021-10-28types/key: add a dedicated type for node keys.David Anderson3-5/+474
2021-10-20all: fix some js/wasm compilation issuesBrad Fitzpatrick2-2/+5
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai2-4/+4
2021-10-03types/opt: implement Bool.ScanDavid Crawshaw1-0/+26
2021-09-19tailcfg, health: add way for control plane to add problems to health checkBrad Fitzpatrick1-0/+7
2021-09-17cmd/cloner: add Clone context to regen struct assignmentsJosh Bleecher Snyder2-2/+2
2021-09-15cmd/cloner: reduce diff noise when changing commandJosh Bleecher Snyder2-6/+6
2021-09-07net/dns: replace resolver IPs with type for DoHDavid Crawshaw1-0/+5