252 Commits (ee90cd02fdd4e4125ec9d12eef1195ed36ef4b2e)

Author SHA1 Message Date
Chris Palmer 8833dc51f1
util/set: add some useful utility functions for Set (#9535) 3 years ago
Claire Wang 32c0156311
util: add syspolicy package (#9550) 3 years ago
James Tucker 2066f9fbb2 util/linuxfw: fix crash in DelSNATRule when no rules are found 3 years ago
Claire Wang e3d6236606
winutil: refactor methods to get values from registry to also return (#9536) 3 years ago
David Anderson ed50f360db util/lru: update c.head when deleting the most recently used entry 3 years ago
Brad Fitzpatrick dc7aa98b76 all: use set.Set consistently instead of map[T]struct{} 3 years ago
David Anderson 95082a8dde util/lru, util/limiter: add debug helper to dump state as HTML 3 years ago
Craig Rodrigues 8452d273e3 util/linuxfw: Fix comment which lists supported linux arches 3 years ago
David Anderson 0909e90890 util/lru: replace container/list with a custom ring implementation 3 years ago
David Anderson 472eb6f6f5 util/lru: add a microbenchmark 3 years ago
David Anderson 96c2cd2ada util/limiter: add a keyed token bucket rate limiter 3 years ago
Anton Tolchanov 86b0fc5295 util/cmpver: add a few tests covering different OS versions 3 years ago
Brad Fitzpatrick 7175f06e62 util/rands: add package with HexString func 3 years ago
Craig Rodrigues 8683ce78c2 client/web, clientupdate, util/linuxfw, wgengine/magicsock: Use %v verb for errors 3 years ago
Maisem Ali 306b85b9a3 cmd/k8s-operator: add metrics to track usage 3 years ago
Brad Fitzpatrick 4af22f3785 util/deephash: add IncludeFields, ExcludeFields HasherForType Options 3 years ago
Aaron Klotz 6b6a8cf843 util/osdiag: add query for Windows page file configuration and status 3 years ago
Aaron Klotz 5fb1695bcb util/osdiag, util/osdiag/internal/wsc: add code to probe the Windows Security Center for installed software 3 years ago
Aaron Klotz ea693eacb6 util/winutil: add RegisterForRestart, allowing programs to indicate their preferences to the Windows restart manager 3 years ago
Brad Fitzpatrick 1b223566dd util/linuxfw: fix typo in unexported doc comment 3 years ago
Brad Fitzpatrick f35ff84ee2 util/deephash: relax an annoyingly needy test 3 years ago
KevinLiang10 b040094b90 util/linuxfw: reorganize nftables rules to allow it to work with ufw 3 years ago
Brad Fitzpatrick bc0eb6b914 all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps" 3 years ago
Brad Fitzpatrick e8551d6b40 all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} 3 years ago
Aaron Klotz c17a817769 util/osdiag: add logging for winsock layered service providers to Windows bugreports 3 years ago
Aaron Klotz b07347640c util/winutil/authenticode: add missing docs for CertSubjectError 3 years ago
Brad Fitzpatrick 7a5263e6d0 util/linuxfw: rename ErrorFWModeNotSupported 3 years ago
Aaron Klotz 3d2e35c053 util/winutil/authenticode: fix an inaccurate doc comment 3 years ago
Brad Fitzpatrick 66f27c4beb all: require Go 1.21 3 years ago
Maisem Ali 682fd72f7b util/testenv: add new package to hold InTest 3 years ago
KevinLiang10 ae63c51ff1 wgengine/router: add auto selection heuristic for iptables/nftables 3 years ago
Aaron Klotz 37925b3e7a go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil/authenticode: add Windows module list to OS-specific logs that are written upon bugreport 3 years ago
Aaron Klotz 7adf15f90e cmd/tailscale/cli, util/winutil/authenticode: flesh out authenticode support 3 years ago
David Anderson 52212f4323 all: update exp/slices and fix call sites 3 years ago
Maisem Ali 1ecc16da5f tailcfg,ipn/ipnlocal,wgengine: add values to PeerCapabilities 3 years ago
Brad Fitzpatrick 88cc0ad9f7 util/linuxfw: remove yet-unused code to fix linux/arm64 crash 3 years ago
KevinLiang10 a3c7b21cd1 util/linuxfw: add nftables support 3 years ago
Brad Fitzpatrick 7b1c3dfd28 tailcfg,etc: remove unused tailcfg.Node.KeepAlive field 3 years ago
KevinLiang10 6ebd87c669 util/linuxfw: add new arch build constraints 3 years ago
Brad Fitzpatrick b0a984dc26 util/lru: add a package for a typed LRU cache 3 years ago
KevinLiang10 243ce6ccc1 util/linuxfw: decoupling IPTables logic from linux router 3 years ago
Maisem Ali c11af12a49 .github: actually run tests in CI 3 years ago
Brad Fitzpatrick 7c1068b7ac util/goroutines: let ScrubbedGoroutineDump get only current stack 3 years ago
Andrew Dunham 62130e6b68 util/slicesx: add Partition function 3 years ago
Brad Fitzpatrick eefee6f149 all: use cmpx.Or where it made sense 3 years ago
Brad Fitzpatrick 12f8c98823 util/cmpx: add package with cmp-like things from future Go releases 3 years ago
Aaron Klotz 2aa8299c37 cmd/tailscaled, util/winutil: log our registry keys during tailscaled startup 3 years ago
Brad Fitzpatrick b69059334b util/set: add a basic map-based Set type 3 years ago
Brad Fitzpatrick 4f454f4122 util/codegen: support embedded fields 3 years ago
Andrew Dunham 280255acae
various: add golangci-lint, fix issues (#7905) 3 years ago