netsurf/utils/nsurl
Daniel Silverstone 553dc93ec8
nsurl: Add support for IPv6 literals
Unfortunately, despite previous assertions to the contrary,
we do need to deal with IPv6 literals.  For now we validate
just that they are encased by square brackets and consist only
of hex digits and colons.  We do not validate that they are
actually valid IPv6 addresses.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2024-05-25 12:05:20 +01:00
..
Makefile nsurl: Split out URL parsing. 2017-02-08 17:27:13 +00:00
nsurl.c nsurl: Expose scheme type accessor. 2020-05-19 21:01:09 +01:00
parse.c nsurl: Add support for IPv6 literals 2024-05-25 12:05:20 +01:00
private.h nsurl: Expose scheme type accessor. 2020-05-19 21:01:09 +01:00