summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2023-08-30types/logger: add TestLoggerBrad Fitzpatrick1-0/+16
2023-08-30adjust build tags for tamagoAndrea Barisani2-2/+2
2023-08-29types/opt: use switch in Bool.UnmarshalJSON (#9140)Joe Tsai2-13/+15
2023-08-28types/logger: fix test failure I missed earlierBrad Fitzpatrick1-0/+7
2023-08-28types/logger: add AsJSONBrad Fitzpatrick2-0/+50
2023-08-27types/views: add SliceEqual, like std slices.EqualBrad Fitzpatrick2-0/+20
2023-08-24types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tagsBrad Fitzpatrick2-2/+2
2023-08-22types/netmap: remove redundant Netmap.HostinfoBrad Fitzpatrick1-6/+4
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick1-7/+8
2023-08-20types/netmap: move some mutations earlier, remove, document some fieldsBrad Fitzpatrick1-17/+40
2023-08-20types/views,cmd/viewer: add ByteSlice[T] to replace mem.ROMaisem Ali1-2/+83
2023-08-19types/tkatype: add test for MarshaledSignature's JSON formatBrad Fitzpatrick1-0/+21
2023-08-18types/netmap, all: use read-only tailcfg.NodeView in NetworkMapBrad Fitzpatrick2-73/+75
2023-08-18cmd/viewer, types/views, all: un-special case slice of netip.PrefixBrad Fitzpatrick2-86/+4
2023-08-18types/views: add LenIter method to slice view typesBrad Fitzpatrick2-0/+27
2023-08-17all: remove some Debug fields, NetworkMap.Debug, Reconfig Debug argBrad Fitzpatrick2-25/+1
2023-08-17tailcfg: remove most Debug fields, move bulk to nodeAttrs [capver 70]Brad Fitzpatrick1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick2-4/+3
2023-08-16tailcfg: move LogHeapPprof from Debug to c2n [capver 69]Brad Fitzpatrick1-2/+2
2023-08-08types/persist: drop duplicated Persist.LoginNameMaisem Ali4-18/+2
2023-07-28types/logid: add a Compare methodDavid Anderson1-1/+5
2023-07-23tailcfg: add UserProfile.GroupsBrad Fitzpatrick3-8/+9
2023-06-29types/views: add JSON marshal/unmarshal and AsMap to MapMaisem Ali1-3/+28
2023-06-27types/key: add test for NodePublic.ShardBrad Fitzpatrick1-0/+23
2023-06-20types/views: add Slice methods on Slice viewsBrad Fitzpatrick2-0/+27
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick2-2/+2
2023-04-24net/packet: add NAT support for DCCP and GREMaisem Ali1-0/+6
2023-04-15wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migr...Brad Fitzpatrick1-3/+3
2023-04-15wgengine/magicsock, etc: remove mostly unused WriteTo methodsBrad Fitzpatrick1-1/+10
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham1-0/+11
2023-03-05wgengine/netstack: add support for custom UDP flow handlersBrad Fitzpatrick1-0/+6
2023-03-02types/logid: simplify implementation (#7415)Joe Tsai2-113/+69
2023-02-28types/logid: remove MustParsePublicID (#7405)Joe Tsai1-10/+0
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-5/+5
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson4-0/+477
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-2/+3
2023-01-31ipn/ipnlocal: rate-limit diagnose logs in bugreportAndrew Dunham1-0/+47
2023-01-27all: update copyright and license headersWill Norris45-135/+90
2023-01-11types/views: add SliceEqualAnyOrder funcWill Norris2-0/+35
2023-01-11control/controlclient, tailcfg: add Node.Expired field, set for expired nodesAndrew Dunham1-0/+17
2023-01-03ipn/localapi: add localapi debug endpoints for packet filter/matchesBrad Fitzpatrick1-3/+5
2023-01-02util/codegen, all: use latest year, not time.Now, in generated filesBrad Fitzpatrick4-4/+4
2022-12-16net/connstats: enforce maximum number of connections (#6760)Joe Tsai1-0/+9
2022-12-09all: update golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go (...Jordan Whited1-1/+2
2022-12-05net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices)Brad Fitzpatrick1-1/+2
2022-11-30types/key,cmd/tailscale/cli: support tlpub prefix for tailnet-lock keysTom DNetto2-4/+34
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-0/+11
2022-11-29ipn,types/persist: add DisallowedTKAStateIDs, refactor as view typeTom DNetto4-2/+39
2022-11-29Revert "ipn,types/persist: store disallowed TKA's in prefs, lock local-disable"Brad Fitzpatrick4-22/+2
2022-11-29ipn,types/persist: store disallowed TKA's in prefs, lock local-disableTom DNetto4-2/+22