summaryrefslogtreecommitdiffhomepage
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2023-01-01util/codegen: Remove year from copyright header.clonerDenton Gentry1-3/+2
2022-12-19util/winutil: fix erroneous condition in implementation of getRegIntegerInternalAaron Klotz1-1/+1
2022-12-14util/multierr: optimize New for nil cases (#6750)Joe Tsai2-13/+43
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick4-40/+4
2022-12-12util/multierr: add Range (#6643)Joe Tsai2-1/+76
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-6/+5
2022-11-28ipn/ipnauth, util/winutil: add temporary LookupPseudoUser workaround to addre...Aaron Klotz4-0/+115
2022-11-28util/set: add new set package for SetHandle typeBrad Fitzpatrick1-0/+30
2022-11-17cmd/tailscale, util/quarantine: set quarantine flags on files from TaildropAndrew Dunham4-0/+117
2022-11-08util/endian: add support on Loongnix-Server (loong64)ysicing1-1/+1
2022-11-05util/dirwalk, metrics, portlist: add new package for fast directory walkingBrad Fitzpatrick3-0/+315
2022-11-04all: remove old +build tagsBrad Fitzpatrick11-11/+0
2022-11-03util/winutil: remove log spam for missing registry keysAdrian Dewhurst1-3/+12
2022-11-02tailcfg: add Node.UnsignedPeerAPIOnly to let server mark node as peerapi-onlyBrad Fitzpatrick1-1/+1
2022-10-14cmd/tsconnect: pre-compress main.wasm when building the NPM packageMihai Parparita1-5/+4
2022-09-30util/singleflight: sync with upstreamCuong Manh Le1-9/+2
2022-09-29all: fix spelling mistakesJosh Soref6-12/+12
2022-09-28cmd/tailscaled, util/winutil: log Windows service diagnostics when the wintun...Aaron Klotz3-0/+364
2022-09-27util/deephash: add AppendSum method (#5768)Andrew Dunham2-0/+33
2022-09-26ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics}Brad Fitzpatrick2-0/+123
2022-09-22tailcfg, util/deephash: add DataPlaneAuditLogID to Node and DomainDataPlaneAu...Aaron Klotz1-1/+1
2022-09-10util/mak: deprecate NonNil, add type-safe NonNilSliceForJSON, NonNilMapForJSONBrad Fitzpatrick2-4/+40
2022-08-30util/uniq: add ModifySliceFunc (#5504)Andrew Dunham2-12/+49
2022-08-30util/uniq: use generics instead of reflect (#5491)Andrew Dunham2-49/+25
2022-08-30util/deephash: handle slice edge-cases (#5471)Joe Tsai2-6/+84
2022-08-28util/cstruct: add package for decoding padded C structures (#5429)Andrew Dunham3-0/+405
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 Tsai3-1/+1
2022-08-16util/sha256x: rename Hash as Block512 (#5351)Joe Tsai4-72/+106
2022-08-16util/deephash: move typeIsRecursive and canMemHash to types.go (#5386)Joe Tsai4-188/+206
2022-08-15util/deephash: simplify typeIsRecursive (#5385)Joe Tsai1-32/+11
2022-08-15util/deephash: remove unused stack slice in typeIsRecursive (#5363)Joe Tsai1-4/+0
2022-08-15util/deephash: simplify canMemHash (#5384)Joe Tsai2-22/+21
2022-08-15util/deephash: avoid variadic argument for Update (#5372)Joe Tsai1-6/+5
2022-08-14util/winutil: consolidate interface specific registry keysMaisem Ali1-0/+92
2022-08-12util/deephash: use binary encoding of time.Time (#5352)Joe Tsai2-14/+72
2022-08-11util/deephash: use sha256x (#5339)Joe Tsai4-160/+191
2022-08-11util/deephash: avoid using sync.Pool for reflect.MapIter (#5333)Joe Tsai1-7/+2