Daniel Stenberg
|
b15ca64bb0
urlapi: remove two variable assigns
|
před 2 roky |
Daniel Stenberg
|
7d6cf06f57
urlapi: fix parsing URL without slash with CURLU_URLENCODE
|
před 2 roky |
12932
|
ddeec8feba
misc: nitpick grammar in comments/docs
|
před 2 roky |
John Bampton
|
e80c4ff3d0
misc: fix spelling in docs and comments
|
před 2 roky |
Daniel Stenberg
|
eb0167ff7d
urlapi: reject more bad characters from the host name field
|
před 2 roky |
Patrick Monnerat
|
9d51329047
setopt: use the handler table for protocol name to number conversions
|
před 2 roky |
Daniel Stenberg
|
846678541b
urlapi: detect scheme better when not guessing
|
před 2 roky |
Daniel Stenberg
|
f703cf971c
urlapi: leaner with fewer allocs
|
před 2 roky |
Daniel Stenberg
|
8dd95da35b
ctype: remove all use of <ctype.h>, use our own versions
|
před 2 roky |
Viktor Szakats
|
c9061f242b
misc: spelling fixes
|
před 2 roky |
Pierrick Charron
|
4bf2c231d7
urlapi: make curl_url_set(url, CURLUPART_URL, NULL, 0) clear all parts
|
před 2 roky |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
před 2 roky |
Daniel Stenberg
|
c3fc406ebb
urlapi: support CURLU_URLENCODE for curl_url_get()
|
před 2 roky |
Daniel Stenberg
|
914aaab915
urlapi: reject percent-decoding host name into separator bytes
|
před 2 roky |
Sergey Markelov
|
b5b86856a9
urlapi: address (harmless) UndefinedBehavior sanitizer warning
|
před 2 roky |
Daniel Stenberg
|
a3f4d7cee9
misc: spelling fixes
|
před 2 roky |
Stefan Eissing
|
70ac27604a
urlapi: handle "redirects" smarter
|
před 2 roky |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
před 2 roky |
HenrikHolst
|
9fe2a20b1c
urlapi: remove an unnecessary call to strlen
|
před 2 roky |
Daniel Stenberg
|
eec5ce4ab4
urlapi: if possible, shorten given numerical IPv6 addresses
|
před 2 roky |
Daniel Stenberg
|
92d1aee8b1
urlapi: accept port number zero
|
před 2 roky |
Daniel Stenberg
|
4183b8fe9a
urlapi: provide more detailed return codes
|
před 3 roky |
Daniel Stenberg
|
a5f5687368
urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LEN
|
před 3 roky |
Daniel Stenberg
|
3e6eb18fce
urlapi: reject short file URLs
|
před 3 roky |
Stefan Eissing
|
45bcb2eaa7
urlapi: cleanup scheme parsing
|
před 3 roky |
Daniel Stenberg
|
efffa66f65
urlapi: skip a strlen(), pass in zero
|
před 3 roky |
Daniel Stenberg
|
9a8564a920
urlapi: URL decode percent-encoded host names
|
před 3 roky |
Daniel Gustafsson
|
12246eddc5
lib: avoid fallthrough cases in switch statements
|
před 3 roky |
Sergey Markelov
|
4b997626b1
urlapi: support UNC paths in file: URLs on Windows
|
před 3 roky |
Daniel Stenberg
|
98e6db24c4
urlapi.c:seturl: assert URL instead of using if-check
|
před 3 roky |