summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
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
2025-01-28types/views: fix SliceEqualAnyOrderFunc short optimizationAndrew Dunham2-6/+64
2025-01-27types/persist: remove Persist.LegacyFrontendPrivateMachineKeyBrad Fitzpatrick4-51/+18
2025-01-22tailcfg: add ServiceNameAdrian Dewhurst1-5/+5
2025-01-22fix handler related and some nitKevinLiang102-23/+17
2025-01-22add blank lineKevinLiang101-0/+1
2025-01-22add copyright headerKevinLiang101-0/+2
2025-01-22ipn/ipnlocal: Support TCP and Web VIP servicesKevinLiang102-0/+67
2025-01-15types/lazy: fix flaky TestDeferAfterDoNick Khyl2-7/+34
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick3-26/+22
2025-01-14cmd/viewer,all: consistently use "read-only" instead of "readonly"Brad Fitzpatrick6-23/+23
2025-01-14cmd/viewer,types/views,various: avoid allocations in pointer field getters wh...Nick Khyl2-9/+82
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick2-78/+0
2025-01-09types/views: optimize SliceEqualAnyOrderFunc for small slicesAndrew Dunham2-0/+32
2025-01-09types/views: add SliceEqualAnyOrderFuncAndrew Dunham2-0/+72
2025-01-08types/views: add MapViewsEqual and MapViewsEqualFuncAndrew Dunham2-0/+126
2025-01-04types/views: remove various Map Range funcs; use iterators everywhereBrad Fitzpatrick1-30/+0
2025-01-04all: use iterators in more places instead of Range funcsBrad Fitzpatrick1-15/+5
2024-12-16types/opt: fix test to be agnostic to omitzero support (#14401)Joe Tsai1-1/+10
2024-12-11types/bools: add IfElse (#14272)Joe Tsai3-17/+37
2024-12-11types/iox: add function types for Reader and Writer (#14366)Joe Tsai2-0/+62
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-8/+7
2024-11-05types/result, util/lineiter: add package for a result type, use itBrad Fitzpatrick1-0/+49
2024-10-30util/syspolicy/setting: make setting.RawItem JSON-marshallableNick Khyl1-1/+1
2024-10-11types/bools: add Compare to compare boolean values (#13792)Joe Tsai2-0/+38
2024-10-09types/views: add iterators to the three Map view typesBrad Fitzpatrick2-0/+77
2024-10-07types/lazy: add DeferredInit typeNick Hill2-0/+375
2024-10-07types/key: use tlpub: in error message (#13707)Erisa A1-3/+3
2024-09-24cli: add `tailscale dns query` (#13368)Andrea Gottardo1-0/+84
2024-09-20types/views: add SliceView.All iterator (#13536)Joe Tsai2-0/+43