summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-03types/key: add a special key with custom serialization for control private ke...Dave Anderson12-68/+610
2021-09-03Revert "types/key: add MachinePrivate and MachinePublic."David Anderson10-507/+68
2021-09-03types/key: add MachinePrivate and MachinePublic.David Anderson10-68/+507
2021-08-30types/wgkey: add TODO for a future API change.David Anderson1-0/+3
2021-08-17control/controlclient: do not periodically print full netmapJosh Bleecher Snyder1-1/+7
2021-08-06types/dnstype: introduce new package for ResolverDavid Crawshaw2-0/+75
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-07-15control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c...Brad Fitzpatrick2-30/+0
2021-07-15net/portmapper: add upnp port mappingjulianknodt2-0/+30