summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-26types/opt: add BoolFlag for setting Bool value as a flagWill Norris2-0/+63
2024-08-22types/views: add Slice.All iteratorBrad Fitzpatrick2-0/+26
2024-08-21types/prefs: add a package containing generic preference typesNick Khyl14-0/+2877
2024-07-24types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set...Nick Khyl2-3/+23
2024-07-22types/lazy: add (*SyncValue[T]).SetForTest methodNick Khyl2-0/+223
2024-07-19types/opt: add (Value[T]).GetOr(def T) T methodNick Khyl1-0/+8
2024-07-19cmd/viewer, types/views, util/codegen: add viewer support for custom containe...Nick Khyl2-0/+274
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-0/+6
2024-07-08types/opt: add generic Value[T any] for optional values of any typesNick Khyl2-0/+418
2024-06-24types/lazy: add Peek method to SyncValueAndrew Dunham2-5/+114
2024-06-17types/logid: add Add method (#12478)Joe Tsai2-0/+128
2024-06-16net/ipset, wgengine/filter/filtertype: add split-out packagesBrad Fitzpatrick1-2/+2
2024-06-15cmd/viewer,type/views: add MapSlice for maps of slicesMaisem Ali1-5/+98