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.h
Age
Commit message (
Expand
)
Author
2004-05-12
Curl_done() and the protocol-specific conn->curl_done() functions now all
Daniel Stenberg
2004-04-22
removed Curl_ftp_quit() as it was turned into a static in ftp.c
Daniel Stenberg
2004-01-22
added the missing proto for the still unused quit function
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-03-11
Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier.
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-12-03
Curl_GetFTPResponse() takes a different set of parameters and now return a
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-08-12
Initial fix to make the multi interface return control while waiting for
Daniel Stenberg
2002-06-11
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2001-11-05
Curl_ftpsendf() had wrong return type
Daniel Stenberg
2001-09-28
removed the socket argument from some functions that always passed in the
Daniel Stenberg
2001-08-14
Curl_ftpsendf's third argument is now a const char *
Daniel Stenberg
2001-03-02
Added the disconnect proto
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg