summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-12-08try a stupider way to have one goroutine per udp read (doesn't work)josh/no-goroutine-per-udp-read-2Josh Bleecher Snyder1-2/+18
2020-12-03tailcfg: update comments a bitBrad Fitzpatrick1-3/+4
2020-12-03version: bump dateBrad Fitzpatrick1-1/+1
2020-12-02wgengine/magicsock: add start of magicsock benchmarks (Conn.ReceiveIPv4 for now)Brad Fitzpatrick1-3/+75
2020-12-02wgengine/magicsock: use net.JoinHostPort when host might have colons (udp6)Brad Fitzpatrick1-2/+2
2020-12-01wgengine: don't try pinging IPv6 addresses in legacy pinger.David Anderson1-0/+7
2020-12-01ipn: pass through the prefix length from control.David Anderson1-1/+1
2020-12-01tailcfg: document new debug flag.David Anderson1-0/+2
2020-12-01tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status"Brad Fitzpatrick6-3/+26
2020-11-25tailcfg: add some missing json omitemptyBrad Fitzpatrick1-3/+3
2020-11-24Fix receiver in order to be consistent: syncs.WaitGroupChanDmytro Tananayskiy1-4/+4
2020-11-24logtail: help the server be more efficientJosh Bleecher Snyder1-6/+20
2020-11-24ipn: add a comment about skipping files with null bytesBrad Fitzpatrick1-0/+5
2020-11-24ipn: make LoadPrefs return os.ErrNotExist when reading corrupted filesAlex Brainman2-0/+27
2020-11-24tailcfg: remove outdated comments about Clone methodsDavid Crawshaw1-10/+2
2020-11-24tailcfg: include ShieldsUp in HostInfoSonia Appasamy5-3/+6
2020-11-19tstime: add Parse3339B, for byte slicesJosh Bleecher Snyder6-54/+81
2020-11-19util/jsonutil: new packageJosh Bleecher Snyder3-0/+172
2020-11-19util/lineread: add docs to ReaderJosh Bleecher Snyder1-0/+5
2020-11-19net/interfaces: make syscall and netstat agree when multiple gateways are pre...Josh Bleecher Snyder1-0/+5
2020-11-18wgengine/monitor: fix memory corruption in Windows implementationBrad Fitzpatrick1-57/+115
2020-11-18tempfork/osexec: remove old fork of os/execBrad Fitzpatrick19-1489/+3
2020-11-18tempfork/registry: deleteBrad Fitzpatrick8-1493/+0
2020-11-17ipn/ipnserver: add knob to disable babysitterBrad Fitzpatrick1-0/+4
2020-11-17net/netstat: remove a bit more unsafeBrad Fitzpatrick1-1/+1
2020-11-17util/endian: add Native variable to get the platform's native binary.ByteOrderBrad Fitzpatrick2-0/+10
2020-11-17logtail: fix typo in commentJosh Bleecher Snyder1-1/+1
2020-11-16wgengine: reconfigure wireguard peer in two steps when its disco key changesBrad Fitzpatrick1-4/+62
2020-11-16wgengine/filter: don't filter GCP DNS.David Anderson2-2/+9
2020-11-16logpolicy: add -race suffix to Go version when race detector in useBrad Fitzpatrick2-1/+11
2020-11-16util/racebuild: add package to export a race-is-enabled constBrad Fitzpatrick3-0/+25
2020-11-16wgengine/router: lock goroutine to OS thread before using OLE [windows]Brad Fitzpatrick1-0/+8
2020-11-14net/netstat: remove some unsafeBrad Fitzpatrick3-6/+17
2020-11-14net/netns: remove use of unsafe on WindowsBrad Fitzpatrick3-7/+10
2020-11-14util/endian: add package with const for whether platform is big endianBrad Fitzpatrick3-0/+26
2020-11-13net/packet: remove unnecessary markJosh Bleecher Snyder1-1/+1
2020-11-13net/packet: speed up packet decodingJosh Bleecher Snyder1-0/+2
2020-11-13go.mod: update some deps to get past a wireguard-windows checkptr fixBrad Fitzpatrick2-5/+17
2020-11-12wgengine/filter: add test cases for len(dsts) > 1.David Anderson1-0/+5
2020-11-12wgengine/filter: inline ip6InList into match.David Anderson3-18/+47
2020-11-12wgengine/filter: eliminate unnecessary memory loads.David Anderson1-5/+6
2020-11-12wgengine/filter: twiddle bits to optimizeJosh Bleecher Snyder3-10/+57
2020-11-12wgengine/filter: treat * as both a v4 and v6 wildcard.David Anderson2-35/+44
2020-11-12net/packet: represent IP6 as two uint64s.David Anderson3-32/+42
2020-11-12wgengine/filter: add full IPv6 support.David Anderson9-370/+843
2020-11-12control/controlclient: diagnose zero bytes from controlBrad Fitzpatrick1-0/+9
2020-11-11wgengine/router: disable IPv6 if v6 policy routing is unavailable.David Anderson1-0/+14
2020-11-11net/dnscache, control/controlclient: use DNS cache when dialing controlBrad Fitzpatrick4-8/+111
2020-11-11net/netcheck: remove unused DNSCache from netcheckBrad Fitzpatrick2-9/+1
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick8-13/+29