summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Only output valid filetime.Daniel Stenberg2003-01-071-16/+24
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-091-3/+3
* The waiting for the 226 or 250 line expected to come after a transfer isDaniel Stenberg2002-12-041-10/+20
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-90/+87
* if the PWD reply parser failed, we leaked memoryDaniel Stenberg2002-12-021-1/+3
* moved the bools in the connectdata struct into the substruct namedDaniel Stenberg2002-11-111-1/+1
* unlock dns cache entries with a function call instead of a variable fiddleDaniel Stenberg2002-11-111-2/+3
* ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() protoDaniel Stenberg2002-11-051-4/+4
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-5/+6
* prevent compiler warningsDaniel Stenberg2002-10-281-2/+2
* Craig Markwardt made the "struct hostent_data" get cleared too, as isDaniel Stenberg2002-09-201-2/+4
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* SSL_INSECURE support and usage addedDaniel Stenberg2002-08-261-2/+1
* don't attempt to ftp_cwd() on a NULL pathDaniel Stenberg2002-08-261-1/+1
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-123/+159
* corrected some warningsDaniel Stenberg2002-08-011-27/+4
* Changed the PORT command to pick a better default IP address if "-" is used.Daniel Stenberg2002-08-011-12/+28
* Remade the FTP not-check status line and not-attempt-to-read-status-lineDaniel Stenberg2002-06-141-26/+19
* Tom Mattison's report found out, and this is the fix that should preventDaniel Stenberg2002-06-131-4/+5
* Added 'dont_check' to be set during an FTP operation if the final statusDaniel Stenberg2002-06-131-14/+20
* when no FTP transfer was done, don't attempt to read the download transferDaniel Stenberg2002-06-121-11/+12
* kris@freebsd.org fixed a few bad format stringsDaniel Stenberg2002-06-121-3/+3
* ftp range downloads make us ignore the final status message as the serverDaniel Stenberg2002-06-111-5/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+4
* Getting an empty FTP file no longer makes us return error 19. An empty fileDaniel Stenberg2002-05-281-1/+1
* Fixed the FTP response reader to deal with timeouts better. Previously itDaniel Stenberg2002-04-271-10/+11
* (Curl_GetFTPResponse) moved some code to only get performed when actuallyDaniel Stenberg2002-04-271-4/+5
* adjusted to the new Curl_resolv() protoDaniel Stenberg2002-04-251-3/+3
* In order to not get problems with DNS cache pruning, we no longer storeDaniel Stenberg2002-04-251-6/+8
* removed unused variableDaniel Stenberg2002-04-141-1/+0
* Jean-Philippe Barrette-LaPierre provided his patch that introducesDaniel Stenberg2002-04-121-9/+7
* This corrects VERBOSE PASV ftp transfers on AIX (and OSF1/Tru64)Daniel Stenberg2002-04-041-1/+3
* verbose FTP PASV output could output a "random" name from the stack basedDaniel Stenberg2002-03-201-5/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* verbose PASV transfers passed a bad buffer size to the name resolver functionsDaniel Stenberg2002-03-161-2/+2
* no longer attempts to SIZE a NULL pointer, as that wasn't very cleverDaniel Stenberg2002-03-131-2/+2
* Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg2002-02-281-0/+12
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-1/+2
* #if [undefined] => #ifdef [undefined]Daniel Stenberg2002-01-181-1/+1
* made gcc -Wcast-align happyDaniel Stenberg2002-01-181-1/+1
* Somewhat ugly fix to deal with non-blocking sockets. We just loop and tryDaniel Stenberg2002-01-161-4/+20
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-141-3/+10
* #include the local "inet_ntoa_r.h" file if no proto was found in the globalDaniel Stenberg2002-01-041-0/+4
* The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now definedDaniel Stenberg2002-01-041-1/+5
* The FTP response lines are now passed to the function callback registered forDaniel Stenberg2002-01-041-4/+18
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-031-13/+7
* pass an 'int' as the third argument to bind()Daniel Stenberg2002-01-031-1/+1
* Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.Daniel Stenberg2002-01-021-2/+2
* If nobody is set we won't download any FTP file. If include_header is set,Daniel Stenberg2001-12-201-10/+18
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-1/+1