summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-021-2/+5
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-6/+6
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-56/+55
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-171-1/+3
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-15/+18
* FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg2017-08-041-10/+13
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-77/+2
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-3/+2
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-4/+2
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-2/+3
* buffer_size: make sure it always has the correct sizeDaniel Stenberg2017-05-011-1/+1
* ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg2017-05-011-10/+12
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-261-1/+1
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-7/+8
* spelling fixesklemens2017-03-261-5/+5
* Improve code readbilitySylvestre Ledru2017-03-131-41/+32
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* ftp: fixed a NULL pointer dereference on OOMDan Fandrich2017-02-251-2/+5
* ftp: removed an erroneous free in an OOM pathDan Fandrich2017-02-251-1/+0
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-3/+4
* ftp: failure to resolve proxy should return that error codeDaniel Stenberg2016-12-251-1/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-1/+1
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-19/+25
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-97/+31
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-8/+8
* ftp_done: don't clobber the passed in error codeDaniel Stenberg2016-11-021-4/+5
* ftp: remove dead code in ftp_doneDaniel Stenberg2016-11-021-2/+0
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+3
* ftp: check for previous patch must be case sensitive!Daniel Stenberg2016-10-311-1/+1
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-31/+29
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-2/+2
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-081-6/+4
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-3/+3
* ftp_done: remove dead codeDaniel Stenberg2016-08-261-4/+2
* ftp: fix wrong poll on the secondary socketAles Novak2016-08-231-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-33/+33
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+1
* code: style updatesDaniel Stenberg2016-04-031-12/+12
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-6/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+3
* ftp: remove a check for NULL(!)Daniel Stenberg2016-03-101-6/+7
* ftp_done: clear tunnel_state when secondary socket closesDaniel Stenberg2016-03-081-15/+15
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+1
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-1/+1