klemens
|
f7df67cff0
spelling fixes
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Alexis La Goutte
|
cbff751e95
build: fix gcc7 implicit fallthrough warnings
|
7 years ago |
Dan Fandrich
|
516e60aa8e
ftp: fixed a NULL pointer dereference on OOM
|
7 years ago |
Dan Fandrich
|
79221d8d50
ftp: removed an erroneous free in an OOM path
|
7 years ago |
Richy Kim
|
6b7616690e
CURLOPT_BUFFERSIZE: support enlarging receive buffer
|
8 years ago |
Daniel Stenberg
|
9314bf8405
ftp: failure to resolve proxy should return that error code
|
8 years ago |
Jay Satiro
|
d00f2a8f2e
http_proxy: Fix proxy CONNECT hang on pending data
|
8 years ago |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
f81a836461
ftp_done: don't clobber the passed in error code
|
8 years ago |
Daniel Stenberg
|
3c6c2bcd5a
ftp: remove dead code in ftp_done
|
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 |
Daniel Stenberg
|
1833a45dde
ftp: check for previous patch must be case sensitive!
|
8 years ago |
Daniel Stenberg
|
46133aa536
escape: avoid using curl_easy_unescape() internally
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Daniel Stenberg
|
8238ba9c5f
ftp: fix Curl_ftpsendf()
|
8 years ago |
Jay Satiro
|
af2d679e14
errors: new alias CURLE_WEIRD_SERVER_REPLY (8)
|
8 years ago |
Daniel Stenberg
|
822082d832
ftp_done: remove dead code
|
8 years ago |
Ales Novak
|
7ad50a61f2
ftp: fix wrong poll on the secondary socket
|
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
|
a71012c03e
code: style updates
|
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 |
Daniel Stenberg
|
863c5766dd
ftp: remove a check for NULL(!)
|
8 years ago |
Daniel Stenberg
|
cb222bcfef
ftp_done: clear tunnel_state when secondary socket closes
|
8 years ago |