summaryrefslogtreecommitdiff
path: root/src/util/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: move rfc2818 hostname / wildcard matching to utilEdward Thomson2023-05-131-0/+44
* net: parse urls or scp style paths in the same functionEdward Thomson2023-02-241-0/+7
* url: only allow @s in usernames for ssh urlsEdward Thomson2022-06-171-3/+10
* url_parse: introduce our own url parsingEdward Thomson2022-06-171-84/+324
* refactor: make util an object libraryEdward Thomson2022-02-221-0/+749