summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2023-10-16cmd/tailscaled,*: add start of configuration file supportBrad Fitzpatrick1-0/+15
2023-10-11types/ipproto: import and test string parsing for ipprotoJames Tucker2-1/+239
2023-10-10types/ipproto: drop IPProto from IPProtoVersionMaisem Ali1-9/+9
2023-10-04net/tstun: finish wiring IPv6 NAT supportTom DNetto1-0/+20
2023-10-01tailcfg, all: use []netip.AddrPort instead of []string for EndpointsBrad Fitzpatrick4-35/+31
2023-09-27types/key: update some doc strings for public key serializationJames Tucker1-4/+7
2023-09-18tailcfg: add NodeCapMapMaisem Ali1-1/+6
2023-09-18ipn/ipnlocal: add tailnet MagicDNS name to ipn.LoginProfileSonia Appasamy1-0/+3
2023-09-18types/netmap: remove NetworkMap.{Addresses,MachineStatus}Brad Fitzpatrick1-39/+5
2023-09-18types/views: add SliceContainsFunc like slices.ContainsFuncBrad Fitzpatrick2-0/+12
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-2/+2
2023-09-17ipn/ipnlocal: keep internal map updated of latest Nodes post mutationsBrad Fitzpatrick1-0/+23
2023-09-17types/netmap: start phasing out Addresses, add GetAddresses methodBrad Fitzpatrick1-1/+18
2023-09-17types/netmap: deprecate NetworkMap.MachineStatus, add accessor methodBrad Fitzpatrick1-3/+23
2023-09-15tailcfg: add DNS address list for IsWireGuardOnly nodesJames Tucker3-0/+95
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick4-0/+414
2023-09-09ipn/ipnstate: address TODO about garbage during peer sortingBrad Fitzpatrick1-0/+6
2023-09-08types/netmap: delete a copy of views.SliceEqualBrad Fitzpatrick1-20/+2
2023-09-01all: implement AppendText alongside MarshalText (#9207)Joe Tsai7-22/+81
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