summaryrefslogtreecommitdiffhomepage
path: root/util/deephash
AgeCommit message (Expand)AuthorFilesLines
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick1-4/+4
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick1-5/+4
2026-01-23all: remove AUTHORS file and references to itWill Norris10-10/+10
2025-11-12wgengine/wgcfg: remove two unused Config fieldsBrad Fitzpatrick1-1/+0
2025-05-08util/deephash: move tests that depend on other tailscale packages to deephash...Nick Khyl2-156/+177
2024-06-19util/deephash: fix test regression on 32-bitBrad Fitzpatrick1-1/+1
2024-06-18tailcfg, wgengine/filter: remove most FilterRule.SrcBits codeBrad Fitzpatrick1-4/+3
2024-06-18wgengine/filter/filtertype: make Match.IPProto a viewBrad Fitzpatrick1-1/+2
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-15/+15
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai3-9/+7
2024-02-08util/deephash: cleanup TODO in TestHash (#11080)Joe Tsai1-7/+1
2024-02-01util/deephash: tighten up SelfHasher API (#11012)Joe Tsai4-36/+85
2024-02-01util/deephash: document pathological deephash behavior (#11010)Joe Tsai1-0/+43
2024-02-01util/deephash: implement SelfHasher to allow types to hash themselvesTom DNetto4-2/+62
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov2-5/+4
2023-08-27util/deephash: add IncludeFields, ExcludeFields HasherForType OptionsBrad Fitzpatrick2-7/+138
2023-08-19util/deephash: relax an annoyingly needy testBrad Fitzpatrick1-3/+3
2023-08-08all: require Go 1.21Brad Fitzpatrick1-6/+2
2023-07-25tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilitiesMaisem Ali1-1/+1
2023-07-08tailcfg,etc: remove unused tailcfg.Node.KeepAlive fieldBrad Fitzpatrick1-2/+2
2023-06-25.github: actually run tests in CIMaisem Ali1-3/+13
2023-04-13tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointerMaisem Ali1-2/+2
2023-04-08tailcfg,wgengine: add initial support for WireGuard only peersCharlotte Brandhorst-Satzkorn1-2/+2
2023-03-23tailcfg: add Node.SelfNodeV4MasqAddrForThisPeerMaisem Ali1-2/+2
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris9-27/+18
2023-01-19all: start groundwork for using capver for localapi & peerapiBrad Fitzpatrick1-3/+4
2023-01-11control/controlclient, tailcfg: add Node.Expired field, set for expired nodesAndrew Dunham1-1/+1
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-6/+5
2022-11-02tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-onlyBrad Fitzpatrick1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref3-8/+8
2022-09-27util/deephash: add AppendSum method (#5768)Andrew Dunham2-0/+33
2022-09-22tailcfg, util/deephash: add DataPlaneAuditLogID to Node and DomainDataPlaneAu...Aaron Klotz1-1/+1
2022-08-30util/deephash: handle slice edge-cases (#5471)Joe Tsai2-6/+84
2022-08-27util/deephash: remove getTypeInfo (#5469)Joe Tsai2-93/+32
2022-08-27util/deephash: require pointer in API (#5467)Joe Tsai2-122/+97
2022-08-27util/deephash: move pointer and interface logic to separate function (#5465)Joe Tsai1-35/+49
2022-08-27util/deephash: move map logic to separate function (#5464)Joe Tsai2-57/+64
2022-08-27util/deephash: coalesce struct logic (#5466)Joe Tsai1-64/+48
2022-08-27util/deephash: move array and slice logic to separate function (#5463)Joe Tsai1-41/+39
2022-08-27util/deephash: use unsafe.Pointer instead of reflect.Value (#5459)Joe Tsai5-162/+408
2022-08-27util/deephash: add debug printer (#5460)Joe Tsai1-0/+38
2022-08-26util/deephash: rely on direct memory hashing for primitive kinds (#5457)Joe Tsai2-97/+31
2022-08-26util/deephash: delete slow path (#5423)Joe Tsai2-229/+49
2022-08-24util/deephash: expand fast-path capabilities (#5404)Joe Tsai1-28/+56
2022-08-22control/controlclient,tailcfg: [capver 40] create KeySignature field in tailc...Tom DNetto1-1/+1
2022-08-18util/deephash: specialize for netip.Addr and drop AppendTo support (#5402)Joe Tsai3-54/+140
2022-08-16util/hashx: move from sha256x (#5388)Joe Tsai1-1/+1
2022-08-16util/sha256x: rename Hash as Block512 (#5351)Joe Tsai2-6/+13
2022-08-16util/deephash: move typeIsRecursive and canMemHash to types.go (#5386)Joe Tsai4-188/+206