| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-22 | tailcfg, util/deephash: add DataPlaneAuditLogID to Node and DomainDataPlaneAu... | Aaron Klotz | 1 | -1/+1 |
| 2022-09-10 | util/mak: deprecate NonNil, add type-safe NonNilSliceForJSON, NonNilMapForJSON | Brad Fitzpatrick | 2 | -4/+40 |
| 2022-08-30 | util/uniq: add ModifySliceFunc (#5504) | Andrew Dunham | 2 | -12/+49 |
| 2022-08-30 | util/uniq: use generics instead of reflect (#5491) | Andrew Dunham | 2 | -49/+25 |
| 2022-08-30 | util/deephash: handle slice edge-cases (#5471) | Joe Tsai | 2 | -6/+84 |
| 2022-08-28 | util/cstruct: add package for decoding padded C structures (#5429) | Andrew Dunham | 3 | -0/+405 |
| 2022-08-27 | util/deephash: remove getTypeInfo (#5469) | Joe Tsai | 2 | -93/+32 |
| 2022-08-27 | util/deephash: require pointer in API (#5467) | Joe Tsai | 2 | -122/+97 |
| 2022-08-27 | util/deephash: move pointer and interface logic to separate function (#5465) | Joe Tsai | 1 | -35/+49 |
| 2022-08-27 | util/deephash: move map logic to separate function (#5464) | Joe Tsai | 2 | -57/+64 |
| 2022-08-27 | util/deephash: coalesce struct logic (#5466) | Joe Tsai | 1 | -64/+48 |
| 2022-08-27 | util/deephash: move array and slice logic to separate function (#5463) | Joe Tsai | 1 | -41/+39 |
| 2022-08-27 | util/deephash: use unsafe.Pointer instead of reflect.Value (#5459) | Joe Tsai | 5 | -162/+408 |
| 2022-08-27 | util/deephash: add debug printer (#5460) | Joe Tsai | 1 | -0/+38 |
| 2022-08-26 | util/deephash: rely on direct memory hashing for primitive kinds (#5457) | Joe Tsai | 2 | -97/+31 |
| 2022-08-26 | util/deephash: delete slow path (#5423) | Joe Tsai | 2 | -229/+49 |
| 2022-08-24 | util/deephash: expand fast-path capabilities (#5404) | Joe Tsai | 1 | -28/+56 |
| 2022-08-22 | control/controlclient,tailcfg: [capver 40] create KeySignature field in tailc... | Tom DNetto | 1 | -1/+1 |
| 2022-08-18 | util/deephash: specialize for netip.Addr and drop AppendTo support (#5402) | Joe Tsai | 3 | -54/+140 |
| 2022-08-16 | util/hashx: move from sha256x (#5388) | Joe Tsai | 3 | -1/+1 |
| 2022-08-16 | util/sha256x: rename Hash as Block512 (#5351) | Joe Tsai | 4 | -72/+106 |
| 2022-08-16 | util/deephash: move typeIsRecursive and canMemHash to types.go (#5386) | Joe Tsai | 4 | -188/+206 |
| 2022-08-15 | util/deephash: simplify typeIsRecursive (#5385) | Joe Tsai | 1 | -32/+11 |
| 2022-08-15 | util/deephash: remove unused stack slice in typeIsRecursive (#5363) | Joe Tsai | 1 | -4/+0 |
| 2022-08-15 | util/deephash: simplify canMemHash (#5384) | Joe Tsai | 2 | -22/+21 |
| 2022-08-15 | util/deephash: avoid variadic argument for Update (#5372) | Joe Tsai | 1 | -6/+5 |
| 2022-08-14 | util/winutil: consolidate interface specific registry keys | Maisem Ali | 1 | -0/+92 |
| 2022-08-12 | util/deephash: use binary encoding of time.Time (#5352) | Joe Tsai | 2 | -14/+72 |
| 2022-08-11 | util/deephash: use sha256x (#5339) | Joe Tsai | 4 | -160/+191 |
| 2022-08-11 | util/deephash: avoid using sync.Pool for reflect.MapIter (#5333) | Joe Tsai | 1 | -7/+2 |
| 2022-08-10 | util/sha256x: make Hash.Sum non-escaping (#5338) | Joe Tsai | 2 | -1/+21 |
| 2022-08-10 | util/sha256x: new package (#5337) | Joe Tsai | 2 | -0/+298 |
| 2022-08-09 | util/deephash: always keep values addressable (#5328) | Joe Tsai | 2 | -109/+135 |
| 2022-08-06 | util/must: rename Do->Get, add Do | Maisem Ali | 1 | -3/+12 |
| 2022-08-05 | util/strs: add new package for string utility funcs | Brad Fitzpatrick | 2 | -0/+66 |
| 2022-08-05 | util/must: new package (#5307) | Joe Tsai | 1 | -0/+17 |
| 2022-08-04 | all: use syncs.AtomicValue | Maisem Ali | 1 | -5/+5 |
| 2022-08-03 | cmd/tsconnect,util/precompress: move precompression to its own package | Mihai Parparita | 1 | -0/+131 |
| 2022-08-02 | all: migrate more code code to net/netip directly | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-08-02 | all: gofmt for Go 1.19 | Brad Fitzpatrick | 5 | -25/+26 |
| 2022-07-27 | util/deephash: fix unexported time.Time hashing | Brad Fitzpatrick | 3 | -2/+56 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 2 | -10/+10 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -16/+17 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 4 | -141/+2 |
| 2022-07-19 | util/deephash: generate type-specific hasher funcs | Brad Fitzpatrick | 2 | -2/+667 |
| 2022-07-11 | ipn/localapi: add API for uploading client metrics | Mihai Parparita | 1 | -0/+9 |
| 2022-06-30 | util/cloudenv: add Azure support & DNS IPs | Brad Fitzpatrick | 1 | -11/+110 |
| 2022-06-29 | ipn/ipnlocal, net/dns*, util/cloudenv: add AWS DNS support | Brad Fitzpatrick | 1 | -0/+40 |
| 2022-06-29 | ipn/ipnlocal, net/dns*, util/cloudenv: specialize DNS config on Google Cloud | Brad Fitzpatrick | 1 | -0/+45 |
| 2022-06-25 | util/deephash: add canMemHash func + typeInfo property | Brad Fitzpatrick | 2 | -0/+108 |