| Commit message (Expand) | Author | Age | Files | Lines |
* | Only output valid filetime. | Daniel Stenberg | 2003-01-07 | 1 | -16/+24 |
* | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg | 2002-12-09 | 1 | -3/+3 |
* | The waiting for the 226 or 250 line expected to come after a transfer is | Daniel Stenberg | 2002-12-04 | 1 | -10/+20 |
* | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg | 2002-12-03 | 1 | -90/+87 |
* | if the PWD reply parser failed, we leaked memory | Daniel Stenberg | 2002-12-02 | 1 | -1/+3 |
* | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg | 2002-11-11 | 1 | -1/+1 |
* | unlock dns cache entries with a function call instead of a variable fiddle | Daniel Stenberg | 2002-11-11 | 1 | -2/+3 |
* | ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto | Daniel Stenberg | 2002-11-05 | 1 | -4/+4 |
* | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg | 2002-11-05 | 1 | -5/+6 |
* | prevent compiler warnings | Daniel Stenberg | 2002-10-28 | 1 | -2/+2 |
* | Craig Markwardt made the "struct hostent_data" get cleared too, as is | Daniel Stenberg | 2002-09-20 | 1 | -2/+4 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | SSL_INSECURE support and usage added | Daniel Stenberg | 2002-08-26 | 1 | -2/+1 |
* | don't attempt to ftp_cwd() on a NULL path | Daniel Stenberg | 2002-08-26 | 1 | -1/+1 |
* | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg | 2002-08-12 | 1 | -123/+159 |
* | corrected some warnings | Daniel Stenberg | 2002-08-01 | 1 | -27/+4 |
* | Changed the PORT command to pick a better default IP address if "-" is used. | Daniel Stenberg | 2002-08-01 | 1 | -12/+28 |
* | Remade the FTP not-check status line and not-attempt-to-read-status-line | Daniel Stenberg | 2002-06-14 | 1 | -26/+19 |
* | Tom Mattison's report found out, and this is the fix that should prevent | Daniel Stenberg | 2002-06-13 | 1 | -4/+5 |
* | Added 'dont_check' to be set during an FTP operation if the final status | Daniel Stenberg | 2002-06-13 | 1 | -14/+20 |
* | when no FTP transfer was done, don't attempt to read the download transfer | Daniel Stenberg | 2002-06-12 | 1 | -11/+12 |
* | kris@freebsd.org fixed a few bad format strings | Daniel Stenberg | 2002-06-12 | 1 | -3/+3 |
* | ftp range downloads make us ignore the final status message as the server | Daniel Stenberg | 2002-06-11 | 1 | -5/+7 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+4 |
* | Getting an empty FTP file no longer makes us return error 19. An empty file | Daniel Stenberg | 2002-05-28 | 1 | -1/+1 |
* | Fixed the FTP response reader to deal with timeouts better. Previously it | Daniel Stenberg | 2002-04-27 | 1 | -10/+11 |
* | (Curl_GetFTPResponse) moved some code to only get performed when actually | Daniel Stenberg | 2002-04-27 | 1 | -4/+5 |
* | adjusted to the new Curl_resolv() proto | Daniel Stenberg | 2002-04-25 | 1 | -3/+3 |
* | In order to not get problems with DNS cache pruning, we no longer store | Daniel Stenberg | 2002-04-25 | 1 | -6/+8 |
* | removed unused variable | Daniel Stenberg | 2002-04-14 | 1 | -1/+0 |
* | Jean-Philippe Barrette-LaPierre provided his patch that introduces | Daniel Stenberg | 2002-04-12 | 1 | -9/+7 |
* | This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64) | Daniel Stenberg | 2002-04-04 | 1 | -1/+3 |
* | verbose FTP PASV output could output a "random" name from the stack based | Daniel Stenberg | 2002-03-20 | 1 | -5/+7 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | verbose PASV transfers passed a bad buffer size to the name resolver functions | Daniel Stenberg | 2002-03-16 | 1 | -2/+2 |
* | no longer attempts to SIZE a NULL pointer, as that wasn't very clever | Daniel Stenberg | 2002-03-13 | 1 | -2/+2 |
* | Wesley Laxton's CURLOPT_PREQUOTE work | Daniel Stenberg | 2002-02-28 | 1 | -0/+12 |
* | Nico Baggus' VMS tweaks | Daniel Stenberg | 2002-02-20 | 1 | -1/+2 |
* | #if [undefined] => #ifdef [undefined] | Daniel Stenberg | 2002-01-18 | 1 | -1/+1 |
* | made gcc -Wcast-align happy | Daniel Stenberg | 2002-01-18 | 1 | -1/+1 |
* | Somewhat ugly fix to deal with non-blocking sockets. We just loop and try | Daniel Stenberg | 2002-01-16 | 1 | -4/+20 |
* | Curl_read() now returns a negative return code if EWOULDBLOCK or similar | Daniel Stenberg | 2002-01-14 | 1 | -3/+10 |
* | #include the local "inet_ntoa_r.h" file if no proto was found in the global | Daniel Stenberg | 2002-01-04 | 1 | -0/+4 |
* | The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now defined | Daniel Stenberg | 2002-01-04 | 1 | -1/+5 |
* | The FTP response lines are now passed to the function callback registered for | Daniel Stenberg | 2002-01-04 | 1 | -4/+18 |
* | Sterling Hughes' provided initial DNS cache source code. | Daniel Stenberg | 2002-01-03 | 1 | -13/+7 |
* | pass an 'int' as the third argument to bind() | Daniel Stenberg | 2002-01-03 | 1 | -1/+1 |
* | Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed. | Daniel Stenberg | 2002-01-02 | 1 | -2/+2 |
* | If nobody is set we won't download any FTP file. If include_header is set, | Daniel Stenberg | 2001-12-20 | 1 | -10/+18 |
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -1/+1 |