summaryrefslogtreecommitdiff
path: root/urlmatch.c
AgeCommit message (Expand)Author
2017-07-09urlmatch: use hex2chr() in append_normalized_escapes()René Scharfe
2017-02-01urlmatch: allow globbing for the URL host partPatrick Steinhardt
2017-02-01urlmatch: include host in urlmatch rankingPatrick Steinhardt
2017-01-31urlmatch: split host and port fields in `struct url_info`Patrick Steinhardt
2017-01-31urlmatch: enable normalization of URLs with globsPatrick Steinhardt
2015-01-15urlmatch.c: make match_urls() staticJunio C Hamano
2014-10-16isxdigit: cast input to unsigned charJeff King
2014-06-20refactor skip_prefix to return a booleanJeff King
2013-09-12urlmatch.c: recompute pointer after append_normalized_escapesThomas Rast
2013-07-31config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano
2013-07-31config: add helper to normalize and match URLsKyle J. McKay