| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(url): classify host as name/ipv4/ipv6 in parse and build | Thijs Schreijer | 4 days | 1 | -0/+82 |
| | | | | | | | | | | | parse() now sets hosttype ("name"/"ipv4"/"ipv6") plus a matching hostname/ipv4/ipv6 field alongside host. build() accepts those same fields when host is absent, erroring if more than one is set. classify_host is exported for standalone use; it classifies by shape (colon present -> ipv6, dotted-quad shape -> ipv4) rather than validating the address. | ||||
| * | style(docs): Trim trailing whitespace in HTML docs | Caleb Maclennan | 2023-11-11 | 1 | -19/+19 |
| | | | | | | | Many editors remove these automatically anyway which makes opening and editng the docs cause a bunch of noise. This is just to get the noise out of the way in a style commit so it doesn't leak into other PRs | ||||
| * | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 1 | -0/+328 |
