aboutsummaryrefslogtreecommitdiffstats
path: root/urlmatch.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+2
2023-06-28urlmatch.h: use config_fn_t typeGlen Choo1-2/+3
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason1-0/+1
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason1-0/+4
2020-04-24credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin1-0/+5
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson1-0/+9
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-2/+2
2018-08-15urlmatch.h: fix include guardElijah Newren1-0/+2
2017-02-01urlmatch: include host in urlmatch rankingPatrick Steinhardt1-1/+2
2017-01-31urlmatch: split host and port fields in `struct url_info`Patrick Steinhardt1-4/+5
2015-01-15urlmatch.c: make match_urls() staticJunio C Hamano1-1/+0
2013-07-31config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano1-0/+18
2013-07-31config: add helper to normalize and match URLsKyle J. McKay1-0/+36