Jacob Hoffman-Andrews
|
f4b85d24b2
lib: remove strlen call from Curl_client_write
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Daniel Stenberg
|
8ed71fc4f7
ftp: fix memory leak in ftp_done
|
3 years ago |
Daniel Stenberg
|
7b2f0676c2
FTP: allow SIZE to fail when doing (resumed) upload
|
3 years ago |
Marcel Raad
|
a3f93a62a2
ftp: fix Codacy/cppcheck warning about null pointer arithmetic
|
3 years ago |
Daniel Stenberg
|
528f71c2ec
ftp: add 'list_only' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
115c9e27f5
ftp: add 'prefer_ascii' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
0c51036eb6
ftp: never set data->set.ftp_append outside setopt
|
3 years ago |
Daniel Stenberg
|
e32601e13a
ftp: avoid SIZE when asking for a TYPE A file
|
3 years ago |
Daniel Stenberg
|
5f08a5acd5
pingpong: rename the curl_pp_transfer enum to use PP prefix
|
3 years ago |
Daniel Stenberg
|
642d78026f
urldata: remove the duplicate 'ip_addr_str' field
|
3 years ago |
Patrick Monnerat
|
234638ea63
lib: remove conn->data uses
|
3 years ago |
Daniel Stenberg
|
7173fe98ba
pingpong: remove the 'conn' struct member
|
3 years ago |
Daniel Stenberg
|
1dc8aa870e
hostip/proxy: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
8335c6417e
hostip: remove conn->data from resolver functions
|
3 years ago |
Daniel Stenberg
|
ba4808d53c
ftp: remove conn->data leftover
|
3 years ago |
Daniel Stenberg
|
56d1891db6
curl_range: remove conn->data
|
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
|
aba01da639
failf: remove newline from formatting strings
|
3 years ago |
Daniel Stenberg
|
69a358f218
ftp: make wc_statemach loop instead of recurse
|
4 years ago |
Klaus Crusius
|
2c0d721215
ftp: retry getpeername for FTP with TCP_FASTOPEN
|
4 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
|
475c1aba68
checksrc: warn on empty line before open brace
|
4 years ago |
Daniel Stenberg
|
4a4c724599
ftp: make a 552 response return CURLE_REMOTE_DISK_FULL
|
4 years ago |
Daniel Stenberg
|
1397a7de6e
ftp: separate FTPS from FTP over "HTTPS proxy"
|
4 years ago |
Daniel Stenberg
|
675eeb1c94
pingpong: use a dynbuf for the *_pp_sendf() function
|
4 years ago |
Daniel Stenberg
|
1ee289f7b5
curl_krb5.h: rename from krb5.h
|
4 years ago |