aboutsummaryrefslogtreecommitdiffstats
path: root/urlmatch.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan1-1/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+4
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren1-1/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King1-3/+3
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason1-0/+5
2021-10-12urlmatch: add underscore to URL_HOST_CHARSJeff King1-1/+1
2020-04-24credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin1-3/+7
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson1-1/+3
2017-07-09urlmatch: use hex2chr() in append_normalized_escapes()René Scharfe1-5/+5
2017-02-01urlmatch: allow globbing for the URL host partPatrick Steinhardt1-4/+45
2017-02-01urlmatch: include host in urlmatch rankingPatrick Steinhardt1-24/+34
2017-01-31urlmatch: split host and port fields in `struct url_info`Patrick Steinhardt1-4/+12
2017-01-31urlmatch: enable normalization of URLs with globsPatrick Steinhardt1-2/+12
2015-01-15urlmatch.c: make match_urls() staticJunio C Hamano1-3/+3
2014-10-16isxdigit: cast input to unsigned charJeff King1-4/+4
2014-06-20refactor skip_prefix to return a booleanJeff King1-2/+1
2013-09-12urlmatch.c: recompute pointer after append_normalized_escapesThomas Rast1-1/+5
2013-07-31config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano1-0/+67
2013-07-31config: add helper to normalize and match URLsKyle J. McKay1-0/+468