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