summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-32/+32
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-7/+0
* ftp: EPSV-disable fix over SOCKSAnton Malov2012-11-121-13/+25
* ftp_readresp: fix build without krb4 supportDaniel Stenberg2012-11-051-2/+2
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-041-15/+41
* ftp: active conn, place calling sockopt callback at the end of functionGokhan Sengun2012-08-161-3/+5
* ftp: active conn, allow application to set sockopt after accept() callGokhan Sengun2012-08-161-0/+14
* ftp_do_more: add missing check of return codeDaniel Stenberg2012-07-131-1/+4
* Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"Yang Tse2012-06-121-28/+22
* connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken2012-06-111-22/+28
* ftp.c: ftplistparser related OOM handling fixYang Tse2012-04-041-7/+19
* fix some compiler warningsYang Tse2012-03-161-4/+5
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-27/+0
* add LF termination to infof() trace stringYang Tse2012-01-161-3/+3
* FTP: CURLE_PARTIAL_FILE should not cause control connection to be closedgsengun2012-01-091-0/+1
* ftp_do_more: don't return success until all is doneDaniel Stenberg2011-12-241-2/+0
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-201-2/+40
* FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg2011-12-201-7/+10
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-201-9/+29
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-93/+271
* FTP: close callback fixDaniel Stenberg2011-12-051-0/+1
* FTP: call opensocket callback properlyDaniel Stenberg2011-12-051-8/+2
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-241-2/+3
* ftp PORT: don't hang if bind() failsDaniel Stenberg2011-11-061-3/+6
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-031-5/+5
* ftp.c: some OOM handling fixesYang Tse2011-10-241-10/+30
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-2/+38
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-121-2/+1
* ftp: improved the failed PORT host name resolved error messageDaniel Stenberg2011-10-041-1/+1
* ftp.c: add a couple of failure messagesYang Tse2011-09-141-0/+4
* ftp.c: fix socket leak torture tests detected 2011-08-30Yang Tse2011-09-121-2/+12
* ftp.c: fix ftp active connects which got broken with commit fdf157abdfYang Tse2011-09-101-7/+7
* ftp_state_use_port: minor code indent fixDaniel Stenberg2011-09-071-1/+2
* fix bool variables checking and assignmentYang Tse2011-09-051-6/+6
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-upYang Tse2011-09-011-13/+9
* ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-upYang Tse2011-08-311-18/+24
* fix some leaks torture tests detected 2011-08-30Yang Tse2011-08-311-2/+6
* fix some leaks torture tests detected 2011-08-30Yang Tse2011-08-311-3/+19
* FTP: fix proxy connect race conditionDaniel Stenberg2011-08-181-4/+8
* ftp_doing: bail out on error properlyDaniel Stenberg2011-08-081-4/+5
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-2/+2
* compiler warning: fixYang Tse2011-06-021-2/+2
* CLOSESOCKETFUNCTION: addedDaniel Stenberg2011-05-181-9/+9
* set_userpass: convert from protocol-specific to genericDaniel Stenberg2011-05-051-2/+3
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+4
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-3/+1
* proxy: allow socks:// prefix in proxy stringDaniel Stenberg2011-04-281-9/+9