summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-2/+8
* - CURLINFO_CONDITION_UNMET was added to allow an application to get to know ifDaniel Stenberg2009-02-111-0/+2
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-0/+1
* Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reportingDan Fandrich2009-01-301-4/+4
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-1/+2
* fix typo in comment that made it confusingDaniel Stenberg2009-01-191-2/+2
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-4/+8
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-161-2/+0
* - 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