Patrick Monnerat
|
ecb13416e3
lib: remove conn->data uses
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Patrick Monnerat
|
bbe3aa9f88
vtls: reduce conn->data use
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
675eeb1c94
pingpong: use a dynbuf for the *_pp_sendf() function
|
4 years ago |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 years ago |
Daniel Stenberg
|
31e53584db
escape: make the URL decode able to reject only %00 bytes
|
4 years ago |
Daniel Stenberg
|
7414fb25a2
urldata: connect related booleans live in struct ConnectBits
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 years ago |
Marcel Raad
|
e23c52b329
build: fix Codacy warnings
|
5 years ago |
Steve Holme
|
166ace8be0
emailL Added reference to RFC8314 for implicit TLS
|
5 years ago |
Daniel Stenberg
|
65eb65fde6
urldata: simplify bytecounters
|
5 years ago |
Daniel Gustafsson
|
f0b2c13a9e
memcmp: avoid doing single char memcmp
|
5 years ago |
Daniel Stenberg
|
154a17b6ee
pingpong: ignore regular timeout in disconnect phase
|
6 years ago |
Daniel Stenberg
|
dcd6f81025
snprintf: renamed and we now only use msnprintf()
|
6 years ago |
Daniel Stenberg
|
6d0e487f9f
pop3: only do APOP with a valid timestamp
|
6 years ago |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
8dd4edeb90
smtp/pop3/imap_get_message: decrease the data length too...
|
6 years ago |
Daniel Stenberg
|
615edc1f73
sasl_getmesssage: make sure we have a long enough string to pass
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Daniel Stenberg
|
efc83d6d54
http-proxy: only attempt FTP over HTTP proxy
|
7 years ago |
Daniel Stenberg
|
c5c4e816b4
URL: only accept ";options" in SMTP/POP3/IMAP URL schemes
|
7 years ago |
Jay Satiro
|
a18db79262
STARTTLS: Don't print response character in denied messages
|
7 years ago |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |