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