| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-06 | all: use Go 1.26 things, run most gofix modernizers | Brad Fitzpatrick | 1 | -6/+2 |
| 2026-03-06 | prober: fix queuing delay probe txRecords overflow under high DERP server loa... | Mike O'Driscoll | 1 | -10/+7 |
| 2026-02-25 | prober: fix race condition in TestExcludeInRunAll (#18807) | Mike O'Driscoll | 1 | -3/+8 |
| 2026-02-11 | prober: export a metric with the number of in-flight probes | Anton Tolchanov | 2 | -2/+24 |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 17 | -17/+17 |
| 2025-11-18 | all: rename variables with lowercase-l/uppercase-I | Alex Chan | 2 | -31/+31 |
| 2025-10-01 | all: use Go 1.20's errors.Join instead of our multierr package | Brad Fitzpatrick | 1 | -3/+2 |
| 2025-09-28 | util/backoff: rename logtail/backoff package to util/backoff | Brad Fitzpatrick | 1 | -1/+1 |
| 2025-09-24 | derp/derpserver: clean up extraction of derp.Server (#17264) | Simon Law | 1 | -1/+1 |
| 2025-09-24 | derp/derpserver: split off derp.Server out of derp into its own package | Brad Fitzpatrick | 1 | -2/+3 |
| 2025-09-18 | prober: allow custom tls.Config for TLS probes (#17186) | Andrew Lytvynov | 5 | -20/+38 |
| 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 |