summaryrefslogtreecommitdiff
path: root/urlmatch.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-231-1/+3
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* convert trivial uses of strncmp() to starts_with()Jeff King2023-01-081-3/+3
* urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason2022-03-041-0/+5
* urlmatch: add underscore to URL_HOST_CHARSJeff King2021-10-121-1/+1
* credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2020-04-241-3/+7
* credential: allow wildcard patterns when matching configbrian m. carlson2020-02-201-1/+3
* urlmatch: use hex2chr() in append_normalized_escapes()rs/urlmatch-cleanupRené Scharfe2017-07-091-5/+5
* urlmatch: allow globbing for the URL host partps/urlmatch-wildcardPatrick 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_escapesjc/url-matchThomas 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