c84ad40c | 02-Nov-2001 |
Daniel Stenberg |
J�rn added connect.c |
ab7f25ab | 01-Nov-2001 |
Daniel Stenberg |
another day another commit |
6d213e20 | 01-Nov-2001 |
Daniel Stenberg |
libcurl can init winsock since 7.8.1 |
9b6545c4 | 01-Nov-2001 |
Daniel Stenberg |
ConnectionExists() now returns FALSE immediately if it finds a connection that is dead, because it can only find one entry anyway and if that is dead there won't be any other entry that match
ConnectionExists() now returns FALSE immediately if it finds a connection that is dead, because it can only find one entry anyway and if that is dead there won't be any other entry that matches
show more ...
|
96fb1182 | 01-Nov-2001 |
Daniel Stenberg |
added comments and function headers |
617d6eb7 | 01-Nov-2001 |
Daniel Stenberg |
Update the byte counters in the loop so that aborted transfers have the information as well. Improves debug outputs etc. |
99888388 | 01-Nov-2001 |
Daniel Stenberg |
Use Curl_tvdiff to compare times |
7d24ce96 | 01-Nov-2001 |
Daniel Stenberg |
less I, more we |
cbc35b1f | 01-Nov-2001 |
Daniel Stenberg |
minor mods to make solaris plain 'make' to not die on this |
027fc719 | 31-Oct-2001 |
Daniel Stenberg |
fixed FTPSENDF for ipv6 compiles |
f6b2e9e8 | 31-Oct-2001 |
Daniel Stenberg |
a bunch |
c4f1a9f6 | 31-Oct-2001 |
Daniel Stenberg |
Removed the SocketIsDead() stuff for SSL again as it doesn't work. We must rely on the new go-ahead-and-try mechanism that I just added to Transfer() |
54205507 | 31-Oct-2001 |
Daniel Stenberg |
If Curl_do() fails with CURLE_WRITE_ERROR on a re-used connection, this new logic can retry the same operation on a new connection! |
7b93348a | 31-Oct-2001 |
Daniel Stenberg |
Curl_sendf now returns a CURLcode |
eaf475b5 | 31-Oct-2001 |
Daniel Stenberg |
return type cleanup |
4118c68d | 31-Oct-2001 |
Daniel Stenberg |
check Curl_ftpsendf return codes |
69d5d882 | 31-Oct-2001 |
Daniel Stenberg |
Added better checking of return codes when we send data to sockets/connections |
7e6a36ea | 31-Oct-2001 |
Daniel Stenberg |
major commit, now we check the return code on every invoke of Curl_ftpsendf - which now is made using a macro named FTPSENDF. I turned it all caps just to make it more visible that it is in f
major commit, now we check the return code on every invoke of Curl_ftpsendf - which now is made using a macro named FTPSENDF. I turned it all caps just to make it more visible that it is in fact a macro.
show more ...
|
6878c0b8 | 31-Oct-2001 |
Daniel Stenberg |
check return code when issuing the request |
bbdc9f15 | 31-Oct-2001 |
Daniel Stenberg |
added typecasts to make the timers calculate with doubles, not longs as they accidentally did after the Curl_tvdiff() interface change |
ae4f8243 | 31-Oct-2001 |
Daniel Stenberg |
added some -c talk, spell checked |
1c83dee9 | 31-Oct-2001 |
Daniel Stenberg |
no need for mumbojumbo |
b66dedc0 | 31-Oct-2001 |
Daniel Stenberg |
added cool.haxx.se as an official mirror site |
b07e2a08 | 31-Oct-2001 |
Daniel Stenberg |
nonblock => Curl_nonblock, remade the check for a live SSL connection (again) |
64543e09 | 30-Oct-2001 |
Daniel Stenberg |
Added -0/--http1.0 |