summaryrefslogtreecommitdiff
path: root/src/config/url.zig
AgeCommit message (Expand)Author
2025-05-14url: restrict file paths regex to one slashWeizhao Ouyang
2025-03-18ci: zig fmt checkMitchell Hashimoto
2025-01-07Add IPv6 URL pattern support with comprehensive test casesBryan Lee
2025-01-07feat: add support for file paths starts with `../` `./` and `/`Mustaque Ahmed
2024-11-22Add two edge cases to the url regexVincent Prigent
2024-08-28avoid escape characters by using a multiline stringErlend Lind Madsen
2024-08-05chore: clean up typosƁukasz Niemier
2024-02-02url: add missing rarer (all) characters allowed in URLErlend Lind Madsen
2024-02-02url: add missing url-scheme testsErlend Lind Madsen
2024-02-02url: sort url schemes by most-usedErlend Lind Madsen
2024-02-02url: support dash '-' in urlsErlend Lind Madsen
2024-02-02url/Link: simplify regex, remove 'find_longest' param and add new testsErlend Lind Madsen
2024-01-27config/url: exclude trailing single quotesSelman Kayrancioglu
2023-12-16config: improve link matching for URLs ending in . or )Caleb Spare
2023-11-29renderer/metal: underline urlsMitchell Hashimoto