summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-25types/logger: fix deadlock RateLimitedFn reentrancyBrad Fitzpatrick2-5/+21
2021-06-18staticcheck.conf: turn off noisy lint errorsDavid Crawshaw1-2/+0
2021-05-24tailcfg, types/wgkey: add AppendTo methods on some typesBrad Fitzpatrick1-10/+14
2021-05-20net/packet: use netaddr AppendTo methodsJosh Bleecher Snyder2-126/+0
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-2/+2
2021-05-10types/wgkey: optimize Key.ShortStringJosh Bleecher Snyder1-2/+10
2021-05-10types/wgkey: add BenchmarkShortStringJosh Bleecher Snyder1-0/+10
2021-05-06types/wgkey: simplify Key.UnmarshalJSONJosh Bleecher Snyder2-4/+18
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick1-2/+2
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder1-2/+6
2021-05-04types/logger: fix rate limiter allowlistJosh Bleecher Snyder1-1/+1
2021-04-30types/logger: rate limited: more hysteresis, better messages.Avery Pennarun3-39/+142
2021-04-29types/wgkey: use value receiver with MarshalJSONJosh Bleecher Snyder2-9/+54
2021-04-29all: delete wgcfg.Key and wgcfg.PrivateKeyJosh Bleecher Snyder1-1/+1
2021-04-18types/netmap: remove some old TODOsBrad Fitzpatrick1-4/+1
2021-04-12types/netmap: add some docs/warning to NetworkMapBrad Fitzpatrick1-0/+4
2021-04-02types/preftype: don't use iota for consts persisted to diskBrad Fitzpatrick1-3/+5
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-0/+74
2021-02-23net/portmapper: add NAT-PMP client, move port mapping service probingBrad Fitzpatrick1-0/+9
2021-02-05types/netmap: split controlclient.NetworkMap off into its own leaf packageBrad Fitzpatrick2-0/+561
2021-02-05types/persist: split controlclient.Persist into a small leaf packageBrad Fitzpatrick3-0/+214
2021-02-04ipn: split LocalBackend off into new ipn/ipnlocal packageBrad Fitzpatrick1-0/+30
2021-01-28types/logger: fix rateFree interaction with verbosity prefixesJosh Bleecher Snyder1-4/+4