summaryrefslogtreecommitdiff
path: root/url.h
AgeCommit message (Expand)AuthorFilesLines
2026-05-06url: return URL_SCHEME_UNKNOWN instead of dyingMatheus Afonso Martins Moreira1-3/+4
2026-05-06url: move scheme detection to URL header/sourceMatheus Afonso Martins Moreira1-0/+13
2026-05-06url: move url_is_local_not_ssh to url.hMatheus Afonso Martins Moreira1-0/+2
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu1-0/+7
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu1-0/+7
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-0/+8
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-8/+8
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2011-07-20url: decode buffers that are not NUL-terminatedJeff King1-0/+1
2010-11-26url: add str wrapper for end_url_with_slash()Tay Ray Chuan1-0/+1
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan1-0/+2
2010-05-24make url-related functions reusableJeff King1-0/+10