aboutsummaryrefslogtreecommitdiffstats
path: root/url.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan1-1/+1
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren1-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-0/+6
2019-06-04url: do not allow %00 to represent NUL in URLsMatthew DeVore1-1/+1
2019-06-04url: do not read past end of bufferMatthew DeVore1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe1-20/+1
2015-10-05use strbuf_complete to conditionally append slashJeff King1-2/+1
2014-07-10use strbuf_addch for adding single charactersRené Scharfe1-1/+1
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