summaryrefslogtreecommitdiffhomepage
path: root/types
AgeCommit message (Expand)AuthorFilesLines
2021-07-15control/{controlknobs,controlclient}: simplify knobs API, fix controlclient c...Brad Fitzpatrick2-30/+0
2021-07-15net/portmapper: add upnp port mappingjulianknodt2-0/+30
2021-06-25types/logger: fix deadlock RateLimitedFn reentrancyBrad Fitzpatrick2-5/+21
2021-06-18staticcheck.conf: turn off noisy lint errorsDavid Crawshaw1-2/+0
2021-05-24tailcfg, types/wgkey: add AppendTo methods on some typesBrad Fitzpatrick1-10/+14
2021-05-20net/packet: use netaddr AppendTo methodsJosh Bleecher Snyder2-126/+0
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-2/+2
2021-05-10types/wgkey: optimize Key.ShortStringJosh Bleecher Snyder1-2/+10
2021-05-10types/wgkey: add BenchmarkShortStringJosh Bleecher Snyder1-0/+10
2021-05-06types/wgkey: simplify Key.UnmarshalJSONJosh Bleecher Snyder2-4/+18
2021-05-05wgengine/netstack: don't pass non-subnet traffic to netstack in hybrid modeBrad Fitzpatrick1-2/+2
2021-05-05types/logger: add key grinder stats lines to rate-limiting exemption listJosh Bleecher Snyder1-2/+6
2021-05-04types/logger: fix rate limiter allowlistJosh Bleecher Snyder1-1/+1
2021-04-30types/logger: rate limited: more hysteresis, better messages.Avery Pennarun3-39/+142
2021-04-29types/wgkey: use value receiver with MarshalJSONJosh Bleecher Snyder2-9/+54
2021-04-29all: delete wgcfg.Key and wgcfg.PrivateKeyJosh Bleecher Snyder1-1/+1
2021-04-18types/netmap: remove some old TODOsBrad Fitzpatrick1-4/+1
2021-04-12types/netmap: add some docs/warning to NetworkMapBrad Fitzpatrick1-0/+4
2021-04-02types/preftype: don't use iota for consts persisted to diskBrad Fitzpatrick1-3/+5
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-0/+74
2021-02-23net/portmapper: add NAT-PMP client, move port mapping service probingBrad Fitzpatrick1-0/+9
2021-02-05types/netmap: split controlclient.NetworkMap off into its own leaf packageBrad Fitzpatrick2-0/+561
2021-02-05types/persist: split controlclient.Persist into a small leaf packageBrad Fitzpatrick3-0/+214
2021-02-04ipn: split LocalBackend off into new ipn/ipnlocal packageBrad Fitzpatrick1-0/+30
2021-01-28types/logger: fix rateFree interaction with verbosity prefixesJosh Bleecher Snyder1-4/+4
2021-01-19types/logger: trim spaces from the rate-limited example message.David Anderson1-1/+1
2021-01-15wgengine/magicsock: close test loggers once we're done with themJosh Bleecher Snyder1-0/+24
2021-01-14wgengine/magicsock: stop depending on UpdateDst in legacy codepaths.David Anderson1-0/+9
2021-01-13Provide example when format string is rate limitedSmitty2-3/+3
2021-01-08wgengine: quiet some wireguard-go loggingJosh Bleecher Snyder1-0/+13
2020-12-30wgkey: new packageJosh Bleecher Snyder3-4/+356
2020-12-19Clarify that raw format strings are intentionalSmitty2-3/+3
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick1-1/+1
2020-10-29types/logger: fix LogOnChange to pass through format/args to underlying loggerBrad Fitzpatrick1-1/+4
2020-10-19types/flagtype: fix bug showing the default port value (shown in --help)Brad Fitzpatrick1-1/+6
2020-10-19types/logger: move RusagePrefixLog to logger package, disable by defaultBrad Fitzpatrick3-0/+63
2020-09-25cmd/tailscaled: use the standard flag page instead of getoptBrad Fitzpatrick1-0/+41
2020-08-20types/key: restore Curve25519 clamping in NewPrivateBrad Fitzpatrick2-0/+32
2020-07-14types/logger: fix go test vet errorElias Naur1-1/+1
2020-07-10wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsockBrad Fitzpatrick1-0/+25
2020-07-03types/logger: add rateFreePrefix rate-limiting-exempt log format prefixesBrad Fitzpatrick1-0/+14
2020-06-25types/opt: add Bool.EqualBool methodBrad Fitzpatrick2-0/+30
2020-06-19all: generate discovery key, plumb it aroundBrad Fitzpatrick1-0/+11
2020-06-15Fix concurrency issues in controlclient, ipn, types/logger (#456)Dmytro Shynkevych2-1/+35
2020-05-29types/logger: add TS_DEBUG_LOG_RATE knob to easily turn off rate limitingBrad Fitzpatrick1-0/+6
2020-05-25types/strbuilder: add a variant of strings.Builder that uses sync.PoolBrad Fitzpatrick2-0/+126
2020-05-20log rate limiting: reformat limiter messages, and use nonempty burst size.Avery Pennarun2-8/+10
2020-05-15wgengine: log node IDs when peers are added/removed (#381)Wendi Yu2-18/+80
2020-05-13types/logger: add ArgWriterBrad Fitzpatrick2-0/+31
2020-05-11types/logger: simplify mutex locking in rate-limited loggerBrad Fitzpatrick1-31/+42