summaryrefslogtreecommitdiffhomepage
path: root/tstest
AgeCommit message (Expand)AuthorFilesLines
2025-01-23cmd/tailscaled,util/syspolicy/source,util/winutil/gp: disallow acquiring the ...Nick Khyl1-0/+1
2025-01-22feature/*: make Wake-on-LAN conditional, start supporting modular featuresBrad Fitzpatrick5-0/+5
2025-01-14all: add Node.HomeDERP int, phase out "127.3.3.40:$region" hack [capver 111]Brad Fitzpatrick1-1/+1
2025-01-07all: fix golangci-lint errorsWill Norris1-1/+1
2025-01-06tailcfg: remove unused User fieldsBrad Fitzpatrick1-13/+15
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai2-2/+2
2024-11-15tstest/integration/testcontrol: remove a vestigial unused parameterBrad Fitzpatrick1-4/+4
2024-11-07derp/derphttp: don't link websockets other than on GOOS=jsBrad Fitzpatrick1-4/+13
2024-11-07control/controlhttp/controlhttpserver: split out Accept to its own packageBrad Fitzpatrick1-2/+2
2024-11-07cmd/tailscaled: support "ts_omit_ssh" build tag to remove SSHBrad Fitzpatrick1-1/+2
2024-10-29tstest/tailmac: add support for mounting host directories in the guest (#13957)Jonathan Nobels5-14/+35
2024-10-29tstest/tailmac: fix Host.app path generation (#13953)Jonathan Nobels1-2/+5
2024-10-28tstest/natlab: add latency & loss simulationJames Tucker3-3/+56
2024-10-14tstest: avoid Fatal in ResourceCheck to show panic (#13790)Paul Scott1-2/+6
2024-10-10ipn/conffile: don't depend on hujson on iOS/AndroidBrad Fitzpatrick1-0/+1
2024-10-10clientupdate: don't link distsign on platforms that don't downloadBrad Fitzpatrick1-8/+9
2024-10-09clientupdate, ipn/localapi: don't use google/uuid, thin iOS depsBrad Fitzpatrick1-0/+2
2024-10-09safesocket: don't depend on go-ps on iOSBrad Fitzpatrick1-0/+1
2024-10-09control/controlhttp: don't link ts2021 server + websocket code on iOSBrad Fitzpatrick1-3/+5
2024-10-09syncs: delete Map.Range, update callers to iteratorsBrad Fitzpatrick1-3/+2
2024-10-02wf/firewall: allow link-local multicast for permitted local routes when the k...Nick Khyl1-1/+4
2024-10-02tstest: add the start of a testing wishlistBrad Fitzpatrick1-0/+17
2024-10-02control/control{client,http}: don't noise dial localhost:443 in http-only testsBrad Fitzpatrick1-0/+1
2024-09-27ipn/ipnlocal: add advertised and primary route metricsKristoffer Dalby1-0/+2
2024-09-16wgengine/magicsock: disable raw disco by default; add envknob to enableAndrew Dunham1-5/+9
2024-09-05net/dns: fix IsZero and Equal methods on OSConfigAndrew Dunham1-0/+114
2024-09-03tstest/natlab: add dual stack with blackholed IPv4Brad Fitzpatrick3-3/+49
2024-08-30tstest/natlab/vnet: move some boilerplate to mkPacket helperBrad Fitzpatrick2-83/+74
2024-08-30tstest/natlab/vnet: add syslog testsBrad Fitzpatrick3-2/+77
2024-08-30tstest/natlab/vnet: add DHCP tests, ignore DHCPv4 on v6-only networksBrad Fitzpatrick2-23/+110
2024-08-30tstest/natlab/vnet: use mkPacketErr in more placesBrad Fitzpatrick1-29/+9
2024-08-29tstest/integration: add UDP netstack loopback integration test (#13312)Jordan Whited1-5/+152
2024-08-28tstest/natlab/vnet: add more testsBrad Fitzpatrick3-31/+155
2024-08-28wgengine/netstack: implement netstack loopback (#13301)Jordan Whited1-4/+152
2024-08-28tstest/natlab/vnet: add IPv6 all-nodes supportBrad Fitzpatrick3-18/+75
2024-08-27tstest/natlab/vnet: add qemu + Virtualization.framework protocol testsBrad Fitzpatrick2-15/+189
2024-08-27tstest/natlab/vnet: start adding testsBrad Fitzpatrick3-99/+402
2024-08-26tstest/natlab/vnet: rename some things for clarityBrad Fitzpatrick2-15/+17
2024-08-26tstest/natlab: fix IPv6 tests, remove TODOsBrad Fitzpatrick2-21/+57
2024-08-26tstest/natlab: refactor HandleEthernetPacketForRouter a bitBrad Fitzpatrick1-36/+45
2024-08-26tstest/natlab: be more paranoid about IP versions from gvisorBrad Fitzpatrick1-1/+1
2024-08-26tstest/natlab: simplify a deferBrad Fitzpatrick1-3/+1
2024-08-24tstest/natlab/vnet: add start of IPv6 supportBrad Fitzpatrick4-189/+618
2024-08-24tstest/natlab/vnet: flush and sync pcap file after every packetMaisem Ali1-1/+14
2024-08-23tstest/integration: change log.Fatal() to t.Fatal() (#13253)Jordan Whited1-1/+1
2024-08-23tstest/integration: exercise TCP DNS queries against quad-100 (#13231)Jordan Whited1-0/+86
2024-08-23tstest/natlab: respect NATTable interface's invalid-means-drop everywhereBrad Fitzpatrick1-0/+9
2024-08-23tstest/natlab: make a new virtualIP type in prep for IPv6 supportBrad Fitzpatrick2-59/+120
2024-08-23tstest/natlab/vnet: explicitly ignore PCP and SSDP UDP queriesBrad Fitzpatrick1-1/+13
2024-08-23cmd/vnet: add --blend and --pcap flagsBrad Fitzpatrick1-3/+15