Commit Graph

  • 71bc3d9303 Patch docker to use valid Go version Sean Klein 2020-11-11 09:14:17 -0500
  • 563d43b2a5 Merge remote-tracking branch 'origin/main' into HEAD Avery Pennarun 2020-11-11 03:34:20 -0500
  • b246810377 .gitignore: ignore *.tmp files. Avery Pennarun 2020-11-11 01:52:06 -0500
  • c03543dbe2 version.sh: keep the short version even if there are patches on top. Avery Pennarun 2020-11-10 23:54:20 -0500
  • 0050070493 version.sh: remove use of `git describe --exclude` Avery Pennarun 2020-11-10 23:33:23 -0500
  • f99f6608ff Reverse earlier "allow tag without 'tag:' prefix" changes. Avery Pennarun 2020-11-10 22:26:23 -0500
  • e29f92f653 VERSION.txt: this is v1.2.5 v1.2.5 Avery Pennarun 2020-11-11 02:57:08 -0500
  • 3b12d590aa VERSION.txt: this is v9.8.8 Avery Pennarun 2020-11-11 02:10:10 -0500
  • 82dbf148a3 .gitignore: ignore *.tmp files. Avery Pennarun 2020-11-11 01:52:06 -0500
  • a38e28da07 net/packet: documentation pass. David Anderson 2020-11-10 22:26:00 -0800
  • c2cc3acbaf net/packet: remove NewIP, offer only a netaddr constructor. David Anderson 2020-11-10 21:58:09 -0800
  • d7ee3096dd net/packet: documentation cleanups. David Anderson 2020-11-10 21:12:46 -0800
  • df38ea4d65 version.sh: keep the short version even if there are patches on top. Avery Pennarun 2020-11-10 23:54:20 -0500
  • 28f3136611 version.sh: remove use of `git describe --exclude` Avery Pennarun 2020-11-10 23:33:23 -0500
  • 9ef39af2f2 net/packet: fix panic on invalid IHL field. David Anderson 2020-11-10 19:10:11 -0800
  • 22bf48f37c net/packet: remove {get,put}{16,32} indirection to encoding/binary. David Anderson 2020-11-10 19:09:47 -0800
  • 55b1221db2 net/packet: support full IPv6 decoding. David Anderson 2020-11-10 01:00:35 -0800
  • 89894c6930 net/packet: add IPv6 source and destination IPs to Parsed. David Anderson 2020-11-10 00:04:27 -0800
  • 1be01ddc6e Reverse earlier "allow tag without 'tag:' prefix" changes. Avery Pennarun 2020-11-10 22:26:23 -0500
  • cf7d8b2194 net/packet: fix panic on invalid IHL field. David Anderson 2020-11-10 19:10:11 -0800
  • 294fd9f6bd net/packet: remove {get,put}{16,32} indirection to encoding/binary. David Anderson 2020-11-10 19:09:47 -0800
  • b20de8d98d net/packet: support full IPv6 decoding. David Anderson 2020-11-10 01:00:35 -0800
  • 8f8ac2688f net/packet: add IPv6 source and destination IPs to Parsed. David Anderson 2020-11-10 00:04:27 -0800
  • bddc882f7d net/interfaces: ignore bogus proxy URLs from winhttp [windows] Brad Fitzpatrick 2020-11-10 11:30:05 -0800
  • 33505097c4 ipn, tailcfg: change Windows subnet disabling behavior w/ WPAD Brad Fitzpatrick 2020-11-10 10:31:07 -0800
  • d8a531108d wgengine/magicsock: quiet an IPv6 warning in tests Brad Fitzpatrick 2020-11-10 09:11:21 -0800
  • d192bd0f86 net/interfaces: ignore bogus proxy URLs from winhttp [windows] Brad Fitzpatrick 2020-11-10 11:30:05 -0800
  • d21956436a ipn, tailcfg: change Windows subnet disabling behavior w/ WPAD Brad Fitzpatrick 2020-11-10 10:31:07 -0800
  • 450cfedeba wgengine/magicsock: quiet an IPv6 warning in tests Brad Fitzpatrick 2020-11-10 09:11:21 -0800
  • e7ac9a4b90
    tsweb: refactor JSONHandler to take status code from error if it is present (#905) chungdaniel 2020-11-10 09:52:26 -0500
  • 6e52633c53 net/packet: record allocations in benchmark. David Anderson 2020-11-10 02:19:04 -0800
  • 093431f5dd net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. David Anderson 2020-11-09 23:49:09 -0800
  • c48253e63b wgengine/filter: add a method to run the packet filter without a packet. David Anderson 2020-11-09 23:22:23 -0800
  • 7a54910990 wgengine/filter: remove helper vars, mark NewAllowAll test-only. David Anderson 2020-11-09 22:02:03 -0800
  • 76d99cf01a wgengine/filter: remove the Matches type. David Anderson 2020-11-09 21:33:41 -0800
  • b950bd60bf wgengine/filter: add and clean up documentation. David Anderson 2020-11-09 21:22:36 -0800
  • a8589636a8 wgengine/filter: remove unused Clone methods. David Anderson 2020-11-09 21:22:16 -0800
  • b3634f020d wgengine/filter: use netaddr types in public API. David Anderson 2020-11-09 20:12:21 -0800
  • 0da8c577d8 wgengine/filter: remove the Matches type. David Anderson 2020-11-09 21:33:41 -0800
  • 76b4d3bc09 wgengine/filter: add and clean up documentation. David Anderson 2020-11-09 21:22:36 -0800
  • d1bb2396d1 wgengine/filter: remove unused Clone methods. David Anderson 2020-11-09 21:22:16 -0800
  • df3a2e70f8 wgengine/filter: use netaddr types in public API. David Anderson 2020-11-09 20:12:21 -0800
  • aa66426130 wgengine/filter: use netaddr types in public API. David Anderson 2020-11-09 20:12:21 -0800
  • c73c3001a4 tailscaled.service: also cleanup prior to starting. David Anderson 2020-11-09 20:13:51 -0800
  • 7988f75b87 tailscaled.service: also cleanup prior to starting. David Anderson 2020-11-09 20:13:51 -0800
  • 427bf2134f net/packet: rename from wgengine/packet. David Anderson 2020-11-09 16:16:04 -0800
  • 19df6a2ee2 wgengine/packet: rename types to reflect their v4-only-ness, document. David Anderson 2020-11-09 15:34:03 -0800
  • 97060a46ad net/packet: rename from wgengine/packet. David Anderson 2020-11-09 16:16:04 -0800
  • e1e0ff0f70 wgengine/packet: rename types to reflect their v4-only-ness, document. David Anderson 2020-11-09 15:34:03 -0800
  • a8073faac8 tsweb: add tests to check status from error and original functionality Daniel Chung 2020-11-09 17:37:27 -0500
  • ebd96bf4a9 wgengine/router/dns: use OpenKeyWait to set DNS configuration. David Anderson 2020-11-09 11:01:21 -0800
  • ad976eca3d wgengine/router/dns: use OpenKeyWait to set DNS configuration. David Anderson 2020-11-09 11:01:21 -0800
  • f9dd9281f5 tsweb: refactor JSONHandler to take status code from error if it is present Daniel Chung 2020-11-09 11:15:34 -0500
  • c572d622d7 VERSION.txt: this is v1.2.4 David Crawshaw 2020-11-08 10:39:42 -0500
  • fead79a02f version/version.sh: strip wc whitespace on macos David Crawshaw 2020-11-08 10:29:58 -0500
  • e9bca0c00b version/version.sh: strip wc whitespace on macos David Crawshaw 2020-11-08 10:29:58 -0500
  • 266f654861 VERSION.txt: this is 1.2.3 David Crawshaw 2020-11-08 10:09:20 -0500
  • 0d7ae3146c VERSION.txt: this is v1.2.3 v1.2.3 David Crawshaw 2020-11-08 09:59:37 -0500
  • b1de2020d7 version: bump date Brad Fitzpatrick 2020-11-06 21:56:46 -0800
  • d91a9131b1 ipn: debug zero bytes in IPN json messages Brad Fitzpatrick 2020-11-06 13:12:52 -0800
  • b4e19b95ed ipn: debug zero bytes in IPN json messages Brad Fitzpatrick 2020-11-06 13:12:52 -0800
  • e52bc5451f ipn: debug zero bytes in IPN json messages Brad Fitzpatrick 2020-11-06 13:12:52 -0800
  • dced1d6a37 ipn: treat zero-length file state store file as missing Brad Fitzpatrick 2020-11-06 12:56:24 -0800
  • d5bc375b0e wgengine/router: don't double-prefix dns log messages [Windows] Brad Fitzpatrick 2020-11-06 11:42:34 -0800
  • c1bae7ad64 tailcfg: document FilterRule Brad Fitzpatrick 2020-11-05 11:54:54 -0800
  • 8f30fa67aa ipn: treat zero-length file state store file as missing Brad Fitzpatrick 2020-11-06 12:56:24 -0800
  • e369e8b921 ipn: treat zero-length file state store file as missing bradfitz/ipn_empty Brad Fitzpatrick 2020-11-06 12:56:24 -0800
  • 3aa68cd397 version: relax git detection logic Adrian Dewhurst 2020-11-06 15:41:15 -0500
  • d3bff35f34 version: relax git detection logic Adrian Dewhurst 2020-11-06 15:41:15 -0500
  • 119101962c wgengine/router: don't double-prefix dns log messages [Windows] Brad Fitzpatrick 2020-11-06 11:42:34 -0800
  • 76c2982d88 VERSION.txt: this is 1.2.2. v1.2.2 David Anderson 2020-11-05 12:25:25 -0800
  • bda53897b5 tailcfg: document FilterRule Brad Fitzpatrick 2020-11-05 11:54:54 -0800
  • fe4980fddb tailcfg: document FilterRule Brad Fitzpatrick 2020-11-05 11:54:54 -0800
  • 3d64eef37b control/controlclient: send warning flag in map request when IP forwarding off Brad Fitzpatrick 2020-11-04 13:48:50 -0800
  • 782e07c0ae control/controlclient: send warning flag in map request when IP forwarding off Brad Fitzpatrick 2020-11-04 13:48:50 -0800
  • d472dc1ac7 control/controlclient: send warning flag in map request when IP forwarding off Brad Fitzpatrick 2020-11-04 13:48:50 -0800
  • 4f292740b0 ipn: clean up Prefs logging at start Brad Fitzpatrick 2020-11-04 10:24:33 -0800
  • e1327154bb ipn: disambiguate how machine key was initialized Brad Fitzpatrick 2020-11-04 09:35:58 -0800
  • 4f4e84236a ipn: clean up Prefs logging at start Brad Fitzpatrick 2020-11-04 10:24:33 -0800
  • 6bcb466096 ipn: disambiguate how machine key was initialized Brad Fitzpatrick 2020-11-04 09:35:58 -0800
  • 33a234400e ipn: clean up Prefs logging at start Brad Fitzpatrick 2020-11-04 10:24:33 -0800
  • 27c99ba288 ipn: disambiguate how machine key was initialized Brad Fitzpatrick 2020-11-04 09:35:58 -0800
  • a702921620 cmd/tailscale/cli: fix double tag: prefix in tailscale up Brad Fitzpatrick 2020-11-04 08:04:00 -0800
  • 696e160cfc cmd/tailscale/cli: fix double tag: prefix in tailscale up Brad Fitzpatrick 2020-11-04 08:04:00 -0800
  • 9296ca29ca cmd/tailscale/cli: fix double tag: prefix in tailscale up Brad Fitzpatrick 2020-11-04 08:04:00 -0800
  • 946c1edb42 tailcfg: improve error returned by Hostinfo.CheckRequestTags Josh Bleecher Snyder 2020-11-03 16:19:20 -0800
  • fb9f80cd61 tailcfg: add Hostinfo.CheckRequestTags helper method Josh Bleecher Snyder 2020-11-03 16:10:23 -0800
  • ed17f5ddae VERSION.txt: this is now 1.3.x. David Anderson 2020-11-03 15:09:02 -0800
  • b9b7fbdd21 build_dist: fix after version refactor. David Anderson 2020-11-03 14:39:45 -0800
  • 39bbb86b09 build_dist: fix after version refactor. David Anderson 2020-11-03 14:39:45 -0800
  • 9446e5c170 VERSION.txt: this is v1.2.1. v1.2.1 Avery Pennarun 2020-11-03 17:34:05 -0500
  • 75cd82791e Merge remote-tracking branch 'origin/main' into HEAD Avery Pennarun 2020-11-03 17:33:23 -0500
  • 28f6552646 wgengine/router/dns: run ipconfig /registerdns async, log timing Brad Fitzpatrick 2020-11-03 09:59:50 -0800
  • 3fe9f35b05 wgengine/router/dns: run ipconfig /registerdns async, log timing Brad Fitzpatrick 2020-11-03 09:59:50 -0800
  • 1036f51a56 net/tshttpproxy: aggressively rate-limit error logs in Transport.Proxy path Brad Fitzpatrick 2020-11-03 08:53:01 -0800
  • 07b6ffd55c ipn: only use Prefs, not computed stateKey, to determine server mode Brad Fitzpatrick 2020-11-02 21:11:20 -0800
  • de5da37a22 VERSION: rename to version.txt to work around macOS limitations. David Anderson 2020-11-02 20:38:52 -0800
  • 65bad9a8bd version: greatly simplify redo nonsense, now that we use VERSION. David Anderson 2020-11-02 18:08:47 -0800
  • e70920127e version: greatly simplify redo nonsense, now that we use VERSION. David Anderson 2020-11-02 18:08:47 -0800
  • e6c55a5776 version: greatly simplify redo nonsense, now that we use VERSION. David Anderson 2020-11-02 18:08:47 -0800