17 Commits (3e8ed3b93e9b46eb6fe61589482751728865de57)

Author SHA1 Message Date
Matthew DeVore d37dc239a4 url: do not allow %00 to represent NUL in URLs 6 years ago
Matthew DeVore 3f6b8a6177 url: do not read past end of buffer 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
René Scharfe d23309733a introduce hex2chr() for converting two hexadecimal digits to a character 9 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 10 years ago
René Scharfe 294b2680cd use strbuf_addch for adding single characters 11 years ago
Junio C Hamano b33a1b9fe7 url.c: simplify is_url() 14 years ago
Jeff King 66c8448543 url: decode buffers that are not NUL-terminated 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Tay Ray Chuan 3793a30901 url: add str wrapper for end_url_with_slash() 15 years ago
Tay Ray Chuan 1966d9f37b shift end_url_with_slash() from http.[ch] to url.[ch] 15 years ago
Thomas Rast 730220de8b Do not unquote + into ' ' in URLs 15 years ago
Junio C Hamano 3c73a1d57f url_decode: URL scheme ends with a colon and does not require a slash 15 years ago
Junio C Hamano ce83eda155 url.c: "<scheme>://" part at the beginning should not be URL decoded 15 years ago
Jeff King 638794cde0 make url-related functions reusable 15 years ago