Age | Commit message (Expand) | Author |
2001-06-19 | better treatment of truly aborted transfers | Daniel Stenberg |
2001-05-14 | Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl | Daniel Stenberg |
2001-05-12 | Uses the Curl_SSLConnect() according to the new return type | Daniel Stenberg |
2001-05-11 | when asking for a resumed FTP transfer, even though the entire file has | Daniel Stenberg |
2001-05-08 | when getting a FTP file with NOBODY, we will no longer return error if | Daniel Stenberg |
2001-04-26 | Curl_GetFTPResponse() is rewritten to read all incoming data in large | Daniel Stenberg |
2001-04-18 | Remade resume stuff to keep data in the connectdata struct instead of the | Daniel Stenberg |
2001-04-17 | Frederic Lepied's ftp download resume fix | Daniel Stenberg |
2001-04-03 | better error checks for failure conditions (based on Puneet Pawaia's reports) | Daniel Stenberg |
2001-03-29 | ftps:// support added | Daniel Stenberg |
2001-03-14 | removed a bunch of warnings for IPv6-compiles | Daniel Stenberg |
2001-03-09 | accept() and getsockname() now use socklen_t types, as that was just added | Daniel Stenberg |
2001-03-05 | enable persistant connections by default | Daniel Stenberg |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg |
2001-03-02 | removed the slist -functions from here | Daniel Stenberg |
2001-02-22 | moved the dynamicly set pointers to the connectdata struct | Daniel Stenberg |
2001-02-21 | IPv6-adjustments | Daniel Stenberg |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg |
2001-02-13 | better english timeouted => timed out, as suggested by Larry Fahnoe | Daniel Stenberg |
2001-02-13 | moved the protocol-specific free to allow easier multiple transfers | Daniel Stenberg |
2001-02-09 | Added a failf() call in the error-check just added | Daniel Stenberg |
2001-02-08 | today's FTP response check fix | Daniel Stenberg |
2001-02-07 | 7.6.1-pre3 | Daniel Stenberg |
2001-02-05 | adjusted the IPv6 stuff to compile and build on Linux as well | Daniel Stenberg |
2001-02-05 | Jun-ichiro itojun Hagino's IPv6 adjustments | Daniel Stenberg |
2001-01-31 | curl_read() and Curl_read() now have ssize_t in the last argument | Daniel Stenberg |
2001-01-25 | Get get-ftp-response function is now using Curl_read() for reading from a | Daniel Stenberg |
2001-01-17 | Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h | Daniel Stenberg |
2001-01-08 | Added mprintf #include | Daniel Stenberg |
2001-01-08 | Loic Dachary's makefile/dist/rpm fixes | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-19 | fixed a leaked file descriptor when PORT failed | Daniel Stenberg |
2000-12-18 | fixed accept() for memory debugging | Daniel Stenberg |
2000-12-16 | changed the return code checker in the quote command send to only fail | Daniel Stenberg |
2000-11-30 | added a typecast to shut up a VC++ warning when converting from long | Daniel Stenberg |
2000-11-29 | removed #if 0 sections | Daniel Stenberg |
2000-11-22 | document time fixes | Daniel Stenberg |
2000-11-22 | GetLastResponse() modified to return ftp code as integer | Daniel Stenberg |
2000-11-21 | bad directory name extractor fixed, now always free the file and directory | Daniel Stenberg |
2000-11-21 | when using PORT, we now free the host name buffer properly | Daniel Stenberg |
2000-11-21 | includes http.h for the proxytunnel stuff | Daniel Stenberg |
2000-11-10 | set type before checking --head size, as the type may cause the server | Daniel Stenberg |
2000-11-10 | doing an ftp upload append that was already completed resulted in a | Daniel Stenberg |
2000-10-30 | new urldata ssl layout and T. Bharath brought the new SSL cert verify function | Daniel Stenberg |
2000-10-11 | free the FTP struct already in the _done() function | Daniel Stenberg |
2000-10-09 | added memory debugging include file | Daniel Stenberg |
2000-09-25 | krb4 transfers get a sec_fflush_fd() to get uploads to work | Daniel Stenberg |
2000-09-21 | krb4 support added, new GetHost() usage | Daniel Stenberg |
2000-09-15 | bugfixed the proxytunnel | Daniel Stenberg |