summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix compiler warningYang Tse2007-10-021-1/+1
* Renamed a few variables to avoid shadowing global declarations.Dan Fandrich2007-09-271-10/+10
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-7/+7
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-261-29/+34
* Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handleDaniel Stenberg2007-09-241-6/+67
* - I noticed while writing test 541 that the FTP code wrongly did a CWD on theDaniel Stenberg2007-09-111-7/+15
* Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg2007-09-051-15/+48
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-7/+7
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-7/+7
* Made Curl_GetFTPResponse() use lots less code and instead use the properDaniel Stenberg2007-08-301-206/+47
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-4/+4
* Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg2007-08-241-37/+57
* Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg2007-08-221-4/+29
* Based on a patch by Christian Vogt, the FTP code now sets the upcomingDaniel Stenberg2007-08-201-1/+4
* - Robson Braga Araujo filed bug report #1776232Daniel Stenberg2007-08-171-2/+2
* Robson Braga Araujo filed bug report #1776235Daniel Stenberg2007-08-171-5/+23
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-18/+22
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-0/+8
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-1/+1
* Make the pointers of a few static const arrays const, too, for safety.Dan Fandrich2007-07-211-3/+3
* Ralf S. Engelschall filed bug report #1757328Daniel Stenberg2007-07-201-1/+1