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
2010-06-09
add Curl_ prefix to conform with cURL naming standards
Yang Tse
2010-05-31
fix compiler warning: enumerated type mixed with another type
Yang Tse
2010-05-31
fix compiler warning: external declaration in primary source file
Yang Tse
2010-05-28
lib: eliminate 'statement not reached' warnings
Kamil Dudka
2010-05-12
FTP: WILDCARDMATCH/CHUNKING/FNMATCH added
Pavel Raiskup
2010-04-16
FTP PORT: Value stored to 'rc' is never read
Daniel Stenberg
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-04-16
PASV response: Value stored to 'rc' is never read
Daniel Stenberg
2010-04-16
ftp_range: remove unnecessary check for NULL pointer
Daniel Stenberg
2010-04-16
FTP PASV: Value stored to 'rc' is never read
Daniel Stenberg
2010-04-16
ftp_range: Value stored to 'totalsize' is never read
Daniel Stenberg
2010-04-09
FTP quote commands prefixed with '*' now can fail without aborting
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-18
another shot at the ftp_init() icc 9.1 optimizer issue
Yang Tse
2010-03-02
- Made the pingpong timeout code properly deal with the response timeout AND
Daniel Stenberg
2010-02-24
fix compiler warning
Yang Tse
2010-02-05
- attempt to workaround icc 9.1 optimizer issue
Yang Tse
2010-02-04
fix printf-style format strings
Yang Tse
2010-02-02
Fix compiler warning: conditional expression is constant
Yang Tse
2010-02-02
Julien Chaffraix pointed out a comment mistake, and I re-indented the code
Daniel Stenberg
2010-01-29
fix errno usage for WIN32 builds
Yang Tse
2010-01-25
make Curl_handler_*_proxy definition static
Yang Tse
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2010-01-19
- David McCreedy brought a fix and a new test case (129) to make libcurl work
Daniel Stenberg
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-30
VMS specific preprocessor symbol checking adjustments
Yang Tse
2009-12-14
Fix compiler warnings
Yang Tse
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg
2009-11-26
- Extended and fixed the change I did on Dec 11 for the the progress
Daniel Stenberg
2009-11-19
Explicit initialization of all FTP struct members in ftp_init()
Yang Tse
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-11-11
- Christian Schmitz noticed that the progress meter/callback was not properly
Daniel Stenberg
2009-09-17
fix compiler warning: enumerated type mixed with another type
Yang Tse
2009-08-31
- When using the multi interface with FTP and you asked for NOBODY, you did no
Daniel Stenberg
2009-08-24
- Introduced a SYST-based test to properly set-up name format when dealing w...
Patrick Monnerat
2009-08-11
- Benbuck Nason posted the bug report #2835196
Daniel Stenberg
2009-08-11
Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.
Dan Fandrich
2009-07-27
- All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and
Daniel Stenberg
2009-07-16
added a cast to silent compiler warning with 64bit systems.
Gunter Knauf
2009-07-09
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
Daniel Stenberg
2009-07-04
added INET_ADDRSTRLEN define in case system headers dont provide.
Gunter Knauf
2009-07-04
removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w...
Gunter Knauf
2009-07-04
Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co...
Gunter Knauf
2009-06-30
Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another one
Daniel Stenberg
2009-06-29
- Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a port
Daniel Stenberg
2009-06-10
Adjusted to take in account that...
Yang Tse
2009-05-19
- Kamil Dudka brought the patch from the Redhat bug entry
Daniel Stenberg
2009-05-12
Reverted my change to use Curl_connected_proxy() here. Clearly I wasn't
Daniel Stenberg
2009-05-11
moved variables more locally to get rid of one set of #ifdefs
Daniel Stenberg
[prev]
[next]