Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstr | Edward Thomson | 2021-10-17 | 1 | -2/+2 |
* | url: introduce `git_net_url_dup` | Edward Thomson | 2021-09-01 | 1 | -0/+3 |
* | url: introduce `git_net_url_matches_pattern_list` | Edward Thomson | 2021-09-01 | 1 | -0/+3 |
* | url: introduce `git_net_url_matches_pattern` | Edward Thomson | 2021-09-01 | 1 | -0/+5 |
* | net: function to identify ipv6 addresses in URLs | Edward Thomson | 2020-12-23 | 1 | -0/+3 |
* | net: is_default_port is a bool | Edward Thomson | 2020-12-23 | 1 | -2/+2 |
* | net: introduce path formatting function | Edward Thomson | 2020-01-24 | 1 | -0/+3 |
* | net: introduce url formatting function | Edward Thomson | 2020-01-24 | 1 | -0/+3 |
* | net: introduce git_net_url_joinpath | Edward Thomson | 2020-01-24 | 1 | -0/+6 |
* | net: refactor gitno redirect handling | Edward Thomson | 2020-01-24 | 1 | -0/+6 |
* | net: add an isvalid function | Edward Thomson | 2020-01-24 | 1 | -4/+7 |
* | net: rename gitno_connection_data to git_net_url | Edward Thomson | 2019-06-10 | 1 | -0/+36 |