Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | urlmatch: use hex2chr() in append_normalized_escapes()rs/urlmatch-cleanup | René Scharfe | 2017-07-09 | 1 | -5/+5 |
* | urlmatch: allow globbing for the URL host partps/urlmatch-wildcard | Patrick Steinhardt | 2017-02-01 | 1 | -4/+45 |
* | urlmatch: include host in urlmatch ranking | Patrick Steinhardt | 2017-02-01 | 1 | -24/+34 |
* | urlmatch: split host and port fields in `struct url_info` | Patrick Steinhardt | 2017-01-31 | 1 | -4/+12 |
* | urlmatch: enable normalization of URLs with globs | Patrick Steinhardt | 2017-01-31 | 1 | -2/+12 |
* | urlmatch.c: make match_urls() static | Junio C Hamano | 2015-01-15 | 1 | -3/+3 |
* | isxdigit: cast input to unsigned char | Jeff King | 2014-10-16 | 1 | -4/+4 |
* | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -2/+1 |
* | urlmatch.c: recompute pointer after append_normalized_escapesjc/url-match | Thomas Rast | 2013-09-12 | 1 | -1/+5 |
* | config: add generic callback wrapper to parse section.<url>.key | Junio C Hamano | 2013-07-31 | 1 | -0/+67 |
* | config: add helper to normalize and match URLs | Kyle J. McKay | 2013-07-31 | 1 | -0/+468 |