aboutsummaryrefslogtreecommitdiffstats
path: root/url.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-17Merge branch 'jk/http-auth'Junio C Hamano1-8/+18
2011-10-13Merge branch 'jc/is-url-simplify'Junio C Hamano1-26/+6
2011-10-03url.c: simplify is_url()Junio C Hamano1-26/+6
2011-07-20url: decode buffers that are not NUL-terminatedJeff King1-8/+18
2011-03-22Fix sparse warningsStephen Boyd1-0/+1
2010-11-26url: add str wrapper for end_url_with_slash()Tay Ray Chuan1-0/+7
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan1-0/+7
2010-07-25Do not unquote + into ' ' in URLsThomas Rast1-5/+6
2010-06-24url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano1-4/+4
2010-06-23url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano1-10/+18
2010-05-24make url-related functions reusableJeff King1-0/+118