| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | url: introduce `git_net_url_matches_pattern_list` | Edward Thomson | 2021-09-01 | 1 | -0/+49 |
| | | | | | | | Provide a utility method on a url to determine if it matches any pattern in a comma-separated list, similar to what one would find in `NO_PROXY` environment variables. | ||||
| * | url: introduce `git_net_url_matches_pattern` | Edward Thomson | 2021-09-01 | 1 | -0/+54 |
| | | | | | | Provide a method to determine if a given URL matches a host:port pattern like the ones found in `NO_PROXY` environment variables. | ||||
| * | tests: create the network::url test hierarcy | Edward Thomson | 2021-09-01 | 3 | -0/+880 |
