Jeffrey Paul sneak
sneak pushed to main at sneak/routewatch 2025-07-29 01:37:14 +00:00
deeedae180 Fix template references to renamed ASN fields
sneak pushed to main at sneak/routewatch 2025-07-29 00:52:55 +00:00
d3966f2320 Fix SQL query to use renamed asn column
sneak pushed to main at sneak/routewatch 2025-07-29 00:47:06 +00:00
23127b86e9 Add queue high water marks to handler statistics
sneak pushed to main at sneak/routewatch 2025-07-28 21:06:08 +00:00
2cfca78464 Reduce peering processing interval from 2 minutes to 30 seconds
sneak pushed to main at sneak/routewatch 2025-07-28 20:59:03 +00:00
c9da20e630 Major schema refactoring: simplify ASN and prefix tracking
sneak pushed to main at sneak/routewatch 2025-07-28 20:44:51 +00:00
a165ecf759 Fix prefix stats by counting from live routes tables
sneak pushed to main at sneak/routewatch 2025-07-28 20:41:48 +00:00
725d04ffa8 Split prefixes table into prefixes_v4 and prefixes_v6
sneak pushed to main at sneak/routewatch 2025-07-28 20:39:09 +00:00
fc32090483 Fix JavaScript UI and complete database table migration
sneak pushed to main at sneak/routewatch 2025-07-28 20:29:22 +00:00
3673264552 Separate IPv4 and IPv6 routes into different tables
sneak pushed to main at sneak/routewatch 2025-07-28 20:17:08 +00:00
8e12c07396 Implement queue backpressure with gradual message dropping
sneak pushed to main at sneak/routewatch 2025-07-28 20:09:25 +00:00
b6ad50f23f Add warnings about schema changes and remove ad-hoc index creation
sneak pushed to main at sneak/routewatch 2025-07-28 20:07:34 +00:00
c35b76deb8 Optimize AS detail queries and increase PrefixHandler batch size
sneak pushed to main at sneak/routewatch 2025-07-28 20:04:29 +00:00
6d46bbad5b Fix nil pointer dereference in GetPrefixDistributionContext
9518519208 Fix prefix links on prefix length page with URL encoding
7d39bd18bc Fix concurrent map write panic in timeout middleware
e0a4c8642e Add context cancellation support to database operations
0196251906 Fix race condition crash in timeout middleware
Compare 12 commits »
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 20:00:35 +00:00
9518519208 Fix prefix links on prefix length page with URL encoding
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 19:55:10 +00:00
7d39bd18bc Fix concurrent map write panic in timeout middleware
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 17:28:08 +00:00
e0a4c8642e Add context cancellation support to database operations
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 17:07:36 +00:00
0196251906 Fix race condition crash in timeout middleware
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 17:05:51 +00:00
62ed5e08aa Improve prefix count link styling on status page
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 17:04:26 +00:00
5fb3fc0381 Fix prefix length page to show unique prefixes only
9a63553f8d Add index to optimize COUNT(DISTINCT prefix) queries
Compare 2 commits »
sneak pushed to fix-min-time-calculation at sneak/routewatch 2025-07-28 16:42:44 +00:00
ba13c76c53 Fix prefix distribution bug and add prefix length pages