Age | Commit message (Expand) | Author |
2004-02-13 | Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime() | Daniel Stenberg |
2004-02-09 | Tor Arntsen's patch for working around a notorious bug in the AIX5 | Daniel Stenberg |
2004-02-05 | use the timeout options when waiting for the server to connect when using | Daniel Stenberg |
2004-02-03 | the unused quit-function didn't pass a correct variable type to the | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-21 | use the proper timecond defines, not the obsolete ones I've removed! ;-) | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-12-08 | better human error message when a FTP response can't be read | Daniel Stenberg |
2003-12-03 | my contentlength adjustment broke the ftp download range stuff, this makes | Daniel Stenberg |
2003-12-02 | fix compiler warnings | Daniel Stenberg |
2003-12-02 | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg |
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 |