summaryrefslogtreecommitdiff
path: root/url.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-231-1/+2
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* list-objects-filter: implement composite filtersMatthew DeVore2019-06-281-0/+6
* url: do not allow %00 to represent NUL in URLsMatthew DeVore2019-06-041-1/+1
* url: do not read past end of bufferMatthew DeVore2019-06-041-1/+1
* style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
* introduce hex2chr() for converting two hexadecimal digits to a characterrs/hex2chrRené Scharfe2016-09-071-20/+1
* use strbuf_complete to conditionally append slashJeff King2015-10-051-2/+1
* use strbuf_addch for adding single charactersRené Scharfe2014-07-101-1/+1
* Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-8/+18
|\
| * url: decode buffers that are not NUL-terminatedJeff King2011-07-201-8/+18
* | Merge branch 'jc/is-url-simplify'Junio C Hamano2011-10-131-26/+6
|\ \ | |/ |/|
| * url.c: simplify is_url()jc/is-url-simplifyJunio C Hamano2011-10-031-26/+6
* | Fix sparse warningsStephen Boyd2011-03-221-0/+1
|/
* url: add str wrapper for end_url_with_slash()Tay Ray Chuan2010-11-261-0/+7
* shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-261-0/+7
* Do not unquote + into ' ' in URLsThomas Rast2010-07-251-5/+6
* url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano2010-06-241-4/+4
* url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano2010-06-231-10/+18
* make url-related functions reusableJeff King2010-05-241-0/+118