Sign in
googlers
/
jrn
/
git
/
16a186fedeb77f31213184b760f8da17140ddb92
/
url.c
d88e810
hex-ll: separate out non-hash-algo functions
by Calvin Wan
· 1 year, 5 months ago
fc7bd51
treewide: replace cache.h with more direct headers, where possible
by Elijah Newren
· 2 years ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years ago
15beaaa
Fix spelling errors in code comments
by Elijah Newren
· 5 years ago
e987df5
list-objects-filter: implement composite filters
by Matthew DeVore
· 6 years ago
d37dc23
url: do not allow %00 to represent NUL in URLs
by Matthew DeVore
· 6 years ago
3f6b8a6
url: do not read past end of buffer
by Matthew DeVore
· 6 years ago
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 6 years ago
d233097
introduce hex2chr() for converting two hexadecimal digits to a character
by René Scharfe
· 9 years ago
00b6c17
use strbuf_complete to conditionally append slash
by Jeff King
· 9 years ago
294b268
use strbuf_addch for adding single characters
by René Scharfe
· 11 years ago
9638384
Merge branch 'jk/http-auth'
by Junio C Hamano
· 13 years ago
8b482c0
Merge branch 'jc/is-url-simplify'
by Junio C Hamano
· 13 years ago
b33a1b9
url.c: simplify is_url()
by Junio C Hamano
· 13 years ago
66c8448
url: decode buffers that are not NUL-terminated
by Jeff King
· 14 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 14 years ago
3793a30
url: add str wrapper for end_url_with_slash()
by Tay Ray Chuan
· 14 years ago
1966d9f
shift end_url_with_slash() from http.[ch] to url.[ch]
by Tay Ray Chuan
· 14 years ago
730220d
Do not unquote + into ' ' in URLs
by Thomas Rast
· 15 years ago
3c73a1d
url_decode: URL scheme ends with a colon and does not require a slash
by Junio C Hamano
· 15 years ago
ce83eda
url.c: "<scheme>://" part at the beginning should not be URL decoded
by Junio C Hamano
· 15 years ago
638794c
make url-related functions reusable
by Jeff King
· 15 years ago