Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Remove trailing ? from suggested feed URL HEAD 0.2.4 main | Nguyễn Gia Phong | |
14 days | Fix typos | Nguyễn Gia Phong | |
14 days | Mention Atom feed in XSLT output 0.2.3 | Nguyễn Gia Phong | |
14 days | Include queries in atom:id and atom:link[@rel=self] | Nguyễn Gia Phong | |
2025-07-01 | Fix flit version requirement | Nguyễn Gia Phong | |
Flit 3.12 is needed for the full suppport of license expressions. | |||
2025-07-01 | Omit Atom from Content-Type for browser compat 0.2.2 | Nguyễn Gia Phong | |
2025-06-22 | Fix malformed XML 0.2.1 | Nguyễn Gia Phong | |
2025-06-22 | Make feeds viewable in browsers 0.2.0 | pg | |
2025-06-20 | Add Last-Modified header to HTTP responses | Nguyễn Gia Phong | |
2025-06-19 | Nit documentations | Nguyễn Gia Phong | |
2025-06-19 | Allow falling back to default title from CLI | Nguyễn Gia Phong | |
2025-06-19 | Fix installation of man pages 0.1.3 | Nguyễn Gia Phong | |
2025-06-19 | Bump version to 0.1.2 0.1.2 | Nguyễn Gia Phong | |
2025-06-19 | Use program's basename in usage line | Nguyễn Gia Phong | |
2025-06-19 | Sync scadere-listen's synopsis | Nguyễn Gia Phong | |
2025-06-19 | Hint coverage commands' dependency | Nguyễn Gia Phong | |
2025-06-19 | Avoid premature flushing 0.1.1 | Nguyễ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-19 | Only publish entries from the past | Nguyễn Gia Phong | |
2025-06-19 | Add REUSE package to dev extra | Nguyễn Gia Phong | |
2025-06-19 | Adjust license location in pyproject.toml 0.1.0 | Nguyễn Gia Phong | |
2025-06-19 | Elaborate on installation and usage | Nguyễn Gia Phong | |
2025-06-18 | Comply with REUSE 3.3 | Nguyễn Gia Phong | |
2025-06-18 | Follow help2man's recommendations | Nguyễ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-16 | Normalize case in help text | Nguyễn Gia Phong | |
2025-06-16 | Add option for feed title | Nguyễn Gia Phong | |
2025-06-15 | Add examples to help and man pages | Nguyễn Gia Phong | |
2025-06-07 | Ensure ID uniqueness for certificates | Nguyễn Gia Phong | |
2025-06-07 | Use Unix sockets for tests | Nguyễn Gia Phong | |
2025-06-07 | Cache XML and file I/O calls | Nguyễn Gia Phong | |
2025-06-05 | Fix typos | Nguyễn Gia Phong | |
2025-06-05 | Strengthen typing | Nguyễn Gia Phong | |
2025-06-04 | Adjust test input space | Nguyễn Gia Phong | |
2025-06-04 | Err on invalid cert fetch | Nguyễn Gia Phong | |
2025-06-04 | Handle server errors | Nguyễn Gia Phong | |
2025-06-04 | Supply not-before time for fake certs | Nguyễn Gia Phong | |
2025-06-04 | Handle summaries of certs not retrieved | Nguyễn Gia Phong | |
2025-06-03 | DRY up base64 handling | Nguyễn Gia Phong | |
2025-06-03 | Fix subdomain filtering | Nguyễn Gia Phong | |
2025-06-03 | Place function more logically | Nguyễn Gia Phong | |
2025-05-30 | Revert use of pytest-{cov,xdist} | Nguyễn Gia Phong | |
2025-05-30 | Gotta go fast | Nguyễn Gia Phong | |
Coverage does not seem to work with pytest-xdist without pytest-cov. | |||
2025-05-29 | Remove test shrinking deadline | Nguyễn Gia Phong | |
2025-05-29 | Retry TLS cert check in test | Nguyễn Gia Phong | |
Hopefully this fixes flaky CI runs. | |||
2025-05-29 | Fix test for status 404 | Nguyễn Gia Phong | |
2025-05-29 | Run test clients asynchronously | Nguyễn Gia Phong | |
2025-05-29 | Unmake path starting with // a special case | Nguyễn Gia Phong | |
2025-05-29 | Fix tests on IPv6 | Nguyễn Gia Phong | |
2025-05-29 | Add another rare test case | Nguyễn Gia Phong | |
2025-05-29 | Ensure base URL's trailing slash for path matching | Nguyễn Gia Phong | |
2025-05-29 | Relieve backpressure | Nguyễn Gia Phong | |