summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg2008-12-091-32/+4
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-081-5/+0
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-061-32/+31
* remove bogus whitespaceYang Tse2008-10-301-2/+2
* These two variables are now Curl_addrinfo pointersYang Tse2008-10-301-1/+1
* fix compiler warningYang Tse2008-10-241-4/+6
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* Changed some arrays of char* to arrays of char[] to reduce data size andDan Fandrich2008-10-221-5/+3
* fix compiler warningYang Tse2008-10-101-1/+2
* Fixed the --interface option to work with IPv6 connections on glibcDan Fandrich2008-10-091-6/+6
* Added const to some pointer variablesDan Fandrich2008-10-081-19/+18
* - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg2008-09-301-0/+5
* - Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg2008-09-291-3/+5
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-7/+1
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+2
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-3/+3
* Fixed an out of memory problem that caused torture test failures in testsDan Fandrich2008-09-021-2/+8
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-25/+19
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-19/+25
* Fixed a boundary condition error in ftp_readresp() whereby a non-terminalDan Fandrich2008-08-111-13/+18
* - Scott Barrett provided a test case for a segfault in the FTP code and theDaniel Stenberg2008-07-071-0/+1
* - Liam Healy filed the debian bug report #480044Daniel Stenberg2008-05-071-0/+4
* - Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg2008-04-281-9/+11
* Added support for running on Symbian OS.Dan Fandrich2008-04-221-0/+5
* Some trivial changesDan Fandrich2008-04-171-2/+5
* - Based on the Debian bug report #474224 that complained about the FTP errorDaniel Stenberg2008-04-051-1/+2
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-34/+5
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-311-3/+3
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-2/+2
* fix compiler warningYang Tse2008-01-111-4/+5
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-23/+30
* more SOCKS5_HOSTNAME adjustments from Richard AttererDaniel Stenberg2008-01-061-0/+1
* make sure we deal with SOCKS5_HOSTNAME as a proxy type as wellDaniel Stenberg2008-01-061-0/+2
* 'false' and 'true' are not built-ins on most compilers.Gisle Vanem2008-01-031-2/+2
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-5/+11
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-55/+55
* Fixed the resumed FTP upload loop to not require that the read callbackDaniel Stenberg2007-11-291-4/+5
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-78/+79
* if () => if()Daniel Stenberg2007-11-071-1/+1
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-57/+57
* avoid setting up a transfer when the state machine failed previouslyDaniel Stenberg2007-11-021-2/+2
* minor re-indentDaniel Stenberg2007-11-011-4/+4
* Fixed a valgrind uninitialized variable error.Dan Fandrich2007-10-261-0/+1
* Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. ThatDaniel Stenberg2007-10-241-33/+28
* Michal Marek forwarded the bug reportDaniel Stenberg2007-10-221-41/+51
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-16/+16
* Made a few more functions static with the protocol handler table in place.Dan Fandrich2007-10-131-0/+5
* Fixed a few compile errors and warnings.Dan Fandrich2007-10-121-6/+13
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-14/+177
* Fix memory leak under low memory conditions.Yang Tse2007-10-021-1/+4