| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | URL u_port should be a number not a string. | Garrett D'Amore | 2024-11-17 |
| | | | | | | | | | | | | The idea here is to reduce the dynamic allocations used for URLs, and also the back and forth with parsing begin strings and port numbers. We always resolve to a port number, and this is easier for everyone. The real goal in the long term is to eliminate dynamic allocation of the URL fields altogether, but that requires a little more work. This is a step in the right direction. | ||
| * | docs: master cross-reference table | Garrett D'Amore | 2024-10-22 |
| | | |||
| * | docs: URL chapter | Garrett D'Amore | 2024-10-22 |
