Daniel Stenberg
|
91878ebeca
lib: provide and use Curl_hexencode
|
1 year ago |
Jay Satiro
|
7a2421dbb7
escape: replace Curl_isunreserved with ISUNRESERVED
|
1 year ago |
Daniel Stenberg
|
291d225a50
ctype: add ISUNRESERVED()
|
1 year ago |
Daniel Stenberg
|
fc8ad0b23c
escape: use table lookup when adding %-codes to output
|
1 year ago |
Daniel Stenberg
|
f1f8acb3b9
escape: hex decode with a lookup-table
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Rose
|
f151ec6c10
lib: fix some type mismatches and remove unneeded typecasts
|
2 years ago |
Jay Satiro
|
eab25898b3
docs: explain curl_easy_escape/unescape curl handle is ignored
|
2 years ago |
Jay Satiro
|
30c862513d
escape: remove outdated comment
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 years ago |
lucas
|
519b62ccd0
docs: update IETF links to use datatracker
|
2 years ago |
Daniel Stenberg
|
7ae59838f0
curl_easy_escape: limit output string length to 3 * max input
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
31e53584db
escape: make the URL decode able to reject only %00 bytes
|
4 years ago |
Daniel Stenberg
|
32defc3197
escape: zero length input should return a zero length output
|
4 years ago |
Daniel Stenberg
|
ad829b21ae
url: accept "any length" credentials for proxy auth
|
4 years ago |
Daniel Stenberg
|
ed35d6590e
dynbuf: introduce internal generic dynamic buffer functions
|
4 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
fb30ac5a2d
URL-API
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
2fc1db56cd
escape.c: error: pointer targets differ in signedness
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
0649433da5
realloc: use Curl_saferealloc to avoid common mistakes
|
8 years ago |
Daniel Stenberg
|
53e71e47d6
unescape: avoid integer overflow
|
8 years ago |
Daniel Stenberg
|
01cf1308ee
curl_easy_unescape: deny negative string lengths as input
|
8 years ago |
Daniel Stenberg
|
826a9ced2b
curl_easy_escape: deny negative string lengths as input
|
8 years ago |