aboutsummaryrefslogtreecommitdiffstats
path: root/internal/url
Commit message (Collapse)AuthorAgeFilesLines
* internal: Fix regression in csp-like matchJoseda Rios2023-04-152-31/+82
| | | | Signed-off-by: Joseda Rios <josriolop@gmail.com>
* Use gocheck for test.Chief2019-08-301-17/+27
| | | | Signed-off-by: Chief <admin@117.sh>
* Add tests for SSH url matching.Chief2019-08-301-0/+50
| | | | Signed-off-by: Chief <admin@117.sh>
* Add numeric username support for SSH urls.Chief2019-08-281-1/+1
| | | | Signed-off-by: Chief <admin@117.sh>
* config: add a way to see if a "remote" URL is local or notJeremy Stribling2019-02-111-0/+37
This factors out some URL-parsing code from the transport layer so it can be used by config as well. Issue: #909 Signed-off-by: Jeremy Stribling <strib@alum.mit.edu>