summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-16feat: use taskgroup + flush printing of '.' + catch timeouterrorBrandon C. Irizarry
2026-04-16feat: use full concurrency (no semaphores)Brandon C. Irizarry
2026-04-16feat: add a timeout for sites that don't respondBrandon C. Irizarry
This should diminish the urge for reaching for Ctrl+C.
2026-04-16feat: ping sites sequentially and measure how long it takesBrandon C. Irizarry
2026-04-16docs: improve docstringBrandon C. Irizarry
That is, make it more accurate and specific.
2026-04-16chore: install aiohttpBrandon C. Irizarry
2026-04-16feat: read N URLs via command-line parameter from CSV fileBrandon C. Irizarry
2026-04-16chore: start projectBrandon C. Irizarry