about summary refs log tree commit diff
AgeCommit message (Collapse)Author
11 daysRemove trailing ? from suggested feed URL HEAD 0.2.4 mainNguyễn Gia Phong
14 daysFix typosNguyễn Gia Phong
14 daysMention Atom feed in XSLT output 0.2.3Nguyễn Gia Phong
14 daysInclude queries in atom:id and atom:link[@rel=self]Nguyễn Gia Phong
2025-07-01Fix flit version requirementNguyễn Gia Phong
Flit 3.12 is needed for the full suppport of license expressions.
2025-07-01Omit Atom from Content-Type for browser compat 0.2.2Nguyễn Gia Phong
2025-06-22Fix malformed XML 0.2.1Nguyễn Gia Phong
2025-06-22Make feeds viewable in browsers 0.2.0pg
2025-06-20Add Last-Modified header to HTTP responsesNguyễn Gia Phong
2025-06-19Nit documentationsNguyễn Gia Phong
2025-06-19Allow falling back to default title from CLINguyễn Gia Phong
2025-06-19Fix installation of man pages 0.1.3Nguyễn Gia Phong
2025-06-19Bump version to 0.1.2 0.1.2Nguyễn Gia Phong
2025-06-19Use program's basename in usage lineNguyễn Gia Phong
2025-06-19Sync scadere-listen's synopsisNguyễn Gia Phong
2025-06-19Hint coverage commands' dependencyNguyễn Gia Phong
2025-06-19Avoid premature flushing 0.1.1Nguyễn Gia Phong
The HTTP headers are nowhere near filling the buffer, and our naïve backpressure implementation is not effective anyway References: bd2898d5182e ("Relieve backpressure")
2025-06-19Only publish entries from the pastNguyễn Gia Phong
2025-06-19Add REUSE package to dev extraNguyễn Gia Phong
2025-06-19Adjust license location in pyproject.toml 0.1.0Nguyễn Gia Phong
2025-06-19Elaborate on installation and usageNguyễn Gia Phong
2025-06-18Comply with REUSE 3.3Nguyễn Gia Phong
2025-06-18Follow help2man's recommendationsNguyễn Gia Phong
* Use argv[0] as help text's prog * End help text with bug report instruction * Include copyright and authorship in version text
2025-06-16Normalize case in help textNguyễn Gia Phong
2025-06-16Add option for feed titleNguyễn Gia Phong
2025-06-15Add examples to help and man pagesNguyễn Gia Phong
2025-06-07Ensure ID uniqueness for certificatesNguyễn Gia Phong
2025-06-07Use Unix sockets for testsNguyễn Gia Phong
2025-06-07Cache XML and file I/O callsNguyễn Gia Phong
2025-06-05Fix typosNguyễn Gia Phong
2025-06-05Strengthen typingNguyễn Gia Phong
2025-06-04Adjust test input spaceNguyễn Gia Phong
2025-06-04Err on invalid cert fetchNguyễn Gia Phong
2025-06-04Handle server errorsNguyễn Gia Phong
2025-06-04Supply not-before time for fake certsNguyễn Gia Phong
2025-06-04Handle summaries of certs not retrievedNguyễn Gia Phong
2025-06-03DRY up base64 handlingNguyễn Gia Phong
2025-06-03Fix subdomain filteringNguyễn Gia Phong
2025-06-03Place function more logicallyNguyễn Gia Phong
2025-05-30Revert use of pytest-{cov,xdist}Nguyễn Gia Phong
2025-05-30Gotta go fastNguyễn Gia Phong
Coverage does not seem to work with pytest-xdist without pytest-cov.
2025-05-29Remove test shrinking deadlineNguyễn Gia Phong
2025-05-29Retry TLS cert check in testNguyễn Gia Phong
Hopefully this fixes flaky CI runs.
2025-05-29Fix test for status 404Nguyễn Gia Phong
2025-05-29Run test clients asynchronouslyNguyễn Gia Phong
2025-05-29Unmake path starting with // a special caseNguyễn Gia Phong
2025-05-29Fix tests on IPv6Nguyễn Gia Phong
2025-05-29Add another rare test caseNguyễn Gia Phong
2025-05-29Ensure base URL's trailing slash for path matchingNguyễn Gia Phong
2025-05-29Relieve backpressureNguyễn Gia Phong