summaryrefslogtreecommitdiffstats
path: root/urlmatch.c
Commit message (Expand)AuthorAgeFilesLines
* urlmatch: use hex2chr() in append_normalized_escapes()René Scharfe2017-07-091-5/+5
* urlmatch: allow globbing for the URL host partPatrick Steinhardt2017-02-011-4/+45
* urlmatch: include host in urlmatch rankingPatrick Steinhardt2017-02-011-24/+34
* urlmatch: split host and port fields in `struct url_info`Patrick Steinhardt2017-01-311-4/+12
* urlmatch: enable normalization of URLs with globsPatrick Steinhardt2017-01-311-2/+12
* urlmatch.c: make match_urls() staticJunio C Hamano2015-01-151-3/+3
* isxdigit: cast input to unsigned charJeff King2014-10-161-4/+4
* refactor skip_prefix to return a booleanJeff King2014-06-201-2/+1
* urlmatch.c: recompute pointer after append_normalized_escapesThomas Rast2013-09-121-1/+5
* config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano2013-07-311-0/+67
* config: add helper to normalize and match URLsKyle J. McKay2013-07-311-0/+468