6918427f | 01-Oct-2001 |
Daniel Stenberg |
conn->hp is now conn->hostaddr changed the Curl_connethost() proto again |
9d342bbf | 01-Oct-2001 |
Daniel Stenberg |
sessionhandle->hp => hostaddr |
afc81ada | 01-Oct-2001 |
Daniel Stenberg |
renamed the stupid 'hp' to 'hostaddr' which actually says what it is |
5cd267b2 | 01-Oct-2001 |
Daniel Stenberg |
removed obsoletetd myalarm() calls |
09da9007 | 01-Oct-2001 |
Daniel Stenberg |
moved the myalarm() usage, and now makes sure to switch it off after the name resolving, as that should be the *ONLY* section in libcurl that may take a while in a synchronous call. |
d0079d90 | 01-Oct-2001 |
Daniel Stenberg |
fixed the connecthost proto: added the timeout argument |
ede5b54e | 01-Oct-2001 |
Daniel Stenberg |
corrected the #include files |
c5fdeef4 | 01-Oct-2001 |
Daniel Stenberg |
introduced non-blocking connects |
6ca45bea | 01-Oct-2001 |
Daniel Stenberg |
Added non-blocking sockets test |
2a07626a | 01-Oct-2001 |
Daniel Stenberg |
moved to the java module |
91275548 | 01-Oct-2001 |
Daniel Stenberg |
moved to the perl module |
9ff28a82 | 01-Oct-2001 |
Daniel Stenberg |
moved to separate module |
e9aa07f6 | 28-Sep-2001 |
Daniel Stenberg |
filetime should be -1 if the remote time was unknown as 0 is actually a valid time. we now store the filetime as a long to know for sure it can hold -1 (there exist some unsigned time_t cases) |
88e21894 | 28-Sep-2001 |
Daniel Stenberg |
improved readability slightly |
09da2c17 | 28-Sep-2001 |
Daniel Stenberg |
fixed the missing getftpresponse edits |
ae2ecfc5 | 28-Sep-2001 |
Daniel Stenberg |
removed the socket argument from some functions that always passed in the same socket and it was available from the passed-in struct anyway! |
cc610f0d | 28-Sep-2001 |
Daniel Stenberg |
now compiles warning-free when IPv6-enabled |
8333644c | 28-Sep-2001 |
Daniel Stenberg |
moved the PORT and PASV code into separate smaller functions for readability renamed all static ^_ftp_* functions to ^ftp_, prefixing with underscore is not nice |
4d13b2cc | 28-Sep-2001 |
Daniel Stenberg |
more ipv6 cleanups to make smaller functions that are easier to read |
48dc74ae | 28-Sep-2001 |
Daniel Stenberg |
more transparant support for IPv6 name resolving |
888d39e0 | 27-Sep-2001 |
Daniel Stenberg |
generate bzip2 and zip files too |
7239ecd4 | 26-Sep-2001 |
Daniel Stenberg |
free cookiejar string |
598e8dfb | 26-Sep-2001 |
Daniel Stenberg |
Now we're setting a default domain for received cookies so that we can properly match those cookies in subsequent requests |
9efdb680 | 26-Sep-2001 |
Daniel Stenberg |
Added test 46, cookie jar functionality |
14b898cb | 26-Sep-2001 |
Daniel Stenberg |
we can verify files too |