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 |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Jay Satiro
|
af2d679e14
errors: new alias CURLE_WEIRD_SERVER_REPLY (8)
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
575e885db0
multi: turn Curl_done into file local multi_done
|
8 years ago |
Steve Holme
|
c142e73142
ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled
|
8 years ago |
Steve Holme
|
a5aec58726
imap/pop3/smtp: Fixed connections upgraded with TLS are not reused
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Steve Holme
|
41efdadf09
pop3: Differentiate between success and continuation responses
|
9 years ago |
Steve Holme
|
6af80afe49
pop3: Added clarity on some server response codes
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Patrick Monnerat
|
0d24f64473
sasl: implement EXTERNAL authentication mechanism.
|
9 years ago |