summaryrefslogtreecommitdiffhomepage
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2026-04-24util/topk: remove unsued packageawly/deadcode-topkAndrew Lytvynov2-396/+0
2026-04-15util/httpm: open .git/index to defeat Go test cachingBrad Fitzpatrick1-0/+7
2026-04-14util/linuxfw,wgengine/router: allow incoming CGNAT range traffic with nodeattrNaman Sood6-46/+369
2026-04-14util/linuxfw: fix nil deref in nftables chain checkBrad Fitzpatrick2-2/+43
2026-04-13all: fix six tests that failed with -count=2Brad Fitzpatrick2-0/+21
2026-04-10.github, tool/listpkgs: automatically find tests which use tstest.RequireRootBrad Fitzpatrick1-5/+1
2026-04-07ipn/localapi, cli, clientmetric: add ipnbus feature tag; fix omit.go stubBrad Fitzpatrick1-3/+4
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick6-91/+91
2026-03-24derp,types,util: use bufio Peek+Discard for allocation-free fast reads (#19067)Mike O'Driscoll2-0/+129
2026-03-23util/osdiag: fix typo in comment (reciever -> receiver)Charlie Tonneslan1-1/+1
2026-03-10util/linuxfw: fix nil pointer panic in connmark rules without IPv6 (#18946)Mike O'Driscoll3-12/+154
2026-03-09util/osuser: extend id command fallback for group IDs to freebsdGesa Stupperich2-4/+17
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick18-70/+54
2026-03-05types/ptr: deprecate ptr.To, use Go 1.26 newBrad Fitzpatrick5-16/+9
2026-03-04util/linuxfw,wgengine/router: add connmark rules for rp_filter workaround (#1...Mike O'Driscoll4-0/+588
2026-02-26util/set: make Set.Slice return elements in sorted order for ordered typesBrad Fitzpatrick2-2/+74
2026-01-30net/dns,ipn/ipnlocal: add nodecap to resolve subdomains (#18258)Fernando Serboncini2-0/+40
2026-01-23all: remove AUTHORS file and references to itWill Norris249-250/+250
2026-01-21util/limiter: don't panic when dumping a new LimiterJosh Bleecher Snyder2-0/+8
2026-01-08feature/featuretags: make QR codes modular (#18358)Simon Law5-20/+42
2026-01-07cmd/tailscale/cli, util/qrcodes: format QR codes on Linux consoles (#18182)Simon Law3-0/+249
2026-01-06wgengine/magicsock: extract IMDS utilities into a standalone package (#18334)Alex Valiushko3-0/+343
2025-12-16client/local: add method to set gauge metric to a valueWill Norris2-0/+21
2025-11-26util/execqueue: don't hold mutex in RunSyncBrad Fitzpatrick2-17/+29
2025-11-21util/eventbus: use unbounded event queues for DeliveredEvents in subscribersNick Khyl3-39/+16
2025-11-21util/eventbus: add tests for a subscriber publishing eventsNick Khyl1-0/+60
2025-11-21util/eventbus: add tests for a subscriber trying to acquire the same mutex as...Nick Khyl1-0/+70
2025-11-19util/eventbus: simplify some reflect in Bus.pumpBrad Fitzpatrick1-1/+1
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan12-179/+179
2025-11-17go.mod: bump golang.org/x/crypto (#17907)Andrew Lytvynov6-45/+45
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick13-27/+28
2025-11-15util/cache: remove unused codeBrad Fitzpatrick5-386/+0
2025-11-15util/clientmetric: fix regression causing Metric.v to be uninitialisedAvery Palmer1-5/+8
2025-11-13ipn/ipnlocal: remove all the weird locking (LockedOnEntry, UnlockEarly, etc)Brad Fitzpatrick1-1/+20
2025-11-12util/dnsname: fix test error messageFran Bull1-1/+1
2025-11-12wgengine/wgcfg: remove two unused Config fieldsBrad Fitzpatrick1-1/+0
2025-11-12util/dnsname: increase maxNameLength to account for trailing dotFran Bull2-1/+33
2025-11-11util/eventbus: log goroutine stacks when hung in CIBrad Fitzpatrick1-0/+7
2025-10-31util/eventbus: block for the subscriber during SubscribeFunc close (#17642)M. J. Fromberger2-8/+70
2025-10-30util/eventbus: allow logging of slow subscribers (#17705)M. J. Fromberger5-7/+179
2025-10-30control/controlclient: remove unused reference to mapCtx (#17614)James 'zofrex' Sanderson1-0/+6
2025-10-28cmd/jsonimports: add static analyzer for consistent "json" imports (#17669)Joe Tsai2-0/+476
2025-10-23util/linuxfw: fix 32-bit arm regression with iptablesBrad Fitzpatrick2-4/+2
2025-10-10util/eventbus/eventbustest: add support for synctest instead of timers (#17522)Claus Lensbøl4-94/+164
2025-10-10clientupdate, util/osshare, util/winutil, version: improve Windows GUI filena...Aaron Klotz2-17/+54
2025-10-10types/persist: add AttestationKey (#17281)Patrick O'Doherty2-0/+5
2025-10-10util/eventbus: run subscriber functions in a goroutine (#17510)M. J. Fromberger1-14/+24
2025-10-08net/dns, ipn/ipnlocal: fix regressions from change moving away from deephashBrad Fitzpatrick1-1/+1
2025-10-07util/eventbus: add a function-based subscriber type (#17432)M. J. Fromberger3-77/+268
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick1-0/+25