summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* include the server response in the error message when an FTP server givesDaniel Stenberg2004-08-111-2/+5
* more typecasts to please picky compilersDaniel Stenberg2004-08-101-1/+1
* make sure the 3rd argument passed to bind() is a socklen_tDaniel Stenberg2004-07-041-1/+1
* typecast the conversion from long to int to prevent picky compiler warningsDaniel Stenberg2004-07-041-1/+1
* variable type cleanup to fix picky compiler warningsDaniel Stenberg2004-07-011-3/+2
* I think 1024 bytes is enough for even most ipv6 addresses :-)Daniel Stenberg2004-06-301-1/+1
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-4/+7
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-163/+51
* Alexander Krasnostavsky's fix to make libcurl build fine with configureDaniel Stenberg2004-06-091-0/+4
* Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg2004-06-031-175/+386
* Gisle made ftp_mkd staticDaniel Stenberg2004-06-021-1/+1
* Added a new 'bit' in the connect struct named 'tunnel_proxy' that is setDaniel Stenberg2004-05-261-2/+2
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-8/+25
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-0/+1
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-3/+3
* Made defines instead of plain numbers for the Curl_resolv() return code toDaniel Stenberg2004-04-261-4/+4
* If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg2004-04-221-21/+28
* increase the headerbytecount for incoming "headers"Daniel Stenberg2004-04-211-0/+2
* Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg2004-04-201-4/+4
* ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepthDaniel Stenberg2004-04-151-1/+1
* removed the fixed dir depth limit in the FTP codeDaniel Stenberg2004-04-151-27/+36
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-071-4/+4
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-061-3/+3
* Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for theDaniel Stenberg2004-03-311-1/+1
* Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sureDaniel Stenberg2004-03-311-11/+7
* include the strerror.h file without curl_ prefixDaniel Stenberg2004-03-251-1/+1
* Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg2004-03-241-8/+16
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-0/+5
* Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg2004-03-111-5/+5
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-1/+1
* turn niflags into a define named NIFLAGSDaniel Stenberg2004-03-101-4/+5
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-9/+9
* clearly tell that these are ftp response timeoutsDaniel Stenberg2004-03-051-2/+2
* more variable type cleanupsDaniel Stenberg2004-03-031-3/+3
* our timeout values are longs while 'tv_sec' is intDaniel Stenberg2004-03-031-2/+2
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-021-15/+20
* use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg2004-03-021-13/+13
* Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg2004-03-011-13/+13
* Only attempt to send the FTP QUIT command if we actually have a FTP struct.Daniel Stenberg2004-03-011-1/+2
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-271-9/+14
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-261-3/+3
* Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime()Daniel Stenberg2004-02-131-2/+3
* Tor Arntsen's patch for working around a notorious bug in the AIX5Daniel Stenberg2004-02-091-0/+6
* use the timeout options when waiting for the server to connect when usingDaniel Stenberg2004-02-051-6/+28
* the unused quit-function didn't pass a correct variable type to theDaniel Stenberg2004-02-031-1/+1
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-2/+2
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-12/+12
* use the proper timecond defines, not the obsolete ones I've removed! ;-)Daniel Stenberg2004-01-211-2/+35
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-40/+50