about summary refs log tree commit diff
path: root/tst
AgeCommit message (Collapse)Author
2025-07-08Include queries in atom:id and atom:link[@rel=self]Nguyễn Gia Phong
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-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-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-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-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
2025-05-29Test dual-stack listenNguyễn Gia Phong
2025-05-29Add unlikely examples for branch coverageNguyễn Gia Phong
2025-05-28Test CLINguyễn Gia Phong
2025-05-28Unuse subcommand for help2manNguyễn Gia Phong
2025-05-28Fix tests on dual-stack systemsNguyễn Gia Phong
2025-05-28Fix typosNguyễn Gia Phong
2025-05-28Test cert checking logicNguyễn Gia Phong
2025-05-28Fix server root path in testsNguyễn Gia Phong
2025-05-27Cover all branches in server codeNguyễn Gia Phong
2025-05-27Fix test condition for 404 responsesNguyễn Gia Phong
2025-05-27Fix content type of web pagesNguyễn Gia Phong
2025-05-26Let URL paths ending with /. be not foundNguyễn Gia Phong
2025-05-26Stop treating empty CA name speciallyNguyễn Gia Phong
2025-05-26Fix handling of base URLNguyễn Gia Phong
2025-05-25Add some basic testsNguyễn Gia Phong