aboutsummaryrefslogtreecommitdiff
path: root/urlmatch.c
Commit message (Expand)AuthorAge
* urlmatch: use hex2chr() in append_normalized_escapes()René Scharfe2017-07-09
* urlmatch: allow globbing for the URL host partPatrick Steinhardt2017-02-01
* urlmatch: include host in urlmatch rankingPatrick Steinhardt2017-02-01
* urlmatch: split host and port fields in `struct url_info`Patrick Steinhardt2017-01-31
* urlmatch: enable normalization of URLs with globsPatrick Steinhardt2017-01-31
* urlmatch.c: make match_urls() staticJunio C Hamano2015-01-15
* isxdigit: cast input to unsigned charJeff King2014-10-16
* refactor skip_prefix to return a booleanJeff King2014-06-20
* urlmatch.c: recompute pointer after append_normalized_escapesThomas Rast2013-09-12
* config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano2013-07-31
* config: add helper to normalize and match URLsKyle J. McKay2013-07-31