Age | Commit message (Expand) | Author |
2003-12-02 | fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me | Daniel Stenberg |
2003-12-01 | FTPS now works with active ftp and uploads too. | Daniel Stenberg |
2003-11-24 | adjusted code to the new socket fields in the sessionhandle struct | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-19 | If a partial file has been read or written, force a closure the existing | Daniel Stenberg |
2003-11-10 | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel Stenberg |
2003-10-31 | assume that MDTM returns the timestamp as UTC | Daniel Stenberg |
2003-10-30 | when getting headers only, stop pretending the reported time is GMT, as it | Daniel Stenberg |
2003-10-24 | if malloc fails, we must bail out nicely | Daniel Stenberg |
2003-10-18 | gcc -Wshadow complaints fixed | Daniel Stenberg |
2003-10-17 | Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. | Daniel Stenberg |
2003-10-17 | made the code deal with empty name and password | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-10-04 | Jon Turner mentioned this bug fix to correct how libcurl deals with paths | Daniel Stenberg |
2003-09-11 | don't use a blank proxy | Daniel Stenberg |
2003-09-03 | Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. | Daniel Stenberg |
2003-09-03 | minor fix to make better bail-out check | Daniel Stenberg |
2003-08-22 | have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only | Daniel Stenberg |
2003-08-20 | store the FTP response code in the httpcode variable | Daniel Stenberg |
2003-08-10 | don't claim the PASV connect is connected unless it *really* is! | Daniel Stenberg |
2003-08-08 | re-arranged the cwd/mkd stuff a bit | Daniel Stenberg |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-08-05 | clean up the dir tree hierarchy in *_done() to make persistant connection | Daniel Stenberg |
2003-07-30 | Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar | Daniel Stenberg |
2003-07-30 | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg |
2003-07-28 | François Pons brought a patch that once again made curl deal with ftp and | Daniel Stenberg |
2003-07-21 | krb4-fixes for the moved user+password fields within the structs | Daniel Stenberg |
2003-07-20 | David Gardner pointed out in bug report 770755 that using the FTP command CWD | Daniel Stenberg |
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg |
2003-06-26 | one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-05-23 | Ricardo Cadime found a socket leak when listing directories without | Daniel Stenberg |
2003-05-14 | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg |
2003-05-13 | before using if2ip(), check if the address is an ip address and skip it if | Daniel Stenberg |
2003-05-12 | when we have accepted the server's connection in a PORT sequence, we set | Daniel Stenberg |
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg |
2003-04-30 | when making up the list of path parts, save the last entry pointing to NULL | Daniel Stenberg |
2003-04-30 | David Balazic's patch to make the FTP operations "do right" according to | Daniel Stenberg |
2003-04-11 | According to RFC959, CWD is supposed to return 250 on success, but | Daniel Stenberg |
2003-04-09 | timecond support added | Daniel Stenberg |
2003-04-03 | kill a compiler warning on cygwin | Daniel Stenberg |
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg |
2003-02-27 | It appears that there are FTP-servers that return size 0 for files | Daniel Stenberg |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre |
2003-01-29 | reset conn->size to -1 on the ftp-do function to make it not go on to | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2003-01-07 | Only output valid filetime. | Daniel Stenberg |
2002-12-09 | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg |
2002-12-04 | The waiting for the 226 or 250 line expected to come after a transfer is | Daniel Stenberg |