index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config
/
url.zig
Age
Commit message (
Expand
)
Author
2025-05-14
url: restrict file paths regex to one slash
Weizhao Ouyang
2025-03-18
ci: zig fmt check
Mitchell Hashimoto
2025-01-07
Add IPv6 URL pattern support with comprehensive test cases
Bryan Lee
2025-01-07
feat: add support for file paths starts with `../` `./` and `/`
Mustaque Ahmed
2024-11-22
Add two edge cases to the url regex
Vincent Prigent
2024-08-28
avoid escape characters by using a multiline string
Erlend Lind Madsen
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-02-02
url: add missing rarer (all) characters allowed in URL
Erlend Lind Madsen
2024-02-02
url: add missing url-scheme tests
Erlend Lind Madsen
2024-02-02
url: sort url schemes by most-used
Erlend Lind Madsen
2024-02-02
url: support dash '-' in urls
Erlend Lind Madsen
2024-02-02
url/Link: simplify regex, remove 'find_longest' param and add new tests
Erlend Lind Madsen
2024-01-27
config/url: exclude trailing single quotes
Selman Kayrancioglu
2023-12-16
config: improve link matching for URLs ending in . or )
Caleb Spare
2023-11-29
renderer/metal: underline urls
Mitchell Hashimoto