Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
c341311a0e
Revert "cleanup: general removal of TODO (and similar) comments"
|
9 years ago |
Daniel Stenberg
|
64e959ffe3
cleanup: general removal of TODO (and similar) comments
|
9 years ago |
Kurt Fankhauser
|
529f9310b1
ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size
|
9 years ago |
Daniel Stenberg
|
c6aedf680f
fread_func: move callback pointer from set to state struct
|
9 years ago |
Daniel Stenberg
|
27620171ff
FTP: do_more: add check for wait_data_conn in upload case
|
9 years ago |
Daniel Stenberg
|
38ef1b3e7f
ftp: clear the do_more bit when the server has connected
|
9 years ago |
Daniel Stenberg
|
b88f980a74
FTP: do the HTTP CONNECT for data connection blocking
|
9 years ago |
Daniel Stenberg
|
b0143a2a33
read_callback: move to SessionHandle from connectdata
|
9 years ago |
Patrick Monnerat
|
c720cd6356
FTP: fix dangling conn->ip_addr dereference on verbose EPSV.
|
9 years ago |
Patrick Monnerat
|
3377e692ee
FTP: Make EPSV use the control IP address rather than the original host.
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Daniel Stenberg
|
a6b8fe2a5f
checksrc: use space before paren in "return (expr);"
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Patrick Monnerat
|
ab85ac5eda
ftp: accept all 2xx responses to the PORT command
|
9 years ago |
Daniel Stenberg
|
99e71e6a84
FTP: if EPSV fails on IPV6 connections, bail out
|
10 years ago |
Daniel Stenberg
|
9a452ba3a1
FTP: fix IPv6 host using link-local address
|
10 years ago |
Steve Holme
|
151ae59436
code/docs: Use correct case for IPv4 and IPv6
|
10 years ago |
Patrick Monnerat
|
9081014c2c
IPV6: address scope != scope id
|
10 years ago |
Steve Holme
|
5f5814ca5e
ftp.c: Fixed compilation warning when no verbose string support
|
10 years ago |
Steve Holme
|
ef91f04927
ftp.c: Fixed compilation warnings when proxy support disabled
|
10 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |
Daniel Stenberg
|
d94717e099
nonblock: call with (void) to show we ignore the return code
|
10 years ago |
Brandon Casey
|
6beb0eeea1
Ensure progress.size_dl/progress.size_ul are always >= 0
|
10 years ago |
Daniel Stenberg
|
df13f8e8c2
bits.close: introduce connection close tracking
|
10 years ago |
Daniel Stenberg
|
d5ec44ca4c
INFILESIZE: fields in UserDefined must not be changed run-time
|
10 years ago |
Daniel Stenberg
|
710f14edba
handler: make 'protocol' always specified as a single bit
|
10 years ago |
Daniel Stenberg
|
c81021f747
ftp: in passive data connect wait for happy eyeballs sockets
|
10 years ago |