Commit Graph

1491 Commits (f873da5b1687cd559974ee03e39856cef16337ff)
 

Author SHA1 Message Date
David Anderson f873da5b16 wgengine/magicsock: move more legacy endpoint handling. 5 years ago
David Anderson 58fcd103c4 wgengine/magicsock: move legacy sending code to legacy.go. 5 years ago
David Anderson 65ae66260f wgengine/magicsock: unexport AddrSet. 5 years ago
David Anderson c9b9afd761 wgengine/magicsock: move most legacy nat traversal bits to another file. 5 years ago
Brad Fitzpatrick 5f07da4854 util/systemd: don't log warnings when not running under systemd 5 years ago
Brad Fitzpatrick 741c513e51 wgengine/tsdns: fix error response marshaling, improve bad query logs 5 years ago
David Anderson 554a20becb wgengine/magicsock: only log about lazy config when actually doing lazy config. 5 years ago
Brad Fitzpatrick da1bad51cd tailcfg: document new OmitPeers endpoint updating functionality 5 years ago
Brad Fitzpatrick fa412c8760 wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some code 5 years ago
Brad Fitzpatrick afcf134812 wgengine/filter, tailcfg: support CIDRs+ranges in PacketFilter (mapver 7) 5 years ago
Christine Dodrill 0681c6da49
Merge pull request #967 from Xe/report-status-systemd 5 years ago
Christine Dodrill 2485faf69a
Merge branch 'main' into report-status-systemd 5 years ago
Christine Dodrill 7ea809897d ipn/ipnserver: enable systemd-notify support 5 years ago
David Anderson 9cee0bfa8c wgengine/magicsock: sprinkle more docstrings. 5 years ago
Josh Bleecher Snyder 34a0292433 depaware.txt: update 5 years ago
Josh Bleecher Snyder ce4d68b416 go.mod: upgrade depaware version 5 years ago
Josh Bleecher Snyder a6cad71fb2 go.mod: upgrade staticcheck to 0.1.0 5 years ago
Brad Fitzpatrick a0a8b9d76a control/controlclient: don't spin when starting up when node key is expired 5 years ago
Smitty b895bf853a Require at least Go 1.15 5 years ago
Smitty 8a57f920ae Remove unused .gitignore lines 5 years ago
Josh Bleecher Snyder 6db9c4a173 wgenginer/router/dns: use constant from golang.org/x/sys/windows 5 years ago
Aleksandar Pesic 0dc295a640 Isolate WireGuard code into a separate file with appropriate copyright info in header. 5 years ago
Aleksandar Pesic d854fe95d2 Trivial change in function description. 5 years ago
Aleksandar Pesic 4749a96a5b Update depaware.txt files. 5 years ago
Aleksandar Pesic 338fd44657 Replace registry-access code, update wireguard-go and x/sys/windows. 5 years ago
Aleksandar Pesic 274d32d0aa Prepare for the new wireguard-go API. 5 years ago
Adrian Dewhurst 943860fde7 version: relax git detection logic (again) 5 years ago
Brad Fitzpatrick bce865b61b logpolicy: migrate from x/crypto/ssh/terminal to x/term 5 years ago
David Anderson 57cd7738c2 tsweb: add an endpoint to manually trigger a GC. 5 years ago
Brad Fitzpatrick 9cb6ee3777 go.mod, go.sum: update 5 years ago
Brad Fitzpatrick 08f94b3b50 net/netcheck: fix offset of unspecified address in PCP request packet 5 years ago
Brad Fitzpatrick 442d1873ec go.mod: bump tailscale/wireguard-go 5 years ago
Brad Fitzpatrick 19c2c6403d Update go.sum 5 years ago
Brad Fitzpatrick b3c7b631c2 tailcfg, control/controlclient: make nil PacketFilter mean unchanged (mapver 6) 5 years ago
Brad Fitzpatrick 05e5233e07 net/netcheck: don't send flood of PCP unmap requests to router 5 years ago
Brad Fitzpatrick 9503be083d tailcfg: update comments a bit 5 years ago
Brad Fitzpatrick 88179121e3 version: bump date 5 years ago
Brad Fitzpatrick 7b92f8e718 wgengine/magicsock: add start of magicsock benchmarks (Conn.ReceiveIPv4 for now) 5 years ago
Brad Fitzpatrick 713cbe84c1 wgengine/magicsock: use net.JoinHostPort when host might have colons (udp6) 5 years ago
David Anderson be6fe393c5 wgengine: don't try pinging IPv6 addresses in legacy pinger. 5 years ago
David Anderson dfbde3d3aa ipn: pass through the prefix length from control. 5 years ago
David Anderson 4c8ccd6dd6 tailcfg: document new debug flag. 5 years ago
Brad Fitzpatrick c0af7deb86 tailcfg, cmd/tailscale: add Hostinfo.ShareeNode, hide in "tailscale status" 5 years ago
Brad Fitzpatrick ab482118ad tailcfg: add some missing json omitempty 5 years ago
Dmytro Tananayskiy c431382720 Fix receiver in order to be consistent: syncs.WaitGroupChan 5 years ago
Josh Bleecher Snyder 3a7402aa2d logtail: help the server be more efficient 5 years ago
Brad Fitzpatrick cd6099113f ipn: add a comment about skipping files with null bytes 5 years ago
Alex Brainman 72e082aaf5 ipn: make LoadPrefs return os.ErrNotExist when reading corrupted files 5 years ago
David Crawshaw 2c48b4ee14 tailcfg: remove outdated comments about Clone methods 5 years ago
Sonia Appasamy 0710fca0cd
tailcfg: include ShieldsUp in HostInfo 5 years ago