summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2025-11-23wgengine{,/wgcfg}: push down lazy config into wireguard-goBrad Fitzpatrick1-0/+5
2025-11-18types/netmap,*: remove some redundant fields from NetMapBrad Fitzpatrick1-6/+17
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan6-51/+51
2025-11-17ipn{,/local},cmd/tailscale: add "sync" flag and pref to disable control map pollBrad Fitzpatrick2-0/+31
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick3-5/+31
2025-11-04wgengine/netlog: include node OS in logged attributes (#17755)Joe Tsai1-12/+3
2025-10-31Revert "control/controlclient: back out HW key attestation (#17664)" (#17732)Andrew Lytvynov4-7/+27
2025-10-28wgengine/netlog: embed node information in network flow logs (#17668)Joe Tsai1-4/+43
2025-10-27control/controlclient: back out HW key attestation (#17664)Patrick O'Doherty4-27/+7
2025-10-15net/connstats: prepare to remove package (#17554)Joe Tsai2-0/+57
2025-10-15types/netlogtype: remove CBOR representation (#17545)Joe Tsai2-36/+14
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty4-7/+27
2025-10-06types/lazy: document difference from sync.OnceValueBrad Fitzpatrick1-0/+3
2025-10-02appc,*: publish events for route updates and storage (#17392)M. J. Fromberger1-0/+20
2025-09-30types/key: add IsZero method to HardwareAttestationKey (#17370)Andrew Lytvynov1-0/+1
2025-09-26types/dnstype: delete unused func, move other one to its sole callerBrad Fitzpatrick1-84/+0
2025-09-26types/opt: de-weird the API a bit with new True and False constsBrad Fitzpatrick1-12/+28
2025-09-24types/key: Update HardwareAttestationPublic representation (#17233)Patrick O'Doherty1-18/+37
2025-09-15tailcfg: add HardwareAttestationKey to MapRequest (#17102)Patrick O'Doherty1-2/+95
2025-09-12all: add ts_omit_tailnetlock as a start of making it build-time modularBrad Fitzpatrick1-0/+2
2025-09-09ipn/ipnlocal, types: plumb tailnet display name cap through to network profil...Nick O'Neill1-0/+16
2025-08-27cmd/viewer: add field comments to generated view methodsMaisem Ali4-23/+92
2025-08-19types/views: add min/max helpers to views.SliceAdrian Dewhurst1-0/+29
2025-08-15types/key: init HardwareAttestionKey implementation (#16867)Patrick O'Doherty1-0/+68
2025-08-15types/dnstype, ipn/ipnlocal: allow other DNS resolvers with exit nodesMichael Ben-Ami4-2/+25
2025-08-14cmd/viewer, types/views: implement support for json/v2 (#16852)Joe Tsai6-86/+449
2025-07-21wgengine/magicsock,all: allocate peer relay over disco instead of PeerAPI (#1...Jordan Whited2-0/+56
2025-07-17types/geo: add geo.Point and its associated units (#16583)Simon Law7-0/+1648
2025-07-13types/lazy: add lazy.GMap: a map of lazily computed GValues (#16532)Simon Law2-0/+157
2025-06-19Revert "types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoi...Jordan Whited2-22/+0
2025-06-10types/netmap,wgengine/magicsock: propagate CapVer to magicsock.endpoint (#16244)Jordan Whited2-0/+22
2025-06-10cmd/{derp,derpprobe},prober,derp: add mesh support to derpprobe (#15414)Mike O'Driscoll1-0/+22
2025-06-09types/netmap: fix NodeMutationEndpoints docs typo (#16234)Jordan Whited1-1/+1
2025-05-30controlclient,health,ipnlocal,tailcfg: add DisplayMessage supportJames Sanderson1-0/+1
2025-05-22cmd/derper: fix mesh auth for DERP servers (#16061)Simon Law2-0/+201
2025-05-22control/controlclient,health,tailcfg: refactor control health messages (#15839)James 'zofrex' Sanderson1-2/+2
2025-05-06feature/taildrop: move rest of Taildrop out of LocalBackendBrad Fitzpatrick1-0/+8
2025-04-28types/logger: release ArgWriter destination after useJames Tucker1-0/+1
2025-04-25types/mapx, ipn/ipnext: add ordered map, akin to set.SliceBrad Fitzpatrick2-0/+167
2025-04-23types/jsonx: add package for json/v2 helpers (#15756)Joe Tsai2-0/+311
2025-04-08all: unify some redundant testing.TB interface copiesBrad Fitzpatrick2-10/+7
2025-04-02types/logger, logpolicy: disable rate limiting, don't upload on Plan 9Brad Fitzpatrick1-0/+5
2025-02-27all: statically enforce json/v2 interface satisfaction (#15154)Joe Tsai5-0/+39
2025-02-27go.mod: bump github.com/go-json-experiment/json (#15010)Joe Tsai9-74/+74
2025-02-14control/controlclient,tailcfg:types: remove MaxKeyduration from NetMapJames Sanderson2-5/+1
2025-02-13types/bools: fix doc typo (#15021)Joe Tsai1-1/+1
2025-02-11types/bool: add Int (#14984)Joe Tsai2-1/+19
2025-02-11types/netmap,*: pass around UserProfiles as views (pointers) insteadBrad Fitzpatrick1-2/+9
2025-02-03tailcfg: add JSON unmarshal helper for view of node/peer capabilitiesAdrian Dewhurst1-1/+1
2025-01-30types/views: make SliceEqualAnyOrder also do short slice optimizationBrad Fitzpatrick2-59/+162