summaryrefslogtreecommitdiff
path: root/url.c
AgeCommit message (Expand)Author
2011-03-22Fix sparse warningsStephen Boyd
2010-11-26url: add str wrapper for end_url_with_slash()Tay Ray Chuan
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-07-26Do not unquote + into ' ' in URLsThomas Rast
2010-06-24url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano
2010-06-23url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano
2010-05-24make url-related functions reusableJeff King