summaryrefslogtreecommitdiff
path: root/url.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-26url: add str wrapper for end_url_with_slash()Libravatar Tay Ray Chuan1-0/+7
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Libravatar Tay Ray Chuan1-0/+7
2010-07-25Do not unquote + into ' ' in URLsLibravatar Thomas Rast1-5/+6
2010-06-24url_decode: URL scheme ends with a colon and does not require a slashLibravatar Junio C Hamano1-4/+4
2010-06-23url.c: "<scheme>://" part at the beginning should not be URL decodedLibravatar Junio C Hamano1-10/+18
2010-05-24make url-related functions reusableLibravatar Jeff King1-0/+118