summaryrefslogtreecommitdiffhomepage
path: root/util/deephash
AgeCommit message (Expand)AuthorFilesLines
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder2-10/+10
2022-03-16util/deephash: remove Tailscale toolchain compatibility shimJosh Bleecher Snyder3-87/+8
2021-12-15all: gofmt -w -s (simplify) testsBrad Fitzpatrick1-1/+1
2021-11-03all: replace tailcfg.DiscoKey with key.DiscoPublic.David Anderson1-5/+6
2021-10-28wgengine/wgcfg: convert to use new node key type.David Anderson1-2/+2
2021-09-01wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint.David Anderson1-1/+2
2021-08-30util/deephash: remove soon to be deleted field from wgcfg.David Anderson1-3/+1
2021-08-30util/deephash: fix TestArrayAllocsJoe Tsai1-3/+22
2021-08-24fix: typo spelling grammarslowy071-1/+1
2021-08-06types/dnstype: introduce new package for ResolverDavid Crawshaw1-1/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder2-0/+2
2021-08-03util/deephash: remove unnecessary formatting for structs and slices (#2571)Joe Tsai2-11/+37
2021-08-02util/deephash: hash uint{8,16,32,64} explicitly (#2502)Joe Tsai2-46/+116
2021-08-02util/deephash: simplify hasher.hashMap (#2503)Joe Tsai1-80/+46
2021-07-22util/deephash: improve cycle detection (#2470)Joe Tsai3-331/+100
2021-07-21util/deephash: disambiguate hashing of AppendTo (#2483)Joe Tsai2-2/+12
2021-07-21util/deephash: include type as part of hash for interfaces (#2476)Joe Tsai2-1/+48
2021-07-21util/deephash: introduce deliberate instability (#2477)Joe Tsai1-2/+15
2021-07-20util/deephash: make hash type opaqueJoe Tsai2-41/+19
2021-07-07util/deephash: don't reflect.Copy if element type is a defined uint8Brad Fitzpatrick2-1/+8
2021-07-07util/deephash: skip alloc test under race detectorBrad Fitzpatrick1-0/+4
2021-07-07util/deephash: optimize hashing of byte arrays, reduce allocs in HashBrad Fitzpatrick2-14/+90
2021-07-07util/deephash: prevent infinite loop on map cycleBrad Fitzpatrick2-0/+34
2021-07-07util/deephash: move funcs to methodsBrad Fitzpatrick2-36/+61
2021-07-05util/deephash: fix sync.Pool usageBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: use keyed struct literal, fix vetBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: optimize CPU a bit by by avoiding fmt in more placesBrad Fitzpatrick1-3/+5
2021-07-05util/deephash: add a benchmark and some benchmark dataBrad Fitzpatrick1-0/+59
2021-07-05util/deephash: export a Hash func for use by the control planeBrad Fitzpatrick2-24/+79
2021-07-02util/deephash: move internal/deephash to util/deephashBrad Fitzpatrick5-0/+683