4814 Commits (a255a08ea61ba918ddeeacfdfbc3ca5e489481aa)
 

Author SHA1 Message Date
Elias Naur ad0795efc2 net/dnscache: don't use the Go resolver on Android 6 years ago
Brad Fitzpatrick a464439658 control/controlclient: fix build break caused by overzealous gitting 6 years ago
Brad Fitzpatrick 2244cca5ff net/tlsdial: update package doc to say it's now somewhat useless 6 years ago
Brad Fitzpatrick 58e83d8f66 tempfork/x509: moved to tailscale/go's crypto/x509 instead 6 years ago
Brad Fitzpatrick 172d72a060 Revert "net/tlsdial: add memory-optimized TLS cert verification path for iOS" 6 years ago
Brad Fitzpatrick 5d67365cc9 logtail: add PrivateID.IsZero method 6 years ago
Brad Fitzpatrick 9497921f52 logpolicy: also set up TLS dialing (for iOS) for log uploads 6 years ago
Brad Fitzpatrick c726c1eec9 logtail: add const DefaultHost with default server name 6 years ago
Brad Fitzpatrick 1a0f6fea58 go.mod, go.sum: bump wireguard-go, tidy 6 years ago
Brad Fitzpatrick 95a658e1e3 control/controlclient: also rename HTTPC in the tests 6 years ago
Brad Fitzpatrick eb6de2bd88 control/controlclient: restore Options.HTTPC as Options.HTTPTestClient 6 years ago
Brad Fitzpatrick 6fcbd4c4d4 net/tlsdial: add memory-optimized TLS cert verification path for iOS 6 years ago
Brad Fitzpatrick b6fa5a69be net/tlsdial: add package for TLS dials, and make DERP & controlclient use it 6 years ago
Brad Fitzpatrick d427fc023e tempfork/x509: remove the bundle tag in our fork 6 years ago
Brad Fitzpatrick 28c632c97b tempfork/x509: store certs for iOS compressed in binary, parse lazily 6 years ago
Brad Fitzpatrick 8fd8fc9c7d tempfork/x509: fix build on darwin and windows 6 years ago
Brad Fitzpatrick bfc1261ab6 crypto/x509: keep smaller root cert representation in memory until needed 6 years ago
Brad Fitzpatrick f5993f2440 crypto/x509: add support for CertPool to load certs lazily 6 years ago
Brad Fitzpatrick 6b232b5a79 Disable staticcheck for tempfork packages. 6 years ago
Numerous Gophers 3bab226299 Add fork of Go 1.15-dev's crypto/x509 6 years ago
Elias Naur 2dac4f2b24 wgengine/monitor: disable monitor on Android 6 years ago
David Anderson eccae0cd0c tsweb: add ReturnHandlerFunc. 6 years ago
Brad Fitzpatrick 0a50ecbad3 control/controlclient: add missing vlog, for consistency with other sites 6 years ago
Brad Fitzpatrick b8594dc937 control/controlclient: fix deadlock in timeout+keepalive race 6 years ago
wardn d052586da7 cmd/taillogin: delete it 6 years ago
David Anderson 108e3af76f github: use Go 1.14 in CI. 6 years ago
Brad Fitzpatrick 268d331cb5 wgengine/magicsock: prune key.Public-keyed on peer removals 6 years ago
Brad Fitzpatrick 00d053e25a wgengine/magicsock: fix slow memory leak as peer endpoints move around 6 years ago
Brad Fitzpatrick 7fc97c5493 wgengine/magicsock: use netaddr more 6 years ago
Brad Fitzpatrick 6fb30ff543 wgengine/magicsock: start using inet.af/netaddr a bit 6 years ago
David Anderson 42e62a7eb2 testy: fix clock initialization when Start is provided. 6 years ago
David Anderson ccfc4e0634 go.mod: bump wireguard-go version. 6 years ago
David Anderson afbfe4f217 wgengine: drop wireguard MTU to 1280 bytes. 6 years ago
David Anderson b925e18f70 tstime: hand-implement parseInt for specific needs of rfc3339 parsing. 6 years ago
Avery Pennarun dc9b39e3fb wgengine/windows: use new winipcfg.Sync{Addresses,Routes} functions. 6 years ago
Brad Fitzpatrick adf74c75ed wgengine: also diagnose not-yet-rebooted system updates on Arch 6 years ago
Brad Fitzpatrick 3464114b88 logtail: add ParsePublicID that doesn't allocate 6 years ago
Brad Fitzpatrick 780deb9996 go.mod, go.sum: update go4.org/mem to its new home in its own module 6 years ago
Brad Fitzpatrick 614eec174f derp/derphttp: avoid endless reconnect race on failure 6 years ago
Brad Fitzpatrick 347a926ac4 control/controlclient: add opt-in netmap verbose debugging env var 6 years ago
Brad Fitzpatrick 45f2b53aca all: remove unnecessary trailing newlines in format patterns for consistency 6 years ago
Brad Fitzpatrick a7e7c7b548 wgengine/magicsock: close derp connections on rebind 6 years ago
Brad Fitzpatrick 614261d00d wgengine/magicsock: reset AddrSet states on Rebind 6 years ago
Brad Fitzpatrick c0697e1feb net/interfaces: add IsExpensive and up state to State 6 years ago
Brad Fitzpatrick a55c4217db wgengine: diagnose why CreateTUN might've failed for users 6 years ago
Brad Fitzpatrick 3a3b64301e wgengine: quiet some engine reconfig logging, make more consistent 6 years ago
Dmitry Adamushko 806645ea0e derp: prevent readFrame() from reading more than len(b) bytes. 6 years ago
Dmitry Adamushko f2c2d0de68 derp/derp_server: unregisterClient() for replaced client connections. 6 years ago
Brad Fitzpatrick 39ae80a2e7 version: bump date 6 years ago
Brad Fitzpatrick 1ec27dbb5b wgengine: remove an allocation in reconfig 6 years ago