aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
AgeCommit message (Expand)Author
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-20ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg
2017-10-10FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-10-04ftp: UBsan fixup 'pointer index expression overflowed'Daniel Stenberg
2017-10-02FTP: zero terminate the entry path even on bad inputDaniel Stenberg
2017-09-12code style: remove wrong uses of multiple spacesDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg
2017-08-22timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-08-22handler: refactor connection checkingMax Dymond
2017-08-22http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-08-22http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-08-22multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22buffer_size: make sure it always has the correct sizeDaniel Stenberg
2017-08-22ftp: use private buffer for temp storage, not receive bufferDaniel Stenberg
2017-08-22http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-08-22llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-08-22spelling fixesklemens
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-08-22ftp: fixed a NULL pointer dereference on OOMDan Fandrich
2017-08-22ftp: removed an erroneous free in an OOM pathDan Fandrich
2017-08-22CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-08-22ftp: failure to resolve proxy should return that error codeDaniel Stenberg
2017-08-22http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2017-08-22ftp_done: don't clobber the passed in error codeDaniel Stenberg
2017-08-22ftp: remove dead code in ftp_doneDaniel Stenberg
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-08-22ftp: check for previous patch must be case sensitive!Daniel Stenberg
2017-08-22escape: avoid using curl_easy_unescape() internallyDaniel Stenberg
2017-08-22select: switch to macros in uppercaseDaniel Stenberg
2017-08-22ftp: fix Curl_ftpsendf()Daniel Stenberg
2017-08-17ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-04FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg
2017-07-28timeval: struct curltime is a struct timeval replacementDaniel Stenberg
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-15http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg