| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-07 | prober: include current probe results in run-probe text response | Anton Tolchanov | 2 | -8/+10 |
| 2025-08-19 | prober: update runall handler to be generic (#16895) | Mike O'Driscoll | 2 | -2/+72 |
| 2025-08-16 | cmd/derpprobe,prober: add run all probes handler (#16875) | Mike O'Driscoll | 2 | -1/+181 |
| 2025-06-16 | prober: speed up TestCRL ~450x by baking in some test keys | Brad Fitzpatrick | 1 | -12/+53 |
| 2025-06-13 | prober: record DERP dropped packets as they occur | James Tucker | 1 | -0/+20 |
| 2025-06-10 | cmd/{derp,derpprobe},prober,derp: add mesh support to derpprobe (#15414) | Mike O'Driscoll | 1 | -17/+25 |
| 2025-05-20 | prober: update header check test (#15993) | Mike O'Driscoll | 1 | -10/+29 |
| 2025-05-16 | prober: correct content-type response (#15989) | Mike O'Driscoll | 2 | -1/+4 |
| 2025-05-13 | prober: fix test logic (#15952) | Mike O'Driscoll | 1 | -2/+2 |
| 2025-05-12 | prober: update cert check for prober (#15919) | Mike O'Driscoll | 2 | -82/+137 |
| 2025-03-25 | prober: add address family label for udp metrics (#15413) | Mike O'Driscoll | 2 | -1/+17 |
| 2025-02-05 | all: use new LocalAPI client package location | Brad Fitzpatrick | 1 | -2/+2 |
| 2025-01-30 | prober: support multiple probes running concurrently | Anton Tolchanov | 2 | -15/+105 |
| 2025-01-21 | prober: fix nil pointer access in tcp-in-tcp probes | Percy Wegmann | 1 | -0/+2 |
| 2025-01-15 | prober: remove DERP pub key copying overheads in qd and non-tun measures (#14... | Jordan Whited | 1 | -6/+10 |
| 2025-01-15 | prober: remove per-packet DERP pub key copying overheads (#14658) | Jordan Whited | 1 | -2/+4 |
| 2025-01-13 | prober: record total bytes transferred in DERP bandwidth probes | Percy Wegmann | 1 | -8/+14 |
| 2025-01-10 | prober: support filtering regions by region ID in addition to code | Percy Wegmann | 2 | -19/+19 |
| 2025-01-09 | prober: record total bytes transferred in DERP bandwidth probes | Percy Wegmann | 1 | -0/+1 |
| 2025-01-08 | prober: clone histogram buckets before handing to Prometheus for derp_qd_prob... | Percy Wegmann | 1 | -1/+2 |
| 2024-12-20 | prober: make histogram buckets cumulative | Percy Wegmann | 2 | -2/+1 |
| 2024-12-19 | cmd/derpprobe,prober: add ability to perform continuous queuing delay measure... | Percy Wegmann | 7 | -40/+411 |
| 2024-12-16 | prober: fix WithBandwidthProbing behavior with optional tunAddress | Brad Fitzpatrick | 1 | -6/+8 |
| 2024-12-13 | prober: perform DERP bandwidth probes over TUN device to mimic real client | Percy Wegmann | 4 | -15/+397 |
| 2024-12-10 | prober,derp/derphttp: make dev-mode DERP probes work without TLS (#14347) | Mario Minardi | 1 | -12/+16 |
| 2024-11-15 | cmd/derpprobe,prober: add ability to restrict derpprobe to a single region | Percy Wegmann | 2 | -2/+52 |
| 2024-08-08 | prober: make status page more clear | Anton Tolchanov | 3 | -7/+8 |
| 2024-08-06 | prober: support JSON response in RunHandler | Anton Tolchanov | 2 | -2/+119 |
| 2024-08-06 | prober: add a status page handler | Anton Tolchanov | 2 | -0/+256 |
| 2024-08-06 | prober: add an HTTP endpoint for triggering a probe | Anton Tolchanov | 2 | -40/+311 |
| 2024-07-09 | prober: propagate DERPMap request creation errors | Anton Tolchanov | 1 | -1/+1 |
| 2024-06-06 | cmd/derpprobe: support 'local' derpmap to get derp map via LocalAPI | Brad Fitzpatrick | 1 | -22/+37 |
| 2024-05-15 | prober: plumb a now-required netmon to derphttp | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 2 | -2/+2 |
| 2024-04-08 | prober: export probe class and metrics from bandwidth prober | Anton Tolchanov | 10 | -116/+215 |
| 2024-04-08 | prober: remove unused notification code | Anton Tolchanov | 1 | -139/+0 |
| 2024-04-04 | prober: support creating multiple probes in ForEachAddr | Andrew Dunham | 3 | -22/+26 |
| 2024-04-04 | prober: add helper function to check all IPs for a DNS hostname | Andrew Dunham | 3 | -0/+339 |
| 2024-03-13 | prober: add a DERP bandwidth probe | Anton Tolchanov | 2 | -92/+366 |
| 2024-03-13 | prober: remove unused derp prober latency measurements | Anton Tolchanov | 1 | -33/+24 |
| 2024-03-13 | prober: export probe counters and cumulative latency | Anton Tolchanov | 1 | -1/+18 |
| 2024-02-19 | prober: add TLS probe constructor to split dial addr from cert name | Brad Fitzpatrick | 2 | -11/+20 |
| 2023-12-13 | prober: log HTTP response body on failure | Anton Tolchanov | 1 | -1/+6 |
| 2023-11-07 | Add support for custom DERP port in TLS prober | Thomas Kosiewski | 1 | -1/+7 |
| 2023-06-21 | prober: fix data race when altering derpmap (#8397) | valscale | 1 | -2/+3 |
| 2023-06-20 | prober: allow monitoring of nodes marked as STUN only in default derpmap (#8391) | valscale | 1 | -0/+2 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -1/+1 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 1 | -1/+1 |
| 2023-04-11 | prober: migrate to Prometheus metric library | Anton Tolchanov | 2 | -198/+121 |