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
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-02-23
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
Steve Holme
2013-02-23
pingpong: Moved curl_ftptransfer definition to pingpong.h
Steve Holme
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-12-20
timeleft_accept: ack global timeout, moved to ftp.c
Daniel Stenberg
2011-12-20
FTP: move FTP-specific struct field to ftpc_conn
Daniel Stenberg
2011-12-20
FTP: perform active connections non-blocking
Gokhan Sengun
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-05-12
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
Pavel Raiskup
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-25
make Curl_handler_*_proxy definition static
Yang Tse
2010-01-01
update copyright year since we are in 2010 now
Daniel Stenberg
2010-01-01
- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This
Daniel Stenberg
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg
2007-10-12
Added per-protocol callback static tables, replacing callback ptr storage
Patrick Monnerat
2007-01-27
update copyright year notice
Yang Tse
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
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