summaryrefslogtreecommitdiff
path: root/url.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-04url: do not allow %00 to represent NUL in URLsLibravatar Matthew DeVore1-1/+1
2019-06-04url: do not read past end of bufferLibravatar Matthew DeVore1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterLibravatar René Scharfe1-20/+1
2015-10-05use strbuf_complete to conditionally append slashLibravatar Jeff King1-2/+1
2014-07-10use strbuf_addch for adding single charactersLibravatar René Scharfe1-1/+1
2011-10-17Merge branch 'jk/http-auth'Libravatar Junio C Hamano1-8/+18
2011-10-13Merge branch 'jc/is-url-simplify'Libravatar Junio C Hamano1-26/+6
2011-10-03url.c: simplify is_url()Libravatar Junio C Hamano1-26/+6
2011-07-20url: decode buffers that are not NUL-terminatedLibravatar Jeff King1-8/+18
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-0/+1
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