| .. |
|
backoff
|
01e645fae1
util/backoff: rename logtail/backoff package to util/backoff
|
5 months ago |
|
cache
|
a20e46a80f
util/cache: fix missing interface methods (#11275)
|
2 years ago |
|
checkchange
|
f270c3158a
net/dns, ipn/ipnlocal: fix regressions from change moving away from deephash
|
4 months ago |
|
cibuild
|
71029cea2d
all: update copyright and license headers
|
3 years ago |
|
clientmetric
|
3ae7a351b4
feature/featuretags: make clientmetrics optional
|
5 months ago |
|
cloudenv
|
c45f8813b4
feature/featuretags, all: add build features, use existing ones in more places
|
5 months ago |
|
cmpver
|
2fa20e3787
util/cmpver: add Less/LessEq helper funcs
|
2 years ago |
|
codegen
|
fbb91758ac
cmd/viewer, types/views: implement support for json/v2 (#16852)
|
6 months ago |
|
cstruct
|
60d19fa00d
all: use Go 1.21's binary.NativeEndian
|
1 year ago |
|
ctxkey
|
94a4f701c2
all: use reflect.TypeFor now available in Go 1.22 (#11078)
|
2 years ago |
|
deephash
|
cb6fc37d66
util/deephash: move tests that depend on other tailscale packages to deephash_test
|
10 months ago |
|
dirwalk
|
1a30b2d73f
all: use tstest.Replace more
|
3 years ago |
|
dnsname
|
d69c70ee5b
tailcfg: adjust ServiceName.Validate to use vizerror
|
1 year ago |
|
eventbus
|
ad6cf2f8f3
util/eventbus: add a function-based subscriber type (#17432)
|
4 months ago |
|
execqueue
|
38a1cf748a
control/controlclient,util/execqueue: extract execqueue into a package
|
2 years ago |
|
expvarx
|
1cb855fb36
util/expvarx: deflake TestSafeFuncHappyPath with synctest
|
5 months ago |
|
goroutines
|
07aae18bca
ipn/ipnlocal, util/goroutines: track goroutines for tests, shutdown
|
1 year ago |
|
groupmember
|
673ff2cb0b
util/groupmember: fail earlier if group doesn't exist, use slices.Contains
|
2 years ago |
|
hashx
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |
|
httphdr
|
9cb6c5bb78
util/httphdr: add new package for parsing HTTP headers (#9797)
|
2 years ago |
|
httpm
|
5aa7687b21
util/httpm: don't run test if .git doesn't exist
|
2 years ago |
|
limiter
|
c6af5bbfe8
all: add test for package comments, fix, add comments as needed
|
1 year ago |
|
lineiter
|
01185e436f
types/result, util/lineiter: add package for a result type, use it
|
1 year ago |
|
lineread
|
71029cea2d
all: update copyright and license headers
|
3 years ago |
|
linuxfw
|
c2f37c891c
all: use Go 1.20's errors.Join instead of our multierr package
|
5 months ago |
|
lru
|
1e2e319e7d
util/slicesx: add MapKeys and MapValues from golang.org/x/exp/maps
|
1 year ago |
|
mak
|
f468919f95
util/mak: delete long-deprecated, unused, pre-generics NonNil func
|
10 months ago |
|
multierr
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |
|
must
|
735f15cb49
util/must: add Get2 for functions that return two values
|
8 months ago |
|
nocasemaps
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |
|
osdiag
|
c6af5bbfe8
all: add test for package comments, fix, add comments as needed
|
1 year ago |
|
osshare
|
c6af5bbfe8
all: add test for package comments, fix, add comments as needed
|
1 year ago |
|
osuser
|
b3953ce0c4
ssh/tailssh: add Plan 9 support for Tailscale SSH
|
11 months ago |
|
pidowner
|
01185e436f
types/result, util/lineiter: add package for a result type, use it
|
1 year ago |
|
pool
|
8e4a29433f
util/pool: add package for storing and using a pool of items
|
1 year ago |
|
precompress
|
71029cea2d
all: update copyright and license headers
|
3 years ago |
|
progresstracking
|
bed818a978
ipn/localapi: add support for multipart POST to file-put
|
1 year ago |
|
prompt
|
b9cdef18c0
util/prompt: add a default and take default in non-interactive cases
|
5 months ago |
|
quarantine
|
71029cea2d
all: update copyright and license headers
|
3 years ago |
|
race
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |
|
racebuild
|
71029cea2d
all: update copyright and license headers
|
3 years ago |
|
rands
|
36e8e8cd64
wgengine/magicsock: use math/rands/v2
|
1 year ago |
|
reload
|
4a8cb1d9f3
all: use math/rand/v2 more
|
1 year ago |
|
ringlog
|
d42f0b6a21
util/ringbuffer: rename to ringlog
|
6 months ago |
|
set
|
206d98e84b
control/controlclient: restore aggressive Direct.Close teardown
|
5 months ago |
|
singleflight
|
93cd2ab224
util/singleflight: add DoChanContext
|
1 year ago |
|
slicesx
|
8b65598614
util/slicesx: add AppendNonzero
|
1 year ago |
|
stringsx
|
9e2819b5d4
util/stringsx: add package for extra string functions, like CompareFold
|
1 year ago |
|
syspolicy
|
cca70ddbfc
cmd/tailscaled: default --encrypt-state to true if TPM is available (#17376)
|
5 months ago |
|
sysresources
|
8d3acc9235
util/sysresources, magicsock: scale DERP buffer based on system memory
|
2 years ago |
|
testenv
|
c76d075472
nettest, *: add option to run HTTP tests with in-memory network
|
11 months ago |
|
topk
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |
|
truncate
|
4bbac72868
util/truncate: support []byte as well (#11614)
|
1 year ago |
|
usermetric
|
d816454a88
feature/featuretags: make usermetrics modular
|
5 months ago |
|
vizerror
|
2cadb80fb2
util/vizerror: add WrapWithMessage
|
1 year ago |
|
winutil
|
c2f37c891c
all: use Go 1.20's errors.Join instead of our multierr package
|
5 months ago |
|
zstdframe
|
7c1d6e35a5
all: use Go 1.22 range-over-int
|
1 year ago |