484 Commits (b446de103ae9fcf17cfda6abc2f5ae33ec22fb58)
 

Author SHA1 Message Date
David Anderson b446de103a tsweb: fix tests. 6 years ago
David Anderson af3a9dfad6 tsweb: add a StdHandler that doesn't log 200 responses. 6 years ago
David Anderson ba2774ea27 cmd/mkpkg: support depending on stuff. 6 years ago
David Anderson 362d6af4e2 cmd/tailscaled: set CacheDirectory in service. 6 years ago
Brad Fitzpatrick e71a7c7a2c logtail: read to EOF on chunked response 6 years ago
Brad Fitzpatrick fcb6a34f4b logtail: reduce allocations encoding text 6 years ago
Brad Fitzpatrick 2863e49db9 tsweb: don't flush, treat no-op Handler as 200, like Go 6 years ago
Brad Fitzpatrick 3b4b17d239 logpolicy: log on dials, add knob to force HTTP/1 for log uploads 6 years ago
David Anderson 5d995d9d6b tsweb: add a test case for nil child errors in tsweb.Error. 6 years ago
David Anderson 2c2dff9559 tsweb: don't panic if we get a tsweb.Error with no embedded error. 6 years ago
David Crawshaw 2f8719741e controlclient: do not send duplicate hostinfo/netinfo 6 years ago
David Anderson 48d7ee1c6a cmd/microproxy: adjust to export node stats and a Go expvar server's stats. 6 years ago
Brad Fitzpatrick 8ca796d144 ipn, ipn/policy: filter portlist to a short list of "interesting" ports 6 years ago
Brad Fitzpatrick c6aa5b639f tailcfg: clarify Hostinfo.OS doc 6 years ago
Brad Fitzpatrick 4524dcf51e version: move runtime.OS to tailscale OS mapping func to version 6 years ago
David Anderson c14bc028ac cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs. 6 years ago
Brad Fitzpatrick 1df3c8d02a derp, netcheck: make tests listen on localhost only 6 years ago
Brad Fitzpatrick 5362e952e1 safesocket: gofmt 6 years ago
Brad Fitzpatrick fee2d9fad4 safesocket: connect to the macOS network extension on darwin (as last resort) 6 years ago
David Crawshaw 0590ad68be controlclient, ipn: adjust tests for authURL semantic changes 6 years ago
Brad Fitzpatrick a4ef345737 cmd/tailscale: add status subcommand 6 years ago
Brad Fitzpatrick 810c1e9704 types/key: make Public implement TextMarshaler, TextUnmarshaler 6 years ago
Brad Fitzpatrick f51f18b42b ipn: move FakeBackend to a test-only file 6 years ago
Brad Fitzpatrick 8ebee05fbd cmd/tailscale: remove unnecessary logpolicy/logtail logging 6 years ago
David Anderson 80261b02ba testy: make safe for concurrent use. 6 years ago
David Anderson 1fdadf06f1 testy: don't give Clock.Step==0 magical behavior. 6 years ago
Brad Fitzpatrick 8b3f6be008 control/controlclient: flip IPv6 to be on by default 6 years ago
Brad Fitzpatrick 322499473e cmd/tailscaled, wgengine, ipn: add /debug/ipn handler with world state 6 years ago
David Anderson dbca186a64 stunner: fix data race. 6 years ago
Brad Fitzpatrick 7fb8d873ac logpolicy: don't log timestamp when running under systemd 6 years ago
Brad Fitzpatrick 2d48f92a82 wgengine/magicsock: re-stun every [20,27] sec, not 28 6 years ago
Brad Fitzpatrick 2c7ddd0828 go.mod, go.sum: tidy 6 years ago
Brad Fitzpatrick 577f321c38 wgengine/magicsock: revise derp fallback logic 6 years ago
David Anderson cbd8aceb95 go.mod: bump wireguard-go version. 6 years ago
Brad Fitzpatrick 2e420ad8b6 wgengine, wgengine/filter: minor doc, style, performance, locking changes 6 years ago
Brad Fitzpatrick 6284454ae5 wgengine/magicsock: if UDP blocked, pick DERP where most peers are 6 years ago
Avery Pennarun f53e78e0d5 wgengine: don't lose filter state on filter reconfig. 6 years ago
Avery Pennarun 4336de0d98 ipn/local: don't print packet filter every single time. 6 years ago
Avery Pennarun a56e853b72 cmd/relaynode: delete it! 6 years ago
David Anderson 73fccd8b06 control/controlclient: remove old compat PacketFilter initialization. 6 years ago
Brad Fitzpatrick d321190578 wgengine/magicsock: stringify [IPv6]:port normally in AddrSet.String 6 years ago
Brad Fitzpatrick 3c3ea8bc8a wgengine/magicsock: finish IPv6 transport support 6 years ago
Brad Fitzpatrick 82ed7e527e wgengine/magicsock: remove log allocation 6 years ago
Brad Fitzpatrick 8454bbbda5 wgengine/magicsock: more logging improvements 6 years ago
Brad Fitzpatrick 64aff0db7b control/controlclient: add TODO to delete the UAPI method 6 years ago
Brad Fitzpatrick 7740cbd8d9 ipn: call SetNetInfoCallback later, in Start 6 years ago
Brad Fitzpatrick 680311b3df wgengine/magicsock: fix few remaining logs without package prefix 6 years ago
Brad Fitzpatrick c473927558 wgengine/magicsock: clean up, add, improve DERP logs 6 years ago
Brad Fitzpatrick e749377a56 derp/derphttp: remove a redundant log message 6 years ago
Brad Fitzpatrick 1d3f45f9be derp/derphttp: ignore PeerGoneMessage in test 6 years ago