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
2004-11-25
FTP improvements:
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-21
Dan Fandrich's better ifdef for include fix
Daniel Stenberg
2004-10-16
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-01
Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see
Daniel Stenberg
2004-09-29
Fixed an error message: we use CWD, we don't cd into dirs with FTP
Daniel Stenberg
2004-09-16
Added CURLOPT_FTPSSLAUTH
Daniel Stenberg
2004-09-13
revert the change for the new date parser, as the new one can deal with
Daniel Stenberg
2004-09-11
Minor adjustment needed for the new date parser to succeed. ifdef'ed out
Daniel Stenberg
2004-08-11
include the server response in the error message when an FTP server gives
Daniel Stenberg
2004-08-10
more typecasts to please picky compilers
Daniel Stenberg
2004-07-04
make sure the 3rd argument passed to bind() is a socklen_t
Daniel Stenberg
2004-07-04
typecast the conversion from long to int to prevent picky compiler warnings
Daniel Stenberg
2004-07-01
variable type cleanup to fix picky compiler warnings
Daniel Stenberg
2004-06-30
I think 1024 bytes is enough for even most ipv6 addresses :-)
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-09
Alexander Krasnostavsky's fix to make libcurl build fine with configure
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-06-02
Gisle made ftp_mkd static
Daniel Stenberg
2004-05-26
Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set
Daniel Stenberg
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
2004-04-22
If only a partial file was transfered, we consider that a fatal problem so
Daniel Stenberg
2004-04-21
increase the headerbytecount for incoming "headers"
Daniel Stenberg
2004-04-20
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
Daniel Stenberg
2004-04-15
ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepth
Daniel Stenberg
2004-04-15
removed the fixed dir depth limit in the FTP code
Daniel Stenberg
2004-04-07
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
Daniel Stenberg
2004-04-06
New authentication code added, particularly noticable when doing POST or PUT
Daniel Stenberg
2004-03-31
Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for the
Daniel Stenberg
2004-03-31
Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sure
Daniel Stenberg
2004-03-25
include the strerror.h file without curl_ prefix
Daniel Stenberg
2004-03-24
Gisle Vanem's fix to replace the bad use of strerror(). This introduces
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-03-10
turn niflags into a define named NIFLAGS
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-03-05
clearly tell that these are ftp response timeouts
Daniel Stenberg
2004-03-03
more variable type cleanups
Daniel Stenberg
2004-03-03
our timeout values are longs while 'tv_sec' is int
Daniel Stenberg
2004-03-02
Yet another curl_off_t printf format attempt, we now exclude the %-letter from
Daniel Stenberg
2004-03-02
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of
Daniel Stenberg
2004-03-01
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
Daniel Stenberg
2004-03-01
Only attempt to send the FTP QUIT command if we actually have a FTP struct.
Daniel Stenberg
[prev]
[next]