aboutsummaryrefslogtreecommitdiff
path: root/url.c
Commit message (Expand)AuthorAge
* introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe2016-09-07
* use strbuf_complete to conditionally append slashJeff King2015-10-05
* use strbuf_addch for adding single charactersRené Scharfe2014-07-10
* Merge branch 'jk/http-auth'Junio C Hamano2011-10-17
|\
| * url: decode buffers that are not NUL-terminatedJeff King2011-07-20
* | Merge branch 'jc/is-url-simplify'Junio C Hamano2011-10-13
|\ \ | |/ |/|
| * url.c: simplify is_url()Junio C Hamano2011-10-03
* | Fix sparse warningsStephen Boyd2011-03-22
|/
* url: add str wrapper for end_url_with_slash()Tay Ray Chuan2010-11-26
* shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-26
* Do not unquote + into ' ' in URLsThomas Rast2010-07-25
* url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano2010-06-24
* url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano2010-06-23
* make url-related functions reusableJeff King2010-05-24