aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
AgeCommit message (Expand)Author
2011-08-18FTP: fix proxy connect race conditionDaniel Stenberg
2011-08-08ftp_doing: bail out on error properlyDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-04code style: space between close paren and open braceDaniel Stenberg
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-06-02compiler warning: fixYang Tse
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-05-05set_userpass: convert from protocol-specific to genericDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-04-28proxy: allow socks:// prefix in proxy stringDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25async resolvers: further cleanupsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-04-05FTP+proxy: macrofied functions when proxy disabledDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-02-07Curl_gmtime: added a portable gmtimeDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-12-04fix compiler warning: conversion may lose significant bitsYang Tse
2010-12-02fix compiler warning: statement is not reachableYang Tse
2010-12-01fix compiler warning: conversion may lose significant bitsYang Tse
2010-11-28atoi: remove atoi usageYang Tse
2010-11-26ftp: fix 'bool' data type implementation dependant usageYang Tse
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-13security: tighten enum protection_level usage.Julien Chaffraix
2010-11-09ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUTKamil Dudka
2010-11-08ftp: close connection as soon as ABOR has been sentKamil Dudka
2010-10-29ftp: prevent server from hanging on closed data connectionKamil Dudka
2010-10-20Lightened the stack in wc_statemach to permit deeper recursionDan Fandrich
2010-10-02krb5-gssapi: Delete the GSS-API context.Julien Chaffraix
2010-09-28security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix
2010-09-28security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix
2010-09-18FTP: fix bad check of Curl_timeleft() return codeDaniel Stenberg
2010-08-10parse_remote_port: fix ;type= URL suffix over HTTP proxyDaniel Stenberg
2010-07-18ftp: response timeout bug in "quote" sendingJan Van Boghout
2010-06-24ftp-wildcard: avoid tight loop when used without any patternPavel Raiskup
2010-06-17Fixed an OOM memory leak in the FTP wildcard codeDan Fandrich
2010-06-09add Curl_ prefix to conform with cURL naming standardsYang Tse
2010-05-31fix compiler warning: enumerated type mixed with another typeYang Tse
2010-05-31fix compiler warning: external declaration in primary source fileYang Tse
2010-05-28lib: eliminate 'statement not reached' warningsKamil Dudka
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-04-16FTP PORT: Value stored to 'rc' is never readDaniel Stenberg
2010-04-16Curl_setup_transfer: no longer returns anythingDaniel Stenberg