1436 Commits (8f76548fd95ffc012f2d34dca6b251be490192f7)
 

Author SHA1 Message Date
Brad Fitzpatrick 8f76548fd9 tempfork/osexec: remove old fork of os/exec 5 years ago
Brad Fitzpatrick 5b338bf011 tempfork/registry: delete 5 years ago
Brad Fitzpatrick acade77c86 ipn/ipnserver: add knob to disable babysitter 5 years ago
Brad Fitzpatrick 5d96ecd5e6 net/netstat: remove a bit more unsafe 5 years ago
Brad Fitzpatrick c8939ab7c7 util/endian: add Native variable to get the platform's native binary.ByteOrder 5 years ago
Josh Bleecher Snyder 883a11f2a8 logtail: fix typo in comment 5 years ago
Brad Fitzpatrick d9e2edb5ae wgengine: reconfigure wireguard peer in two steps when its disco key changes 5 years ago
David Anderson 3c508a58cc wgengine/filter: don't filter GCP DNS. 5 years ago
Brad Fitzpatrick 51c8fd1dfc logpolicy: add -race suffix to Go version when race detector in use 5 years ago
Brad Fitzpatrick ff50ddf1ee util/racebuild: add package to export a race-is-enabled const 5 years ago
Brad Fitzpatrick fc8bc76e58 wgengine/router: lock goroutine to OS thread before using OLE [windows] 5 years ago
Brad Fitzpatrick 7a01cd27ca net/netstat: remove some unsafe 6 years ago
Brad Fitzpatrick 45d96788b5 net/netns: remove use of unsafe on Windows 6 years ago
Brad Fitzpatrick 000347d4cf util/endian: add package with const for whether platform is big endian 6 years ago
Josh Bleecher Snyder b0526e8284 net/packet: remove unnecessary mark 6 years ago
Josh Bleecher Snyder efad55cf86 net/packet: speed up packet decoding 6 years ago
Brad Fitzpatrick cccdd81441 go.mod: update some deps to get past a wireguard-windows checkptr fix 6 years ago
David Anderson 2eb474dd8d wgengine/filter: add test cases for len(dsts) > 1. 6 years ago
David Anderson ce45f4f3ff wgengine/filter: inline ip6InList into match. 6 years ago
David Anderson 3fdae12f0c wgengine/filter: eliminate unnecessary memory loads. 6 years ago
Josh Bleecher Snyder 47380ebcfb wgengine/filter: twiddle bits to optimize 6 years ago
David Anderson 5062131aad wgengine/filter: treat * as both a v4 and v6 wildcard. 6 years ago
David Anderson 2d604b3791 net/packet: represent IP6 as two uint64s. 6 years ago
David Anderson 04ff3c91ee wgengine/filter: add full IPv6 support. 6 years ago
Brad Fitzpatrick fac2b30eff control/controlclient: diagnose zero bytes from control 6 years ago
David Anderson a664aac877 wgengine/router: disable IPv6 if v6 policy routing is unavailable. 6 years ago
Brad Fitzpatrick a2d78b4d3e net/dnscache, control/controlclient: use DNS cache when dialing control 6 years ago
Brad Fitzpatrick 97e82c6cc0 net/netcheck: remove unused DNSCache from netcheck 6 years ago
Brad Fitzpatrick 19b0cfe89e all: prepare for GOOS=ios in Go 1.16 6 years ago
Sean Klein 258b680bc5 Patch docker to use valid Go version 6 years ago
Avery Pennarun 563d43b2a5 Merge remote-tracking branch 'origin/main' into HEAD 6 years ago
Avery Pennarun b246810377 .gitignore: ignore *.tmp files. 6 years ago
Avery Pennarun c03543dbe2 version.sh: keep the short version even if there are patches on top. 6 years ago
Avery Pennarun 0050070493 version.sh: remove use of `git describe --exclude` 6 years ago
Avery Pennarun f99f6608ff Reverse earlier "allow tag without 'tag:' prefix" changes. 6 years ago
David Anderson a38e28da07 net/packet: documentation pass. 6 years ago
David Anderson c2cc3acbaf net/packet: remove NewIP, offer only a netaddr constructor. 6 years ago
David Anderson d7ee3096dd net/packet: documentation cleanups. 6 years ago
David Anderson 9ef39af2f2 net/packet: fix panic on invalid IHL field. 6 years ago
David Anderson 22bf48f37c net/packet: remove {get,put}{16,32} indirection to encoding/binary. 6 years ago
David Anderson 55b1221db2 net/packet: support full IPv6 decoding. 6 years ago
David Anderson 89894c6930 net/packet: add IPv6 source and destination IPs to Parsed. 6 years ago
Brad Fitzpatrick d192bd0f86 net/interfaces: ignore bogus proxy URLs from winhttp [windows] 6 years ago
Brad Fitzpatrick d21956436a ipn, tailcfg: change Windows subnet disabling behavior w/ WPAD 6 years ago
Brad Fitzpatrick 450cfedeba wgengine/magicsock: quiet an IPv6 warning in tests 6 years ago
chungdaniel e7ac9a4b90
tsweb: refactor JSONHandler to take status code from error if it is present (#905) 6 years ago
David Anderson 6e52633c53 net/packet: record allocations in benchmark. 6 years ago
David Anderson 093431f5dd net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. 6 years ago
David Anderson c48253e63b wgengine/filter: add a method to run the packet filter without a packet. 6 years ago
David Anderson 7a54910990 wgengine/filter: remove helper vars, mark NewAllowAll test-only. 6 years ago