index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftp.c
Age
Commit message (
Expand
)
Author
2011-10-24
ftp.c: some OOM handling fixes
Yang Tse
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-10-12
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-04
ftp: improved the failed PORT host name resolved error message
Daniel Stenberg
2011-09-14
ftp.c: add a couple of failure messages
Yang Tse
2011-09-12
ftp.c: fix socket leak torture tests detected 2011-08-30
Yang Tse
2011-09-10
ftp.c: fix ftp active connects which got broken with commit fdf157abdf
Yang Tse
2011-09-07
ftp_state_use_port: minor code indent fix
Daniel Stenberg
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-09-01
ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up
Yang Tse
2011-08-31
ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up
Yang Tse
2011-08-31
fix some leaks torture tests detected 2011-08-30
Yang Tse
2011-08-31
fix some leaks torture tests detected 2011-08-30
Yang Tse
2011-08-18
FTP: fix proxy connect race condition
Daniel Stenberg
2011-08-08
ftp_doing: bail out on error properly
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-04
code style: space between close paren and open brace
Daniel Stenberg
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-06-02
compiler warning: fix
Yang Tse
2011-05-18
CLOSESOCKETFUNCTION: added
Daniel Stenberg
2011-05-05
set_userpass: convert from protocol-specific to generic
Daniel Stenberg
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-05-05
SSL: check for SSL, not specific protocols
Daniel Stenberg
2011-04-28
proxy: allow socks:// prefix in proxy string
Daniel Stenberg
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
async resolvers: further cleanups
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-05
return code cleanup: build, init and run-time errors
Daniel Stenberg
2011-04-05
FTP+proxy: macrofied functions when proxy disabled
Daniel Stenberg
2011-04-04
http-proxy: move proxy code to http_proxy.c
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2011-02-07
Curl_gmtime: added a portable gmtime
Daniel Stenberg
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-12-06
url: provide dead_connection flag in Curl_handler::disconnect
Kamil Dudka
2010-12-04
fix compiler warning: conversion may lose significant bits
Yang Tse
2010-12-02
fix compiler warning: statement is not reachable
Yang Tse
2010-12-01
fix compiler warning: conversion may lose significant bits
Yang Tse
2010-11-28
atoi: remove atoi usage
Yang Tse
2010-11-26
ftp: fix 'bool' data type implementation dependant usage
Yang Tse
2010-11-13
urldata: Capitalize enum protect_level values.
Julien Chaffraix
2010-11-13
security: tighten enum protection_level usage.
Julien Chaffraix
2010-11-09
ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
Kamil Dudka
2010-11-08
ftp: close connection as soon as ABOR has been sent
Kamil Dudka
2010-10-29
ftp: prevent server from hanging on closed data connection
Kamil Dudka
2010-10-20
Lightened the stack in wc_statemach to permit deeper recursion
Dan Fandrich
2010-10-02
krb5-gssapi: Delete the GSS-API context.
Julien Chaffraix
[next]