378 Commits (main)

Author SHA1 Message Date
Simon Law 3ee4c60ff0
cmd/derper: fix mesh auth for DERP servers (#16061) 11 months ago
James 'zofrex' Sanderson aa8bc23c49
control/controlclient,health,tailcfg: refactor control health messages (#15839) 11 months ago
Brad Fitzpatrick 068d5ab655 feature/taildrop: move rest of Taildrop out of LocalBackend 12 months ago
James Tucker 51b17483ff types/logger: release ArgWriter destination after use 12 months ago
Brad Fitzpatrick dbf13976d3 types/mapx, ipn/ipnext: add ordered map, akin to set.Slice 12 months ago
Joe Tsai 1f029180c7
types/jsonx: add package for json/v2 helpers (#15756) 12 months ago
Brad Fitzpatrick 265c76dbc5 all: unify some redundant testing.TB interface copies 1 year ago
Brad Fitzpatrick da8e8eb86f types/logger, logpolicy: disable rate limiting, don't upload on Plan 9 1 year ago
Joe Tsai 3d28aa19cb
all: statically enforce json/v2 interface satisfaction (#15154) 1 year ago
Joe Tsai ae303d41dd
go.mod: bump github.com/go-json-experiment/json (#15010) 1 year ago
James Sanderson 45f29a208a control/controlclient,tailcfg:types: remove MaxKeyduration from NetMap 1 year ago
Joe Tsai 1d035db4df
types/bools: fix doc typo (#15021) 1 year ago
Joe Tsai 8b347060f8
types/bool: add Int (#14984) 1 year ago
Brad Fitzpatrick 9706c9f4ff types/netmap,*: pass around UserProfiles as views (pointers) instead 1 year ago
Adrian Dewhurst 600f25dac9 tailcfg: add JSON unmarshal helper for view of node/peer capabilities 1 year ago
Brad Fitzpatrick 7d5fe13d27 types/views: make SliceEqualAnyOrder also do short slice optimization 1 year ago
Andrew Dunham eb299302ba types/views: fix SliceEqualAnyOrderFunc short optimization 1 year ago
Brad Fitzpatrick ba1f9a3918 types/persist: remove Persist.LegacyFrontendPrivateMachineKey 1 year ago
Adrian Dewhurst 0fa7b4a236 tailcfg: add ServiceName 1 year ago
KevinLiang10 550923d953 fix handler related and some nit 1 year ago
KevinLiang10 0a57051f2e add blank line 1 year ago
KevinLiang10 ccd1643043 add copyright header 1 year ago
KevinLiang10 8c8750f1b3 ipn/ipnlocal: Support TCP and Web VIP services 1 year ago
Nick Khyl f023c8603a types/lazy: fix flaky TestDeferAfterDo 1 year ago
Brad Fitzpatrick 2fc4455e6d all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111] 1 year ago
Brad Fitzpatrick cfda1ff709 cmd/viewer,all: consistently use "read-only" instead of "readonly" 1 year ago
Nick Khyl da9965d51c cmd/viewer,types/views,various: avoid allocations in pointer field getters whenever possible 1 year ago
Brad Fitzpatrick 69b90742fe util/uniq,types/lazy,*: delete code that's now in Go std 1 year ago
Andrew Dunham 6ddeae7556 types/views: optimize SliceEqualAnyOrderFunc for small slices 1 year ago
Andrew Dunham 7fa07f3416 types/views: add SliceEqualAnyOrderFunc 1 year ago
Andrew Dunham 9f17260e21 types/views: add MapViewsEqual and MapViewsEqualFunc 1 year ago
Brad Fitzpatrick 4b56bf9039 types/views: remove various Map Range funcs; use iterators everywhere 1 year ago
Brad Fitzpatrick 47bd0723a0 all: use iterators in more places instead of Range funcs 1 year ago
Joe Tsai 5883ca72a7
types/opt: fix test to be agnostic to omitzero support (#14401) 1 year ago
Joe Tsai c9188d7760
types/bools: add IfElse (#14272) 1 year ago
Joe Tsai 0045860060
types/iox: add function types for Reader and Writer (#14366) 1 year ago
Brad Fitzpatrick 4e0fc037e6 all: use iterators over slice views more 1 year ago
Brad Fitzpatrick 01185e436f types/result, util/lineiter: add package for a result type, use it 1 year ago
Nick Khyl 2a2228f97b util/syspolicy/setting: make setting.RawItem JSON-marshallable 1 year ago
Joe Tsai ecc8035f73
types/bools: add Compare to compare boolean values (#13792) 2 years ago
Brad Fitzpatrick 94c79659fa types/views: add iterators to the three Map view types 2 years ago
Nick Hill 9a73462ea4 types/lazy: add DeferredInit type 2 years ago
Erisa A c588c36233
types/key: use tlpub: in error message (#13707) 2 years ago
Andrea Gottardo 8a6f48b455
cli: add `tailscale dns query` (#13368) 2 years ago
Joe Tsai dc86d3589c
types/views: add SliceView.All iterator (#13536) 2 years ago
Will Norris cccacff564 types/opt: add BoolFlag for setting Bool value as a flag 2 years ago
Brad Fitzpatrick e54c81d1d0 types/views: add Slice.All iterator 2 years ago
Nick Khyl af3d3c433b types/prefs: add a package containing generic preference types 2 years ago
Nick Khyl 43375c6efb types/lazy: re-init SyncValue during test cleanup if it wasn't set before SetForTest 2 years ago
Nick Khyl 5d09649b0b types/lazy: add (*SyncValue[T]).SetForTest method 2 years ago