summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* another shot at the ftp_init() icc 9.1 optimizer issueYang Tse2010-03-181-4/+8
* - Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg2010-03-021-0/+1
* fix compiler warningYang Tse2010-02-241-2/+3
* - attempt to workaround icc 9.1 optimizer issueYang Tse2010-02-051-1/+10
* fix printf-style format stringsYang Tse2010-02-041-8/+8
* Fix compiler warning: conditional expression is constantYang Tse2010-02-021-1/+1
* Julien Chaffraix pointed out a comment mistake, and I re-indented the codeDaniel Stenberg2010-02-021-6/+4
* fix errno usage for WIN32 buildsYang Tse2010-01-291-4/+5
* make Curl_handler_*_proxy definition staticYang Tse2010-01-251-2/+2
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-17/+21
* - David McCreedy brought a fix and a new test case (129) to make libcurl workDaniel Stenberg2010-01-191-0/+2
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-1/+29
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Fix compiler warningsYang Tse2009-12-141-0/+2
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-495/+100
* - Extended and fixed the change I did on Dec 11 for the the progressDaniel Stenberg2009-11-261-50/+54
* Explicit initialization of all FTP struct members in ftp_init()Yang Tse2009-11-191-6/+10
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Christian Schmitz noticed that the progress meter/callback was not properlyDaniel Stenberg2009-11-111-0/+8
* fix compiler warning: enumerated type mixed with another typeYang Tse2009-09-171-1/+1
* - When using the multi interface with FTP and you asked for NOBODY, you did noDaniel Stenberg2009-08-311-1/+5
* - Introduced a SYST-based test to properly set-up name format when dealing w...Patrick Monnerat2009-08-241-5/+85
* - Benbuck Nason posted the bug report #2835196Daniel Stenberg2009-08-111-2/+2
* Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.Dan Fandrich2009-08-111-3/+3
* - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE andDaniel Stenberg2009-07-271-3/+18
* added a cast to silent compiler warning with 64bit systems.Gunter Knauf2009-07-161-1/+1
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-091-1/+1
* added INET_ADDRSTRLEN define in case system headers dont provide.Gunter Knauf2009-07-041-0/+3
* removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w...Gunter Knauf2009-07-041-4/+2
* Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co...Gunter Knauf2009-07-041-10/+11
* Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another oneDaniel Stenberg2009-06-301-2/+4
* - Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a portDaniel Stenberg2009-06-291-187/+159
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* - Kamil Dudka brought the patch from the Redhat bug entryDaniel Stenberg2009-05-191-3/+4
* Reverted my change to use Curl_connected_proxy() here. Clearly I wasn'tDaniel Stenberg2009-05-121-5/+27
* moved variables more locally to get rid of one set of #ifdefsDaniel Stenberg2009-05-111-5/+4
* Use Curl_connected_proxy() here instead of duplicating code. Spell out theDaniel Stenberg2009-05-111-25/+5
* - Made the SO_SNDBUF setting for the data connection socket for ftp uploads asDaniel Stenberg2009-05-071-0/+3
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-7/+7
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-27/+29
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Leanic Lefever reported a crash and did some detailed research on why andDaniel Stenberg2009-04-201-0/+1
* attempt to workaround icc 9.1 optimizer induced problemYang Tse2009-04-191-5/+5
* - Pramod Sharma reported and tracked down a bug when doing FTP over a HTTPDaniel Stenberg2009-04-171-1/+6
* - Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if aDaniel Stenberg2009-04-011-1/+2
* Avoid a compile warning in --disable-proxy caseDan Fandrich2009-03-091-1/+1
* - Linus Nielsen Feltzing reported and helped me repeat and fix a problem withDaniel Stenberg2009-02-201-1/+11
* FTP downloads (i.e.: RETR) ending with code 550 now return error CURLE_REMOTE...Patrick Monnerat2009-02-181-1/+3